Hey all,

I got a simple JMS sample work (jboss FINAL 2.0):
2 simple SessionBeans, one connecting to a queue for sending a TextMessage
using send(), the other for receiving messages using receive() (no message
listener implemented).
With the default configuration of jboss it worked fine until I added
com.sybase.jdbc2.jdbc.SybDriver to jboss.properties.
Then I get the following console output and can't receive messages any more:

[JmsTestSenderSB] Queue found
[JmsTestSenderSB] QueueConnection created
[JmsTestSenderSB] QueueSession created
[JmsTestSenderSB] Sender created
[JmsTestReceiverSB] Queue found
[JmsTestReceiverSB] QueueConnection created
[JmsTestReceiverSB] QueueSession created
[JmsTestReceiverSB] Receiver created
[JmsTestReceiverSB] FIXME: The listeners count was invalid !
[SpyderMQ] Cannot deliver this message to the client
org.spydermq.SpyDistributedConnection@11a77
[SpyderMQ] java.rmi.RemoteException: Cannot contact the remote object
[SpyderMQ]      at
org.spydermq.distributed.server.ConnectionReceiverOILClient.waitAnswer(Conne
ctionReceiverOILClient.java:72)
[SpyderMQ]      at
org.spydermq.distributed.server.ConnectionReceiverOILClient.receive(Connecti
onReceiverOILClient.java:85)
[SpyderMQ]      at
org.spydermq.JMSServerQueue.doMyJob(JMSServerQueue.java:303)
[SpyderMQ]      at org.spydermq.JMSServer.run(JMSServer.java:142)
[SpyderMQ]      at java.lang.Thread.run(Thread.java:484)
[SpyderMQ] I remove the Connection ID2 from the subscribers list
[JmsTestReceiverSB] No message

And now I can't get it work any more even without the sybase jdbc driver in
jboss.properties.

Any idea ?

Ciao
Annegret


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to