[jboss-user] jcr shutdown order

2008-07-21 Thread Richard Huddleston
i'm using apache jackrabbit with the JCA ... my jcrDS.xml is below. starting up works great, but shutdown is a problem. my jcrDS is unbound before my apache jackrabbit has a change to shutdown. thus, jackrabbit can't get access to the jcrDS any more and throws exceptions. any ideas?

Re: [jboss-user] [JBoss Tools (users)] - Problem with JBoss AS 5.0.0CR1

2008-07-04 Thread Richard Huddleston
You should look into the depends tag. Add it to the component that depends on your DataSource. On Fri, Jul 4, 2008 at 1:32 AM, baz [EMAIL PROTECTED] wrote: I do have a problem with JBoss AS5. datasource is accessed via JNDI before it is even bound My environment Win XP SP2 Java 1.5.0 10

[jboss-user] JBoss shutdown dependency issue

2008-07-03 Thread Richard Huddleston
I'm working with apache jackrabbit and have it persisting its data in my DefaultDS (which I've converted over to MySQL). My jcr-ds.xml looks like this: connection-factories tx-connection-factory jndi-namejcr/local/jndi-name xa-transaction / rar-namejackrabbit-jca-1.4.rar/rar-name