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,
> 
> 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 mean that the XA
> Resource Manager in Oracle is not properly installed? Is there a way to
> verify the correct installation? If yes, how can the resource manager be
> installed?
> 
> In how far is it necessary to use JMS with XA transactions (we use the
> JDBC2 Persistence Manager for storing the JMS messages).
> 
> Thanks,
> 
> -marek
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
> thread debugger on the planet. Designed with thread debugging features
> you've never dreamed of, try TotalView 6 free at www.etnus.com.
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 


-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to