RE: Datasource confusion

2001-04-06 Thread Kemp Randy-W18971
perhaps the O'Rielly book. -Original Message- From: Koster, K.J. [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 6:00 AM To: Orion-Interest Subject: RE: Datasource confusion Dear All, I've nailed the problem. I removed the datasource definition from the ejb-jar.xml

RE: Datasource confusion

2001-04-06 Thread Koster, K.J.
Dear All, I've nailed the problem. I removed the datasource definition from the ejb-jar.xml and placed one in ~orion/config/data-sources.xml. After rebuilding the application I stopped Orion, wiped out the ~orion/application-deployments directory, and restarted Orion. I now get remote access den

Re: Datasource confusion

2001-04-05 Thread denis despinoy
This line jdbc:mysql://luggage/log is not complete and consider mysql local. The syntax for url = drivertype:@location:PORT:instancedb ex: jdbc:oracle:[EMAIL PROTECTED]:777:FDEV for hsql this points to local jdbc:HypersonicSQL:./databases/mydb => :. means local for u I think it should be but

RE: Datasource confusion

2001-04-05 Thread UnicMan
Hi, > I am trying to use MySQL and Orion where the MySQL database is > located on a > different host than Orion is. > > The beans look up the datasource in JNDI. I've specified the datasource in > in ejb-jar.xml. (The resource-ref thingy) This is found, becasue > I no longer > get naming exceptio

Datasource confusion

2001-04-05 Thread Koster, K.J.
Dear All, I am trying to use MySQL and Orion where the MySQL database is located on a different host than Orion is. The beans look up the datasource in JNDI. I've specified the datasource in in ejb-jar.xml. (The resource-ref thingy) This is found, becasue I no longer get naming exceptions. In d