RE: How to use EJB2.0 on Orion

2000-09-25 Thread Magnus Rydin
Title: RE: How to use EJB2.0 on Orion Hi Heinz. Your are correct. The update of the ATM to EJB 2.0 left some unwanted remains. It will be updated. WR -Original Message- From: Haeussler, Heinz [mailto:[EMAIL PROTECTED]] Sent: den 25 september 2000 07:59 To: Orion-Interest

Re: How to use EJB2.0 on Orion

2000-09-21 Thread Christian Sell
well, maybe there IS no avail. Not many of us have done EJB 2.0 yet, and as far as the orion core team goes, I hope (!!) they are busy writing documentation for the basic stuff (and improving orion in their spare time). actually, I was trying to refer to documentation that covers the basic

RE: How to use EJB2.0 on Orion

2000-09-21 Thread Jeff Schnitzer
to use EJB2.0 on Orion I gather the ATM EJB 2.0 app is out now - but perhaps a very simple app will still be useful. See attached. The only problem I have had with EJB 2.0 in Orion is trying to do a 1-1 mapping to a dependent class. Nick

RE: How to use EJB2.0 on Orion

2000-09-21 Thread Magnus Rydin
Title: RE: How to use EJB2.0 on Orion Hopefully, the future documentation that will look at one piece at the time, will make this application more usefull. The way it is right now, is more for advanced users to find an example of a certain functionality. It will continue to include as many

RE: How to use EJB2.0 on Orion

2000-09-21 Thread S.Badrinarayanan
s possible, but it will be given a documentation to make life easier for ppl. WR -Original Message- From: Joseph B. Ottinger [mailto:[EMAIL PROTECTED]] Sent: den 21 september 2000 05:21 To: Orion-Interest Subject: Re: How to use EJB2.0 on Orion Yeah, I know - and the example app

RE: How to use EJB2.0 on Orion

2000-09-21 Thread S.Badrinarayanan
s possible, but it will be given a documentation to make life easier for ppl. WR -Original Message- From: Joseph B. Ottinger [mailto:[EMAIL PROTECTED]] Sent: den 21 september 2000 05:21 To: Orion-Interest Subject: Re: How to use EJB2.0 on Orion Yeah, I know - and the example app

RE: How to use EJB2.0 on Orion

2000-09-21 Thread Joseph B. Ottinger
- From: Joseph B. Ottinger [mailto:[EMAIL PROTECTED]] Sent: den 21 september 2000 05:21 To: Orion-Interest Subject: Re: How to use EJB2.0 on Orion Yeah, I know - and the example apps are good, but they're more than I'd like. (Incidentally, the ATM has been EJB 2.0 f

Re: How to use EJB2.0 on Orion

2000-09-21 Thread Chris Woods
On Thu, Sep 21, 2000 at 12:00:25PM +, S.Badrinarayanan wrote: I am intersted in 2 points mentioned below: 1. How do I get the 1.3.8 version; their server (www.orionserver.com) shows only 1.2.9 as the latest. from your orion rot installation directory: java -jar autoupdate.jar 2. Where

Re: How to use EJB2.0 on Orion

2000-09-21 Thread Ernst de Haan
WR -Original Message- From: Joseph B. Ottinger [mailto:[EMAIL PROTECTED]] Sent: den 21 september 2000 05:21 To: Orion-Interest Subject: Re: How to use EJB2.0 on Orion Yeah, I know - and the example apps are good, but they're more than I'd like. (Incidentall

Re: How to use EJB2.0 on Orion

2000-09-21 Thread S.Badrinarayanan
lto:[EMAIL PROTECTED]] Sent: den 21 september 2000 05:21 To: Orion-Interest Subject: Re: How to use EJB2.0 on Orion Yeah, I know - and the example apps are good, but they're more than I'd like. (Incidentally, the ATM has been EJB 2.0 for a while now.) I like

Re: How to use EJB2.0 on Orion

2000-09-21 Thread S.Badrinarayanan
lto:[EMAIL PROTECTED]] Sent: den 21 september 2000 05:21 To: Orion-Interest Subject: Re: How to use EJB2.0 on Orion Yeah, I know - and the example apps are good, but they're more than I'd like. (Incidentally, the ATM has been EJB 2.0 for a while now.) I like

Re: How to use EJB2.0 on Orion

2000-09-20 Thread Nick Newman
Perhaps the EJB 2.0 spec on javasoft would be a place to start. The whole thing is quite long, but Chapter 9 explains the new persistence mechanism, and that's probably all you need. The main differences (but by no means all the differences) are: 1) you need to specify the appropriate dtd at

RE: How to use EJB2.0 on Orion

2000-09-20 Thread Reddy Krishnan
Vimal, 1.3.1 supports ejb2.0 beans in the ejb-jar.xml use DOCTYPE as !DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 1.1//EN" "http://java.sun.com/j2ee/dtds/ejb-jar_2_0.dtd" instead of ejb-jar_1_1.dtd. Follow the ejb2.0 specs on abstract get/set , abstract bean

Re: How to use EJB2.0 on Orion

2000-09-20 Thread Christian Sell
I have been sending this mail for quite some time but to no avail. well, maybe there IS no avail. Not many of us have done EJB 2.0 yet, and as far as the orion core team goes, I hope (!!) they are busy writing documentation for the basic stuff (and improving orion in their spare time). regards

Re: How to use EJB2.0 on Orion

2000-09-20 Thread Vimal Kansal
Thanks a lot Nick. Can you also send me a sample code or whatever and moreoever, have you yourself been able to get this stuff working on Orion? Vimal --- Nick Newman [EMAIL PROTECTED] wrote: Perhaps the EJB 2.0 spec on javasoft would be a place to start. The whole thing is quite long, but

RE: How to use EJB2.0 on Orion

2000-09-20 Thread Vimal Kansal
Thanks a lot Krishnan Vimal --- Reddy Krishnan [EMAIL PROTECTED] wrote: Vimal, 1.3.1 supports ejb2.0 beans in the ejb-jar.xml use DOCTYPE as !DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 1.1//EN" "http://java.sun.com/j2ee/dtds/ejb-jar_2_0.dtd" instead of

Re: How to use EJB2.0 on Orion

2000-09-20 Thread Joseph B. Ottinger
Don't forget that EJB 2.0 isn't a standard yet. It's a draft. Personally, I'm mucking about with it a bit, and the parts I'm most interested in - the OR mapping - I've not really covered, so I'm in the same boat of wanting more information, but let's be real about it. It's not there unless we

RE: How to use EJB2.0 on Orion

2000-09-20 Thread jiten patankar
have you looked at this site www.znerd.demon.nl/orion-primer/ -Original Message- From: Vimal Kansal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 20, 2000 10:19 AM To: Orion-Interest Subject: How to use EJB2.0 on Orion Please for God's sake some benevolent soul do reply to this

Re: How to use EJB2.0 on Orion

2000-09-20 Thread Vimal Kansal
I jsu upgraded to Orion 1.3.8. And guess what ? :- it has the EJB2.0 based ATM application :-) Vimal --- "Joseph B. Ottinger" [EMAIL PROTECTED] wrote: Don't forget that EJB 2.0 isn't a standard yet. It's a draft. Personally, I'm mucking about with it a bit, and the parts I'm most interested

Re: How to use EJB2.0 on Orion

2000-09-20 Thread Nick Newman
I gather the ATM EJB 2.0 app is out now - but perhaps a very simple app will still be useful. See attached. The only problem I have had with EJB 2.0 in Orion is trying to do a 1-1 mapping to a dependent class. Nick At 12:43 PM 9/20/00 -0700, you wrote: Thanks a lot Nick. Can you also send me

Re: How to use EJB2.0 on Orion

2000-09-20 Thread Vimal Kansal
EVen if you specify the multiplicity other than 1? vimal --- Nick Newman [EMAIL PROTECTED] wrote: I gather the ATM EJB 2.0 app is out now - but perhaps a very simple app will still be useful. See attached. The only problem I have had with EJB 2.0 in Orion is trying to do a 1-1 mapping

RE: How to use EJB2.0 on Orion

2000-09-20 Thread Reddy Krishnan
to refer to beans deployed in another ejb-jar file in relationships? thanks much, Krishnan -Original Message- From: Vimal Kansal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 20, 2000 4:04 PM To: Orion-Interest Subject: Re: How to use EJB2.0 on Orion EVen if you specify

Re: How to use EJB2.0 on Orion

2000-09-20 Thread Joseph B. Ottinger
Yeah, I know - and the example apps are good, but they're more than I'd like. (Incidentally, the ATM has been EJB 2.0 for a while now.) I like Ernst de Haan's approach - he covers one area and tries not to dress it too much. "Here I'll cover creating a simple app." "Here I'll create a CMP bean