Re: [JBoss-user] datasource jndi mapping

2001-06-25 Thread Scott M Stark
JBoss-user] datasource jndi mapping > Would it be ok to use jboss.xml ass the mapping file? > > > -Original Message- > From: Scott M Stark [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 25, 2001 4:55 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] datasourc

RE: [JBoss-user] datasource jndi mapping

2001-06-25 Thread Ferguson, Doug
Would it be ok to use jboss.xml ass the mapping file? -Original Message- From: Scott M Stark [mailto:[EMAIL PROTECTED]] Sent: Monday, June 25, 2001 4:55 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] datasource jndi mapping You need an indirection layer similar to that which

Re: [JBoss-user] datasource jndi mapping

2001-06-25 Thread Scott M Stark
You need an indirection layer similar to that which exists for J2EE components. You would have to create an indirection manager mbean that bound an object factory under the static namespace prefix you wanted to use with the configurations like the DatabaseLoginModule(e.g., admin/static) and then y

RE: [JBoss-user] datasource jndi mapping

2001-06-25 Thread Ferguson, Doug
That would work but is such a hack.. Seems like it would be better to have it more integrated. d. -Original Message- From: danch (Dan Christopherson) [mailto:[EMAIL PROTECTED]] Sent: Monday, June 25, 2001 2:04 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] datasource jndi mapping

Re: [JBoss-user] datasource jndi mapping

2001-06-25 Thread danch (Dan Christopherson)
Ferguson, Doug wrote: > Hey, > > I ran this message awhile back and got no response. > If you have any inclination to an answer... please respond. > > I have am interested in mapping datasource jndi names at deploytime.. > However I want to make these mappings apply to the global namespace. >