Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Handle null value of multi-value-properties#1

Open
felfert wants to merge 157 commits into
apache:trunkfrom
OpenDataSpace:trunk
Open

Handle null value of multi-value-properties#1
felfert wants to merge 157 commits into
apache:trunkfrom
OpenDataSpace:trunk

Conversation

@felfert

@felfert felfert commented Jun 24, 2013

Copy link
Copy Markdown

Hi Florian,

A first small contribution from the OpenDataSpace team (greetings from Tom Uhl)

This pull request contains 2 changes:

  1. Fix handling of null values for Multi-Value-Properties (return an empty array - if the result is null)
  2. Workaround for preventing a somewhat strange server-side Exception "Nothing wrong! Either this is a bug or threading..." which ocassionally gets thrown with latest apache-chemistry.

Cheers
-Fritz

Achim Derigs and others added 30 commits June 11, 2013 14:27
Handle the null value for multiple value property
Conflicts:
	DotCMIS/binding/atompub/atompub.cs
	DotCMIS/client/client-objects.cs
Conflicts:
	DotCMIS/Properties/AssemblyInfo.cs
	DotCMIS/binding/atompub/atompub-linkcache.cs
	DotCMIS/binding/atompub/atompub-parser.cs
	DotCMIS/binding/atompub/atompub.cs
	DotCMIS/binding/binding-impl.cs
	DotCMIS/client/client-objects.cs
	DotCMIS/enums.cs
Conflicts:
	DotCMIS/binding/atompub/atompub-parser.cs
	README
The Stacktrace now includes the sent server response if available
This could be very helpful if the server stack trace has also been
attached to the HTTP Response
This reverts commit bb79e24.
Used a newer API than it is available in configured .Net
The error content wasn't passed to the base exception
in all conditions. This is fixed now.
Now CmisConnectionException are thrown if the connection on GET requests
is gone. It was a CmisRuntimeException in the past, but is a simple Connection
problem which was wrong detected.
Conflicts:
	DotCMIS/client/client-objectfactory.cs
	DotCMIS/client/client-objects.cs
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants