Re: [JBoss-user] JMS and Oracle XA

2003-06-05 Thread Marek Lange
David Jencks schrieb: On 2003.06.04 18:23 Marek Lange wrote: David Jencks schrieb: I don't know what the Oracle error means, but you do not need an xa datasource for jbossmq xa. In fact the jbossmq xa jdbc connections are set to autocommit while in use by jbossmq, as it handles transactions ind

Re: [JBoss-user] JMS and Oracle XA

2003-06-05 Thread David Jencks
On 2003.06.04 18:23 Marek Lange wrote: > David Jencks schrieb: > > I don't know what the Oracle error means, but you do not need an xa > > datasource for jbossmq xa. In fact the jbossmq xa jdbc connections are > set > > to autocommit while in use by jbossmq, as it handles transactions > > independ

Re: [JBoss-user] JMS and Oracle XA

2003-06-05 Thread Marek Lange
David Jencks schrieb: I don't know what the Oracle error means, but you do not need an xa datasource for jbossmq xa. In fact the jbossmq xa jdbc connections are set to autocommit while in use by jbossmq, as it handles transactions independently of the database. David, thanks for the information!

Re: [JBoss-user] JMS and Oracle XA

2003-06-05 Thread David Jencks
I don't know what the Oracle error means, but you do not need an xa datasource for jbossmq xa. In fact the jbossmq xa jdbc connections are set to autocommit while in use by jbossmq, as it handles transactions independently of the database. david jencks On 2003.06.04 09:18 Marek Lange wrote: > Hi

Antwort: [JBoss-user] JMS and Oracle XA

2003-06-05 Thread ulf . schroeter
   <[EMAIL PROTECTED]>         Kopie:                 Thema:        [JBoss-user] JMS and Oracle XA Hi, following problem: we use a XA data source with Oracle 8.1.7. The data source deploys correctly. When the application tries to write into the database, we get the following er

[JBoss-user] JMS and Oracle XA

2003-06-04 Thread Marek Lange
Hi, following problem: we use a XA data source with Oracle 8.1.7. The data source deploys correctly. When the application tries to write into the database, we get the following error: PLS-00201: identifier 'JAVA_XA.XA_START_NEW' must be declared The error comes from a stored procedure. Does this