Re: [JBoss-user] Sun J2EE to jBoss

2001-06-27 Thread ralph
Stoehn. :-) I'm currently eating chapter 9. Thanks a lot. Ralph - Original Message - From: Burkhard Vogel <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 27, 2001 8:03 PM Subject: Re: [JBoss-user] Sun J2EE to jBoss > > - Original Messa

Re: [JBoss-user] Sun J2EE to jBoss

2001-06-27 Thread Burkhard Vogel
- Original Message - From: "ralph" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 27, 2001 2:49 AM Subject: Re: [JBoss-user] Sun J2EE to jBoss > > - Original Message - > From: Burkhard Vogel <[EMAIL PROTECTED]> > To: &

Re: [JBoss-user] Sun J2EE to jBoss

2001-06-26 Thread ralph
- Original Message - From: David Ward <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 9:37 PM Subject: Re: [JBoss-user] Sun J2EE to jBoss > 1) Yes, Hypersonic (inc. the driver) comes with JBoss. > I found a [ JBOSS_HOME ] \ db \ hypersonic d

Re: [JBoss-user] Sun J2EE to jBoss

2001-06-26 Thread ralph
- Original Message - From: danch (Dan Christopherson) <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 27, 2001 4:40 AM Subject: Re: [JBoss-user] Sun J2EE to jBoss > Gotta get that in the docs with an example! > > -danch > Thanks

Re: [JBoss-user] Sun J2EE to jBoss

2001-06-26 Thread ralph
- Original Message - From: Burkhard Vogel <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 6:04 PM Subject: Re: [JBoss-user] Sun J2EE to jBoss > > - Original Message - > From: "Ralph Jensen" <[EMAIL PROTECTED]> >

Re: [JBoss-user] Sun J2EE to jBoss

2001-06-26 Thread Allen fogleson
dang i missed that... thanks Dan. Sometimes what you do out of habbit you just forget heh Al - Original Message - From: danch (Dan Christopherson) <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 4:40 PM Subject: Re: [JBoss-user] Sun J2EE to jBo

Re: [JBoss-user] Sun J2EE to jBoss

2001-06-26 Thread danch (Dan Christopherson)
Allen fogleson wrote: > You can reuse the ejb-jar.xml deployment descriptor if that is what you are > asking. However, if you are asking about the specific j2eeRI.xml files, then > no. Using BMP you shouldn't have too many problems or need to create extra > files, other than potentially a jboss.x

Re: [JBoss-user] Sun J2EE to jBoss

2001-06-26 Thread Allen fogleson
You can reuse the ejb-jar.xml deployment descriptor if that is what you are asking. However, if you are asking about the specific j2eeRI.xml files, then no. Using BMP you shouldn't have too many problems or need to create extra files, other than potentially a jboss.xml to handle security. Al ---

Re: [JBoss-user] Sun J2EE to jBoss

2001-06-26 Thread David Ward
1) Yes, Hypersonic (inc. the driver) comes with JBoss. 2) Yes, you can re-use the ejb-jar.xml from Sun's deploytool (I've done it). A couple differences, though: a) deploytool creates a Sun RI xml file that defines the J2EE RI container-specific glue. You will not need this, but you w

Re: [JBoss-user] Sun J2EE to jBoss

2001-06-26 Thread Burkhard Vogel
- Original Message - From: "Ralph Jensen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 7:41 AM Subject: [JBoss-user] Sun J2EE to jBoss > I am going to deploy some EJBs which I developed using Sun's J2EE reference > platform (v1.3) on jBoss. The beans use BMP

Re: [JBoss-user] Sun J2EE to jBoss

2001-06-26 Thread ralph
OTECTED]> Sent: Tuesday, June 26, 2001 4:51 PM Subject: Re: [JBoss-user] Sun J2EE to jBoss > Why did you disabled JMS related code ? > > > Ralph Jensen wrote: > > > I am going to deploy some EJBs which I developed using Sun's J2EE reference > > platform (v1.3) on

Re: [JBoss-user] Sun J2EE to jBoss

2001-06-26 Thread Benoit Rolland
Why did you disabled JMS related code ? Ralph Jensen wrote: > I am going to deploy some EJBs which I developed using Sun's J2EE reference > platform (v1.3) on jBoss. The beans use BMP only and I disabled JMS related > code. > > I have some questions in advance: > > Database > Which database t