Re[2]: Using JDBC resource from application client

2001-12-30 Thread Peng Yong
I have same problem on Orion 1.5.2 location=jdbc/TestDS pooled-location=jdbc/pooled/TestPooledDS xa-location=jdbc/xa/TestXADS ejb-location=jdbc/TestEJBDS location works ok, but pooled-location, xa-location, ejb-location don't work. So i think it's not the

RE: CMP Entity Bean Craziness

2001-12-30 Thread Mike Cannon-Brookes
On Sun, 2001-12-30 at 07:50, Ed Brown wrote: Quoting Aaron Tavistock [EMAIL PROTECTED]: Mike - Since this is a generated file in a deployment directory shouldn't it always be overwritten if there is a change in one of the package deployment descriptors? The only reason it

Re: CMP Entity Bean Craziness

2001-12-30 Thread Morten Wilken
i've asked about this on the list in the past... it seems like there is a number of annoying things about this way of doing things. ie. if i have 2 entitybeans that needs to use 2 differend datasources... from what ive seen it is impossible to set the datasource at the bean level, only as an

design question: one to many relationship

2001-12-30 Thread Morten Wilken
i have a design question for the list: i have a situation where i have some persons that each owns a number of games... each game has only one owner. using orions OR mapping features i have put a collection of games in each personbean. This creates a many-to-many table with a personid and a

Fw: design question: one to many relationship

2001-12-30 Thread Morten Wilken
- Original Message - From: Morten Wilken [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Sunday, December 30, 2001 2:51 PM Subject: design question: one to many relationship i have a design question for the list: i have a situation where i have some persons that each

RE: Orion on Macintosh OSX setup

2001-12-30 Thread Pauline McNamara
Thanks Aaron, just got a bunch of practice with symlinks along the way to getting Orion set up ;) Not quite sure that what I did is actually the key, nor if I did it exactly right, but here's the story in case others might benefit from it: Located in the orion directory, I used the ln -s

RE: Orion on Macintosh OSX setup

2001-12-30 Thread Pauline McNamara
Thanks Aaron, just got a bunch of practice with symlinks along the way to getting Orion set up ;) Not quite sure that what I did is actually the key, nor if I did it exactly right, but here's the story in case others might benefit from it: Located in the orion directory, I used the ln -s

RE: CMP Entity Bean Craziness

2001-12-30 Thread Ed Brown
Quoting Mike Cannon-Brookes [EMAIL PROTECTED]: On Sun, 2001-12-30 at 07:50, Ed Brown wrote: Quoting Aaron Tavistock [EMAIL PROTECTED]: Mike - Since this is a generated file in a deployment directory shouldn't it always be overwritten if there is a change in one of the

Re: design question: one to many relationship

2001-12-30 Thread Scott Farquhar
Morten, Putting a collection of games attached to each person suggests a many-to-many relationship. Why don't you have each game have an owner? Game (Id, Owner, Name) Owner (Id, Name) Then you have a one-many relationship. Cheers, Scott -- Scott Farquhar :: [EMAIL PROTECTED] Atlassian ::

Problem using java web start

2001-12-30 Thread A. KANDASAMY
I had my EJB's running in Orion server. I am accessing the server thru Swing Clients. when running stand alone, i am able to access the server. When i am using java web start i am facing problems.. In java forums they asked to put the following lines of code before lookup... ClassLoader loader =