RE: Demo JMSChat doesn´t work with Orion 1.4.8

2001-05-15 Thread Kesav Kumar
Title: RE: Demo JMSChat doesn´t work with Orion 1.4.8 Try to debug till what line it goes.  Print out the factory, connection and Topic at each step after you get from the lookup.  See till what line it goes.  Do you have jndi.properties in your classpath? Kesav Kumar Software Engineer

RE: Demo JMSChat doesn´t work with Orion 1.4.8

2001-05-15 Thread Kutzera, Dieter-Norbert
Message- From: Kesav Kumar [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 15. Mai 2001 06:26 To: Orion-Interest Subject: Re: Demo JMSChat doesn´t work with Orion 1.4.8 In 1.4.8 onwards you have to supply username/password while creating connection from connectionfactory. Modify the line

Re: Demo JMSChat doesn´t work with Orion 1.4.8

2001-05-14 Thread Kesav Kumar
In 1.4.8 onwards you have to supply username/password while creating connection from connectionfactory. Modify the line TopicConnection connection = factory.createTopicConnection(); with TopicConnection connection = factory.createTopicConnection("admin", "admin"); - Original Message ---