[jboss-user] [JBoss Messaging] - NPE in JBossMessage#propertyExists(String) call
RavshanKos
do-not-reply at jboss.com
Mon Jul 28 05:54:34 EDT 2008
Our application works with ActiveMQ message broker, but we need to check it works with other brokers. When I've setuped application to work with JBM, application failed on sending message. It caused by NPE:
anonymous wrote : Caused by: java.lang.NullPointerException
| at org.jboss.messaging.util.TypedProperties.containsProperty(TypedProperties.java:151)
| at org.jboss.messaging.core.message.impl.MessageImpl.containsProperty(MessageImpl.java:285)
| at org.jboss.messaging.jms.client.JBossMessage.propertyExists(JBossMessage.java:506)
|
I think it's a bug. Is there a workaround of it?
Version of JBM - 2.0.0.alpha1
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166919#4166919
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166919
More information about the jboss-user
mailing list