03-12-2009 11:05 AM
…
String xpath = "app:/company_home/cm:WiFi/cm:999/*[@cm:name="Accounting"]";
Reference reference = new Reference(STORE, null, xpath);
Predicate predicate = new Prodicate(new Reference[]{reference}, null, null);
Node[] nodes = repositoryService.getPredicate(predicate);
…
At this point i get an exception Axis Fault….Error Executing xpath…RepositoryFault…. 03-12-2009 11:25 AM
03-12-2009 12:40 PM
app:/company_home/cm:WiFi/cm:User-999/cm:Accounting
it works, and wioth this one:
app:/company_home/cm:WiFi/cm:999-User/cm:Accounting
it doesn't!(Obviusly changing name of the space during this test).03-15-2009 01:12 PM
03-16-2009 05:12 AM
ISO9075.encode("999");
and of course the query that you write.Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.