RE: MDB in orion 1.5.2 using Queue

2001-10-19 Thread Renaud Bruyeron
post: http://www.mail-archive.com/orion-interest%40orionserver.com/msg14877.html Obviously one needs onMessage() to receive the messages...But it compiles and deploys fine without the MessageListener declaration. oh well. cheers, - Renaud -- Renaud Bruyeron [EMAIL PROTECTED] Fullsix London

Fw: [smq3beta] MDB

2001-11-27 Thread Renaud Bruyeron
There is a thread going on the swiftmq 3 beta mailing list about MDBs and SwiftMQ. While the resource-provider technique works for MDBs (my MDB gets the message), other folks wonder about transactions when using the technique described on the orionserver site. Does anyone know about XA

Re: How do you shut down orion after it's initialized

2001-12-19 Thread Renaud Bruyeron
Why do you use ormi://localhost:8080 ? default is ormi://localhost, and unless you explicitely changed the port number for the ormi listener, that's what it should be. The ormi port has *nothing* to do with the http port defined in default-web-site.xml - Renaud - Original Message -

Re: deploying ejb without jar'ing

2002-01-09 Thread Renaud Bruyeron
I do this all the time. filestructure: app/ META-INF/ app-ejb/ META-INF/ com/fullsix/... app-web/ WEB-INF/ I point orion at app/ (via server.xml), and in the application.xml, instead of referencing a .jar, I reference app-ejb/ like this: application ...

Re: how to shutdown orion app server?

2002-04-29 Thread Renaud Bruyeron
That command seems to hang on linux 2.4.x / 1.3.1 as soon as you've deployed something. It works great on win2k, though, so I suspect the linux JVM. Under linux, I usually have to CTRL-C or kill the process. - Renaud - Original Message - From: Jesper Rasmussen [EMAIL PROTECTED] To: