It means you're trying to send a message on a closed session which is illegal.
Try and find where in your code the session is being closed. A common possibility would be you have an exception listener which closes the connection (which closes the session). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133700#4133700 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133700 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
