On Monday 22 January 2001 19:19, Walter M. Yuan wrote: > Hello there, > > I have been trying to get jboss/castor to work together to use > Posgresql as the backend rdbms. I modified the configuration files > like: jboss.conf and jboss.jcml, as instructed in the "Advanced > configuration" tutorial. However, when I tried to start jboss, I > would get error msg as the following in the server.log: > > ------------------------------------------------------------------- >----------------------------- > > [psqlPool] java.lang.IllegalStateException: Cannot start XA > Connection Pool; there is no TransactionManager in JNDI! This exception is thrown from JBoss XADataSourceLoader, not from Castor-related code. Probably the TransactionManager has not started when DataSource is starting. Can you see this from your log? Is it possible that your TransactionManager MLET tag was removed from jboss.conf or jboss.jcml (don't remember exactly where it was declared in JBoss 2.0)? Or maybe your jboss.dependencies file is modified? BTW, are you aware of the problems that you will have using PosgreSQL with Castor? Regards, Oleg -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]
