[jboss-user] [JBoss Seam] - Re: Upgrade from Seam 1.1 to 1.2.1

m.alex do-not-reply at jboss.com
Fri Apr 20 09:38:01 EDT 2007


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=4039269#4039269

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039269



More information about the jboss-user mailing list