[ https://issues.apache.org/jira/browse/CMIS-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14151767#comment-14151767 ]
David Annis commented on CMIS-847: ---------------------------------- Here is the stack trace: at DotCMIS.Binding.AtomPub.AbstractAtomPubService.Post(UrlBuilder url, String contentType, Output writer) in c:\Source\Product Development\Grooper\DotCMIS\binding\atompub\atompub.cs:line 448 at DotCMIS.Binding.AtomPub.ObjectService.CreateDocument(String repositoryId, IProperties properties, String folderId, IContentStream contentStream, Nullable`1 versioningState, IList`1 policies, IAcl addAces, IAcl removeAces, IExtensionsData extension) in c:\Source\Product Development\Grooper\DotCMIS\binding\atompub\atompub.cs:line 1596 at DotCMIS.Client.Impl.Session.CreateDocument(IDictionary`2 properties, IObjectId folderId, IContentStream contentStream, Nullable`1 versioningState, IList`1 policies, IList`1 addAces, IList`1 removeAces) in c:\Source\Product Development\Grooper\DotCMIS\client\client-impl.cs:line 773 at DotCMIS.Client.Impl.Folder.CreateDocument(IDictionary`2 properties, IContentStream contentStream, Nullable`1 versioningState, IList`1 policies, IList`1 addAces, IList`1 removeAces, IOperationContext context) in c:\Source\Product Development\Grooper\DotCMIS\client\client-objects.cs:line 957 at DotCMIS.Client.Impl.Folder.CreateDocument(IDictionary`2 properties, IContentStream contentStream, Nullable`1 versioningState) in c:\Source\Product Development\Grooper\DotCMIS\client\client-objects.cs:line 1285 at GrooperLib.CMIS.CmisFolder.CreateDocument(IDictionary`2 properties, IContentStream contentStream, Nullable`1 versioningState) in C:\Source\Product Development\Grooper\GrooperLib\Classes\CMIS\CmisFolder.vb > SharePoint Decimal Type Always Causes Exception > ----------------------------------------------- > > Key: CMIS-847 > URL: https://issues.apache.org/jira/browse/CMIS-847 > Project: Chemistry > Issue Type: Bug > Components: dotcmis > Affects Versions: DotCMIS 0.6 > Environment: Windows 7 / AtomPub Binding > Reporter: David Annis > Assignee: Florian Müller > > When using CreateDocument() with SharePoint, any time the properties include > a Decimal type, the HTTP response from the Post() call is "OK" instead of > "Created", which causes AbstractAtomPubService.Post() to throw an exception. -- This message was sent by Atlassian JIRA (v6.3.4#6332)