04-21-2008 10:02 AM
java.lang.NullPointerException
org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
org.apache.axis.client.AxisClient.invoke(AxisClient.java:216)
org.apache.axis.client.Call.invokeEngine(Call.java:2784)
org.apache.axis.client.Call.invoke(Call.java:2767)
org.apache.axis.client.Call.invoke(Call.java:2443)
org.apache.axis.client.Call.invoke(Call.java:2366)
org.apache.axis.client.Call.invoke(Call.java:1812)
org.alfresco.webservice.repository.RepositoryServiceSoapBindingStub.get(RepositoryServiceSoapBindingStub.java:1078)
de.mycompany.RepositoryBrowser.listDirectory(RepositoryBrowser.java:37)
de.mycompany.webclient.List.doGet(List.java:50)
javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
The last line within my application's realm is:Node[] selfs = null;
selfs = repositoryService.get(new Predicate(refs, Filesystem.STORE, null));
refs contains 1 valid (!) reference, Filesystem.STORE the standard store. Just performing that call over and over again by browsing through the repository, not changing the latter.04-22-2008 04:43 AM
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.