You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by sf...@apache.org on 2011/08/17 09:52:21 UTC

svn commit: r794471 - in /websites/production/chemistry: ./ content/java/developing/guide.html

Author: sfermigier
Date: Wed Aug 17 07:52:21 2011
New Revision: 794471

Log:
Publishing merge to chemistry site by sfermigier

Modified:
    websites/production/chemistry/   (props changed)
    websites/production/chemistry/content/java/developing/guide.html

Propchange: websites/production/chemistry/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Aug 17 07:52:21 2011
@@ -1 +1 @@
-/websites/staging/chemistry/trunk:785583-794444
+/websites/staging/chemistry/trunk:785583-794470

Modified: websites/production/chemistry/content/java/developing/guide.html
==============================================================================
--- websites/production/chemistry/content/java/developing/guide.html (original)
+++ websites/production/chemistry/content/java/developing/guide.html Wed Aug 17 07:52:21 2011
@@ -999,23 +999,12 @@ and the client stack trace.</p>
 
 <p>The output from this snippet looks like this:-</p>
 <div class="codehilite"><pre>server error page :
-&lt;html&gt;&lt;head&gt;&lt;title&gt;Apache Chemistry OpenCMIS - objectNotFound error&lt;/title&gt;&lt;/head&gt;&lt;body&gt;
-&lt;h1&gt;HTTP Status 404 - objectNotFound&lt;/h1&gt;
-&lt;!--message--&gt;unknown type id: cmis:badtype&lt;!--/message--&gt;&lt;/p&gt;&lt;hr noshade=&#39;noshade&#39;/&gt;&lt;!--stacktrace--&gt;&lt;pre&gt;
-org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException: unknown type id: cmis:badtype
-    at org.apache.chemistry.opencmis.inmemory.server.InMemoryRepositoryServiceImpl.getTypeDefinition(InMemoryRepositoryServiceImpl.java:110)
-    at org.apache.chemistry.opencmis.inmemory.server.InMemoryService.getTypeDefinition(InMemoryService.java:110)
-    ...
-    at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1665)
-    at java.lang.Thread.run(Thread.java:662)
-
-&lt;/pre&gt;&lt;!--/stacktrace--&gt;&lt;hr noshade=&#39;noshade&#39;/&gt;&lt;/body&gt;&lt;/html&gt;
-
+Apache Chemistry OpenCMIS - objectNotFound error
+HTTP Status 404 - objectNotFound
+[...]
 Client stack trace :
 org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException: Not Found
-    at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.convertStatusCode(AbstractAtomPubService.java:408)
-    at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.read(AbstractAtomPubService.java:488)
-    ...
+    [...]
     at org.apache.chemistry.opencmis.client.runtime.SessionImpl.createDocument(SessionImpl.java:651)
     at org.apache.chemistry.opencmis.client.runtime.FolderImpl.createDocument(FolderImpl.java:87)
     at org.apache.chemistry.opencmis.client.runtime.FolderImpl.createDocument(FolderImpl.java:409)