Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification. The following page has been changed by stefan: http://wiki.apache.org/jackrabbit/QuestionsAndAnswers The comment on the change is: Q&*A*: provide an answer or ask the jackrabbit-user list... ------------------------------------------------------------------------------ '''Answer:''' The JAAS configuration is no longer required for simple deployments. Starting from Apache Jackrabbit version 1.0 you do not need to set the JAAS login configuration options unless you want to override the default settings. See [http://issues.apache.org/jira/browse/JCR-351 JCR-351] for the background and resolution of this issue. - === Is there a way to associate arbitrary nodes? === - I'm trying to creation a plug-in driven architecture where concretely defined nodes can have external nodes (nodes on entirely different path within the repository) associated with them . Does jackrabbit support the association of arbitrary nodes with each other? By that I mean, nodes that don't have parent-child or sibling relationships. - --------