Hi,
In my application I'm using configured UserManager to work with multidirectory.
The problem is in simple searches, passing to session. In SQLSession the query
methods are checking for fulltext set parameter to be null, as in
MultiDirectorySession this check is skipped and NullPointerException is thrown.
Usually these are internal calls, which are passing this parameter as null, or
empty set, but in my case this parameter becomes null in the chain of calls.
Part of the call stack is here:
org.nuxeo.ecm.core.api.WrappedException: Exception:
java.lang.NullPointerException. message: null
at
org.nuxeo.ecm.directory.multi.MultiDirectorySession.query(MultiDirectorySession.java:714)
at
org.nuxeo.ecm.platform.usermanager.UserManagerImpl.searchUsers(UserManagerImpl.java:824)
at
org.nuxeo.ecm.platform.usermanager.UserManagerImpl.searchUsers(UserManagerImpl.java:881)
at
org.nuxeo.ecm.platform.usermanager.UserManagerImpl.searchUsers(UserManagerImpl.java:850)
at
org.nuxeo.ecm.platform.usermanager.ejb.UserManagerBean.searchUsers(UserManagerBean.java:356)
I'm using nuxeo 5.2.0 version.
Regards,
Stefan.
--
Posted by "[email protected]" at Nuxeo Discussions
<http://nuxeo.org/discussions>
View the complete thread:
<http://www.nuxeo.org/discussions/thread.jspa?threadID=2696#7701>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm