Re: deploying OJB in Jboss

2004-04-24 Thread Armin Waibel
--- From: Armin Waibel [mailto:[EMAIL PROTECTED] Sent: 22 April 2004 14:46 To: OJB Users List Subject: Re: deploying OJB in Jboss Hi Stephen, Stephen Ting wrote: Hi Armin, Thanks for your help + suggestion. I had successfully package everything in an ear file and it is redeployable. Congratulati

RE: deploying OJB in Jboss

2004-04-22 Thread Stephen Ting
this approach, all the library had to be in the root of the ear. (This was tested on Jboss 3.2.3) Regards, Stephen >-Original Message- >From: Armin Waibel [mailto:[EMAIL PROTECTED] >Sent: 22 April 2004 14:46 >To: OJB Users List >Subject: Re: deploying OJB in Jboss

Re: deploying OJB in Jboss

2004-04-21 Thread Armin Waibel
b-ojb-1.0.rc6.jar ...etc NOTE: If only include ojb jar file in the classpath it won't work. Regards, Stephen -Original Message- From: Armin Waibel [mailto:[EMAIL PROTECTED] Sent: 21 April 2004 15:48 To: OJB Users List Subject: Re: deploying OJB in Jboss Hi Stephen, now I'm be

RE: deploying OJB in Jboss

2004-04-21 Thread Stephen Ting
nclude ojb jar file in the classpath it won't work. Regards, Stephen >-Original Message- >From: Armin Waibel [mailto:[EMAIL PROTECTED] >Sent: 21 April 2004 15:48 >To: OJB Users List >Subject: Re: deploying OJB in Jboss > > >Hi Stephen, > >now I'm be

Re: deploying OJB in Jboss

2004-04-21 Thread Armin Waibel
ist Subject: Re: deploying OJB in Jboss Hi Stephen, Stephen Ting wrote: Hi Armin, If I were to have multiple ejb.jar that have it owns repository (class descriptor, jdbc-connection-descriptor). OJB will only found the jdbc connection descriptor of the ejb.jar that is firstly deployed. What i

RE: deploying OJB in Jboss

2004-04-20 Thread Stephen Ting
.java:824) Whereas if I access OJB through JNDI, I have no problems. Please help Thanks Regards, Stephen >-Original Message- >From: Armin Waibel [mailto:[EMAIL PROTECTED] >Sent: 19 April 2004 15:02 >To: OJB Users List >Subject: Re: deploying OJB in Jboss > > &g

Re: deploying OJB in Jboss

2004-04-19 Thread Armin Waibel
). Why do you need this - can you explain? regards, Armin Thanks Regards, Stephen -Original Message- From: Armin Waibel [mailto:[EMAIL PROTECTED] Sent: 18 April 2004 01:59 To: OJB Users List Subject: Re: deploying OJB in Jboss Hi Stephen, Stephen Ting wrote: I had followed the

Fw: success deploying ojb in jboss

2004-04-18 Thread Michael Mogley
Please keep these things on the list. - Original Message - From: "Stephen Ting" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 18, 2004 7:33 PM Subject: RE: success deploying ojb in jboss > Hello Michael, > > I had some problems using th

RE: deploying OJB in Jboss

2004-04-18 Thread Stephen Ting
of OJB.jar in a same JVM? Thanks Regards, Stephen >-Original Message- >From: Armin Waibel [mailto:[EMAIL PROTECTED] >Sent: 18 April 2004 01:59 >To: OJB Users List >Subject: Re: deploying OJB in Jboss > > >Hi Stephen, > >Stephen Ting wrote: > >> I

Re: deploying OJB in Jboss

2004-04-17 Thread Armin Waibel
Hi Stephen, Stephen Ting wrote: I had followed the following ear template suggested by OJB deployment tutorial. But still during deployment time of my EAR. Jboss complain cann't find OJB api. Whereas if i include the lib in the ejb.jar file, it will deploy successfully without any problems. Sorr

deploying OJB in Jboss

2004-04-16 Thread Stephen Ting
I had followed the following ear template suggested by OJB deployment tutorial. But still during deployment time of my EAR. Jboss complain cann't find OJB api. Whereas if i include the lib in the ejb.jar file, it will deploy successfully without any problems. I was not able to do this, because i h

Re: success deploying ojb in jboss

2004-02-29 Thread Michael Mogley
B Users List" <[EMAIL PROTECTED]> Sent: Sunday, February 29, 2004 8:37 AM Subject: Re: success deploying ojb in jboss > Hi Michael and Andrew, > > I will integrate this approach ("howto build an .ear file") in small > section of the deployment doc. Any sug

Re: success deploying ojb in jboss

2004-02-29 Thread Armin Waibel
LASSPATH in the Manifest file. Isn't it nice to be able to redeploy also! -Andrew -Original Message- From: Michael Mogley [mailto:[EMAIL PROTECTED] Sent: Sat 2/28/2004 10:34 PM To: OJB Users List Subject: success deploying ojb in jboss Thanks Andrew and Armin. I followed Andrew&#

RE: success deploying ojb in jboss

2004-02-29 Thread Clute, Andrew
PM To: OJB Users List Subject: success deploying ojb in jboss Thanks Andrew and Armin. I followed Andrew's advice and packaged everything in one ear. Good news is I am also able to redeploy without having to restart the app-server (no OJB redeployment issues so far). Here's how I did it

success deploying ojb in jboss

2004-02-28 Thread Michael Mogley
Thanks Andrew and Armin. I followed Andrew's advice and packaged everything in one ear. Good news is I am also able to redeploy without having to restart the app-server (no OJB redeployment issues so far). Here's how I did it: /ejb.jar/ ...EJBs ...DAOs ...META-INF/ ..ejb-jar.xml ..jboss