Re: [JBoss-user] automatic datasource generation...

2001-08-10 Thread David Jencks
On 2001.08.10 13:13:12 -0400 "Ferguson, Doug" wrote: > sp's? stored procedures dj > d. > > -Original Message- > From: David Jencks [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 10, 2001 11:32 AM > To: [EMAIL PROTECTED] > Subject: Re: [JBos

RE: [JBoss-user] automatic datasource generation...

2001-08-10 Thread Ferguson, Doug
sp's? d. -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: Friday, August 10, 2001 11:32 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] automatic datasource generation... Hi, Bmp explains a lot. I've thought for a long time we ought to be able to us

Re: [JBoss-user] automatic datasource generation...

2001-08-10 Thread David Jencks
least patch 443701 On 2001.08.10 11:05:31 -0400 "Ferguson, Doug" wrote: > BTW, > > Where do I find the patch file. ;) > > -Original Message- > From: David Jencks [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 10, 2001 7:15 AM > To: [EMAIL PROTECTED] >

RE: [JBoss-user] automatic datasource generation...

2001-08-10 Thread Ferguson, Doug
BTW, Where do I find the patch file. ;) -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: Friday, August 10, 2001 7:15 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] automatic datasource generation... Hi, Thanks for the info. I'm starting to get what y

RE: [JBoss-user] automatic datasource generation...

2001-08-10 Thread Ferguson, Doug
encks [mailto:[EMAIL PROTECTED]] Sent: Friday, August 10, 2001 7:15 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] automatic datasource generation... Hi, Thanks for the info. I'm starting to get what you're doing ;-). Looks good now. Does this restrict you to BMP only or have you

Re: [JBoss-user] automatic datasource generation...

2001-08-10 Thread David Jencks
formation to the database, then there is still a > rquirement > > to create the mini-jcml and then promote to all the application > servers, > > which will inevitably grow in number. > > With my code, the application can deal with an unconfigured datasource > > and

RE: [JBoss-user] automatic datasource generation...

2001-08-09 Thread Ferguson, Doug
; > d. > > -Original Message- > From: David Jencks [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 08, 2001 10:42 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] automatic datasource generation... > > > hmm, > > I didn't think you needed

Re: [JBoss-user] automatic datasource generation...

2001-08-09 Thread David Jencks
Message- > From: David Jencks [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 08, 2001 10:42 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] automatic datasource generation... > > > hmm, > > I didn't think you needed new classes, that's why I pushed

RE: [JBoss-user] automatic datasource generation...

2001-08-09 Thread Ferguson, Doug
Yeah... That would be great. I'd like to see your implementation and how it differs from mine. d. -Original Message- From: C Murphy @ Intechtual [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 09, 2001 9:18 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] automatic datas

Re: [JBoss-user] automatic datasource generation...

2001-08-09 Thread C Murphy @ Intechtual
Hi, I created a test MBean that does this a few weeks ago. It basically takes all of the connection properties (url, user, pw, etc.) and then creates an org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl, which creates the DataSource in jndi. I built it on a plane on my way to Las Vegas

RE: [JBoss-user] automatic datasource generation...

2001-08-09 Thread Ferguson, Doug
ECTED] Subject: Re: [JBoss-user] automatic datasource generation... hmm, I didn't think you needed new classes, that's why I pushed my patch, you still might like to try it, each clients config info would be in a separate file--just drop them into the deploy dir, and you don't need to s

RE: [JBoss-user] automatic datasource generation...

2001-08-09 Thread marc fleury
en anyone talk about this, I wanted to get a stamp of |approval |incase my implementation is wacked... | |What do you guys think? | |d. | |-Original Message- |From: David Jencks [mailto:[EMAIL PROTECTED]] |Sent: Wednesday, August 08, 2001 9:53 PM |To: [EMAIL PROTECTED] |Subject: Re: [JBoss-us

Re: [JBoss-user] automatic datasource generation...

2001-08-08 Thread David Jencks
x27;t > updated. > Since I haven't seen anyone talk about this, I wanted to get a stamp of > approval > incase my implementation is wacked... > > What do you guys think? > > d. > > -Original Message- > From: David Jencks [mailto:[EMAIL PROTECTED

RE: [JBoss-user] automatic datasource generation...

2001-08-08 Thread Ferguson, Doug
a stamp of approval incase my implementation is wacked... What do you guys think? d. -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 9:53 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] automatic datasource generation... hmmm I haven

Re: [JBoss-user] automatic datasource generation...

2001-08-08 Thread David Jencks
er","testmaster")); > |server.setAttribute(objectName, > | new Attribute("Password","testmaster")); > |server.invoke(objectName, "init", > | new Object[0],new String[0]); > |server.invoke(objectName, "start", > |

Re: [JBoss-user] automatic datasource generation...

2001-08-08 Thread David Jencks
f research from the stuff we did with > Rickard/Jung in December. > > regards > > marcf > > | > |d. > | > |-Original Message- > |From: marc fleury [mailto:[EMAIL PROTECTED]] > |Sent: Wednesday, August 08, 2001 6:01 PM > |To: [EMAIL PROTECTED]

RE: [JBoss-user] automatic datasource generation...

2001-08-08 Thread marc fleury
ginal Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Ferguson, |Doug |Sent: Wednesday, August 08, 2001 8:19 PM |To: '[EMAIL PROTECTED]' |Subject: RE: [JBoss-user] automatic datasource generation... | | |So the code seems to work for creating and starting the

RE: [JBoss-user] automatic datasource generation...

2001-08-08 Thread marc fleury
: '[EMAIL PROTECTED]' |Subject: RE: [JBoss-user] automatic datasource generation... | | |So how is the differnt form auto-deploy? | |d. | |-Original Message- |From: marc fleury [mailto:[EMAIL PROTECTED]] |Sent: Wednesday, August 08, 2001 7:15 PM |To: [EMAIL PROTECTED] |Subject: RE: [

RE: [JBoss-user] automatic datasource generation...

2001-08-08 Thread Ferguson, Doug
So how is the differnt form auto-deploy? d. -Original Message- From: marc fleury [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 7:15 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] automatic datasource generation... |What is the hot redploy I am hearing so much about

RE: [JBoss-user] automatic datasource generation...

2001-08-08 Thread Ferguson, Doug
Original Message- From: marc fleury [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 6:01 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] automatic datasource generation... |-Original Message----- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Ferguson, |Do

RE: [JBoss-user] automatic datasource generation...

2001-08-08 Thread marc fleury
s marcf | |d. | |-Original Message- |From: marc fleury [mailto:[EMAIL PROTECTED]] |Sent: Wednesday, August 08, 2001 6:01 PM |To: [EMAIL PROTECTED] |Subject: RE: [JBoss-user] automatic datasource generation... | | | | ||-Original Message- ||From: [EMAIL PROTECTED] ||[mailto:[EMAIL PROTECT

RE: [JBoss-user] automatic datasource generation...

2001-08-08 Thread Ferguson, Doug
What is the hot redploy I am hearing so much about? d. -Original Message- From: marc fleury [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 6:01 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] automatic datasource generation... |-Original Message- |From

RE: [JBoss-user] automatic datasource generation...

2001-08-08 Thread marc fleury
|-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Ferguson, |Doug |Sent: Wednesday, August 08, 2001 6:15 PM |To: '[EMAIL PROTECTED]' |Subject: RE: [JBoss-user] automatic datasource generation... | | |I really need that... | |How does this wo

Re: [JBoss-user] automatic datasource generation...

2001-08-08 Thread David Jencks
sage- > From: marc fleury [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 08, 2001 4:50 PM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] automatic datasource generation... > > > Yes it is but on my machine only :) > > 3.0 series > > marcf >

Re: [JBoss-user] automatic datasource generation...

2001-08-08 Thread David Jencks
Well actually, in the 2.5 code you can do this, if you are using jca adapters. There's even a test: jmx test, showing how to add a datasource using the mbean server interface. If you want to do this conveniently, apply patch 443701, then you can drop a mini-jcml file with the config into the dep

RE: [JBoss-user] automatic datasource generation...

2001-08-08 Thread Ferguson, Doug
ssage- From: marc fleury [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 4:50 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] automatic datasource generation... Yes it is but on my machine only :) 3.0 series marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[

RE: [JBoss-user] automatic datasource generation...

2001-08-08 Thread marc fleury
Yes it is but on my machine only :) 3.0 series marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Ferguson, |Doug |Sent: Wednesday, August 08, 2001 5:22 PM |To: JBoss User (E-mail) |Subject: [JBoss-user] automatic datasource generation... | | |Is