Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xmlNamespace is not managed in specific case #4

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment
Open

xmlNamespace is not managed in specific case #4

GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant