Possible bug in the orion deployment process?

2000-03-02 Thread Shachor Gal
Hi, I am using 0.94 and trying to deploy an EJB with jms resource reference. However, Orion is failing to deploy it and shows the following error message: Auto-deploying D:\test_app\ejb-module... done Error initializing home of type SendOrder in package D:\test_app\ejb-module: Error creating c

RE: Resource refs are not usable in Orion?

2000-02-25 Thread Shachor Gal
The problem is not in how I specify stuff in the ejb-jar.xml, it is how do I tell Orion that the named resource is bound to a data source that was configured in data-sources.xml. Doing that is Orion specific and does not described anywhere. Gal Shachor On Fri, 25 Feb 2000, Magnus Rydin

Resource refs are not usable in Orion?

2000-02-25 Thread Shachor Gal
Dear orion team, I am having a problem developing a BMP entity ... I would like to obtain the data source used by the bean via a resource-ref, however there is no documentation of how to do that anywhere in the orion zip file/web site. Can we specify resource refs? Another similar problem rel

Re: latest 9.2 startup not parsing files correctly - help

2000-02-24 Thread Shachor Gal
I had the same error message with 0.9.2, my ejb-jar.xml started with a after removing this line the message was gone. Gal Shachor On Thu, 24 Feb 2000, Mike Fontenot wrote: > The last version to work with my app was orion 9.1q. When I first started > using 9.1q I get the following er

JMS Support for QueueConnectionFactory

2000-02-09 Thread Shachor Gal
Is there an official statement from the orion team? How can I configure jndi locations for QueueConnectionFactorys? Thanks in advance, Gal Shachor

Re: JMS support

2000-02-08 Thread Shachor Gal
Hi, Assuming that you removed the comment in server.xml that commented out jms.xml you should also add a definition for the coffee queue: A coffee queue I added that and the coffee demo worked... The main problem that I see is that there is no way to conf