I'm not sure if this belongs in the dev list but since I didn't get any response on the user list I try here. Please tell me if I'm breaking any mailing list policies.
/Magnus > -----Original Message----- > From: Magnus Grimsell [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 25, 2006 3:56 PM > To: [email protected] > Subject: failed to read custom node type definitions stored in > custom_nodetypes.xml > > > I execute the following code on an empty repository first > time the server is started: > > JackrabbitNodeTypeManager manager = > > (JackrabbitNodeTypeManager)session.getWorkspace().getNodeTypeM > anager(); > InputStream nodeTypes = > this.getClass().getClassLoader().getResourceAsStream(res); > manager.registerNodeTypes(nodeTypes, > JackrabbitNodeTypeManager.TEXT_X_JCR_CND); > session.save(); > > This seems to work as the tests passes. However when > restarting the server I get the following error: > > Error creating a Connection Factory from class > 'org.apache.jackrabbit.jca.JCAManagedConnectionFactory'. > Reason: javax.resource.ResourceException: Failed to create > session: internal error: failed to read custom node type > definitions stored in custom_nodetypes.xml: > > custom_nodetypes.xml exists but is empty. I use jackrabbit JCA. > > Do I get this error because the repository isn't shut down > correctly? Should I do repository.shutdown() or should that > be handled by the connector? > > Thanks, > Magnus Grimsell >
