RE: Changing Orion Generated SQL

2000-12-08 Thread Aniket V U
well, i wanted to change the SQL used in the ejbStore method due to some problems that i was having. orion-ejb-jar.xml seems to have the SQL only for finder methods other than the findByPrimary key methods. is there any way to change that??? Thanks Aniket At 06:36 PM 12/8/2000, you wrote:

Re: Changing Orion Generated SQL

2000-12-08 Thread James Manning
[Jeff Schnitzer] Take a look at the documentation for orion-ejb-jar.xml. It's a lot easier if you have a few samples to look at alongside. http://www.orionserver.com/docs/orion-ejb-jar.xml.html What changes you have in mind? For more performance-intensive entity beans attached to larger

RE: Changing Orion Generated SQL

2000-12-08 Thread Jarek Skreta
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Schnitzer Sent: 08 December 2000 13:07 To: Orion-Interest Subject: RE: Changing Orion Generated SQL Take a look at the documentation for orion-ejb-jar.xml. It's a lot easier if you have a few samples

RE: Changing Orion Generated SQL

2000-12-08 Thread Russ White
Of course. Just modify orion-ejb-jar.xml to reflect your schema. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jarek Skreta Sent: Friday, December 08, 2000 11:14 AM To: Orion-Interest Subject: RE: Changing Orion Generated SQL Hi everybody

Re: Changing Orion Generated SQL

2000-12-08 Thread Boris Gertsberg
To: "Orion-Interest" [EMAIL PROTECTED] Sent: Friday, December 08, 2000 10:08 AM Subject: RE: Changing Orion Generated SQL well, i wanted to change the SQL used in the ejbStore method due to some problems that i was having. orion-ejb-jar.xml seems to have the SQL only for finde

Re: Changing Orion Generated SQL

2000-12-08 Thread James Manning
[Boris Gertsberg] You can't. ejbStore runs a trivial update statement. If you need to do something special you have to use bean managed persistence. My understanding was that with EJB 2.0, we write the abstract class with no properties (just getters/setters), Orion makes a concrete java source

RE: Changing Orion Generated SQL

2000-12-08 Thread Jeff Schnitzer
-Original Message- From: James Manning [mailto:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 7:08 AM To: Orion-Interest Subject: Re: Changing Orion Generated SQL [Jeff Schnitzer] Take a look at the documentation for orion-ejb-jar.xml. It's a lot easier if you have a few samples to look

RE: Changing Orion Generated SQL

2000-12-08 Thread Jeff Schnitzer
Take a look at the documentation for orion-ejb-jar.xml. It's a lot easier if you have a few samples to look at alongside. http://www.orionserver.com/docs/orion-ejb-jar.xml.html What changes you have in mind? Jeff Schnitzer [EMAIL PROTECTED] -Original Message- From: Aniket V U