The original warnings are just that, warnings.  The deployment should still
work. 

To remove the warnings, use the object name 

jboss:service=TransactionManager

If this doesn't solve all the problems please show some stack trace from
when the datasource is being deployed and check the jmx console to see if
the mbeans mentioned in the *-service file are 

sorry about this, I backported a lot of stuff from head and didn't notice
the text of this warning.

thanks
david jencks


On 2003.02.18 06:35 Egger Lothar wrote:
> hi list, hi Benjamin
> 
> same here with oracle jdbc :(
> 
> cheers
> 
> Lothar
> 
> > -----Original Message-----
> > From: Benjamin Cox [mailto:[EMAIL PROTECTED]] 
> > 02:37:24,418 WARN  [XATxConnectionManager] Please change your 
> > datasource 
> > setup to use TransactionManagerService with object name 
> > jboss.tm:service=TransactionManagerService
> > 02:37:24,418 WARN  [XATxConnectionManager] instead of 
> > TransactionManager 
> > with value java:/TransactionManager
> >  So, I followed the advice of the warning, and changed the line:
> >     <attribute 
> > name="TransactionManager">java:/TransactionManager</attribute>  
> > to:
> >     <attribute 
> > name="TransactionManagerService">jboss.tm:service=TransactionM
> > anagerService</attribute>
> > 
> >   Running again, I received four copies of the following error (2 per 
> > datasource):
> > 
> > 02:37:25,158 INFO  [LocalTxConnectionManager] Starting
> > 02:37:25,159 ERROR [LocalTxConnectionManager] Starting failed
> > javax.management.InstanceNotFoundException: 
> > jboss.tm:service=TransactionManagerService is not registered.
> >     at 
> .........
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to