pgaval / xcmis

Automatically exported from code.google.com/p/xcmis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xmlNamespace is not managed in specific case

GoogleCodeExporter opened this issue · comments

RepositoryInfoParser.parse() line 54:

if (!node.getNodeName().equals(CMIS.WORKSPACE))
{
   return;
}

with CMIS.WORKSPACE = "workspace";


Problem:
If an AtomPub request result is:
"
...
<app:workspace>
...
</app:worspace>
"

it does not work.


(Tested with a 
[http://incubator.apache.org/chemistry/opencmis-inmemory-repository.html] 
server).

Original issue reported on code.google.com by david.re...@gmail.com on 30 Sep 2010 at 2:10

related to "xcmis-client-gwt-restatom" package 
"org.xcmis.client.gwt.unmarshallers"

Original comment by david.re...@gmail.com on 30 Sep 2010 at 2:29