RE: [JBoss-dev] Re: Guessing datasource name

2006-02-02 Thread Scott M Stark
Of Adrian Brock Sent: Wednesday, February 01, 2006 12:59 PM To: jboss-development@lists.sourceforge.net Cc: Bill Burke Subject: Re: [JBoss-dev] Re: Guessing datasource name Perhaps we should just byte the bullet and fix this naming confusion? The problem is everybody's existing config that uses it. e.g

[JBoss-dev] Re: Guessing datasource name

2006-02-01 Thread Bill Burke
Can I use: jboss.jca:service=ManagedConnectionFactory,name=DefaultDS? Bill Burke wrote: In EJB3 I'm trying to guess the datasource MBean name so that I can create a dependency on it. I do this based on the JNDI name passed into persistence.xml. So, if the datsource is java:/DefaultDS I

Re: [JBoss-dev] Re: Guessing datasource name

2006-02-01 Thread Adrian Brock
Perhaps we should just byte the bullet and fix this naming confusion? The problem is everybody's existing config that uses it. e.g. JMS and login-config.xml that reference these names. You can certainly fix the stylesheet and change this config in jbossjca-service.xml mbean

Re: [JBoss-dev] Re: Guessing datasource name

2006-02-01 Thread Bill Burke
Doesn't help me on 4.0.3SP1. What we should *really* do is create those JNDI dependencies we were arguing about before. Adrian Brock wrote: Perhaps we should just byte the bullet and fix this naming confusion? The problem is everybody's existing config that uses it. e.g. JMS and