I am getting this error when I perform a multi-threaded search. I am creating a session object for each thread that I run. Any help appreciated.
java.lang.IllegalStateException: workspace 'default' not initialized at org.apache.jackrabbit.core.RepositoryImpl$WorkspaceInfo.getSearchManager(RepositoryImpl.java:1477 at org.apache.jackrabbit.core.RepositoryImpl.getSearchManager(RepositoryImpl.java:740) -- View this message in context: http://www.nabble.com/java.lang.IllegalStateException%3A-workspace-%27default%27-not-initialized-tf2006499.html#a5511967 Sent from the Jackrabbit - Users forum at Nabble.com.
