RE: EJBQL

2001-03-02 Thread Edoardo Comar
-Original Message- that may have changed recently. Not sure that I know of any app server that is fully EJB2.0 compliant as yet... have a look at what's happening here ... http://theserverside.com/home/thread.jsp?thread_id=4658

RE: java.lang.NullPointerException in JMS

2001-03-01 Thread Edoardo Comar
Title: java.lang.NullPointerException in JMS I got the same problem. connection.start() throws an NPE Search for JMS in this list and you'll findsomething. I couldn't solve it - I loggedthe fact as blocking in bugzillaand had to switch to weblogic for the time being. Edo -Original

RE: please tell me : does JMS work at all ?

2001-02-23 Thread Edoardo Comar
'm trying to write a MEssageDrivenBean that needs to register the TopicFactory and Topic for other clients to subscribe to. Still not successful yet. Any pointers, anybody? Pei Yen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Edoardo Comar Sent: 2

sending to this list always produces an error mail

2001-02-23 Thread Edoardo Comar
To: Edoardo Comar Cc: [EMAIL PROTECTED] Subject: Your message concerning RE: please tell me : does JMS work at all ? The person you have tried to contact is no longer employed at Netch Technologies. You may wish to contact us at [EMAIL PROTECTED] instead, or visit us on the web, http://www.netch.se

RE: Debugging and orion

2001-02-23 Thread Edoardo Comar
I've used jbuilder 4.0 (the free foundation version will be just fine) and it is a great debugger. you define a seprate project for orion server : a project with no sources to compile but two libraries : one contains all the orion binaries, one contains all your sources. it has the orion server

JMS samples NPE

2001-02-22 Thread Edoardo Comar
Hi. has anyone been able to get the jms samples to work ? I struggled with the chat application, but always get a NullPointerException on connection.start() which is the same bug I got in my own application ... which makes me think I can't use Orion. BTW, I tried it in 1.3.8, 1.4.0, 1.4.5,

please tell me : does JMS work at all ?

2001-02-22 Thread Edoardo Comar
Please, can anyone confirm that (as of 1.4.7) JMS does not work at all ? See my previous messages for details ... basically a connection.start() throws an NPE and a send doesn't work if the connection is not started (contrary to the spec which requires start() to be called for message delivery).

distribution : samples and demos issues

2001-02-20 Thread Edoardo Comar
I found confusing that the distribution comes with samples scattered in orion/demo orion/applications why ? moreover, the demo apps have web-inf/ejb-jar.xml files that show an ejb 1.2 release !! it's an unknown release to me :-) 1.1 moved to 2.0 ! Edo

JMS client sender to queue fails

2001-02-19 Thread Edoardo Comar
Hi. I was trying orion (1.4.7) with some code samples taken from Sun's J2EE1.3 JMS tutorial. one of the simplest is a client that sends a message to a queue : snip jndiContext = new InitialContext(); queueConnectionFactory =