Ok, some progress. I left the subscription registry in a single JAR file and removed the install parameter (did not work wiht install=="true" or install="false"). The application deploys fine, seam remoting is working, but it is breaking when trying to subscribe to JMS topic:
| 15:35:58,898 ERROR [Remoting] Error | java.lang.IllegalArgumentException: Invalid token argument - token not found in Session Context. | at org.jboss.seam.remoting.messaging.SubscriptionRegistry.getSubscription(SubscriptionRegistry.java:178) | at org.jboss.seam.remoting.messaging.PollRequest.poll(PollRequest.java:43) | at org.jboss.seam.remoting.PollHandler.handle(PollHandler.java:83) | at org.jboss.seam.remoting.Remoting.getResource(Remoting.java:110) | at org.jboss.seam.servlet.ResourceServlet.doGet(ResourceServlet.java:68) | at org.jboss.seam.servlet.ResourceServlet.doPost(ResourceServlet.java:77) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039320#4039320 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039320 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
