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

2007-04-23 Thread m.alex
Got it. The invalid token is undefined. When subcribing to the topics, two tokens are returned. However, upon the first poll the second one is being sent as undefined. Subsequent polls use both tokens correctly. Looks like a typical uninitialized javascript variable somewhere on the Seam part.

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

2007-04-23 Thread [EMAIL PROTECTED]
Could you please raise this in JIRA and assign to me? I'll need enough information to reproduce the issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039795#4039795 Reply to the post :

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

2007-04-23 Thread m.alex
Done. JBSEAM-1229. I hope it's an easy fix. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039808#4039808 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039808 ___ jboss-user

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

2007-04-20 Thread m.alex
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

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

2007-04-20 Thread m.alex
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

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

2007-04-19 Thread m.alex
Anybody? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038777#4038777 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038777 ___ jboss-user mailing list jboss-user@lists.jboss.org

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

2007-04-19 Thread [EMAIL PROTECTED]
m.alex wrote : | component.xml in each JAR's META-INF contains: | components | | component class=org.jboss.seam.remoting.messaging.SubscriptionRegistry install=true | | property name=allowedTopicsclientNotificationTopic/property | | /component |

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

2007-04-19 Thread m.alex
I'm going to test that, but I had no problem deploying multiple jars with that components.xml included. It's only whan I have both jars and wars when problems start to appear. The same setup was working fine with Seam 1.1 and the documentation doesn't seem to indicate anything was changed with

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

2007-04-19 Thread petemuir
No, but there was a change which prevented you trying to deploy the same component twice ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038814#4038814 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038814

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

2007-04-19 Thread m.alex
Ok, here goes. I tried as advised (using this in a single components.xml): components | component class=org.jboss.seam.remoting.messaging.SubscriptionRegistry install=true | property name=allowedTopicsclientNotificationTopic, inventoryNotifications/property |

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

2007-04-19 Thread m.alex
Forgot about this. The first error is caused by: | Caused by: java.lang.IllegalArgumentException: no such setter method: org.jboss.seam.remoting.messaging.SubscriptionRegistry.install | at org.jboss.seam.util.Reflections.getSetterMethod(Reflections.java:219) | at

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

2007-04-18 Thread m.alex
That didn't fix it. Here goes: EAR's jboss-app.xml: jboss-app | security-domain/security-domain | loader-repository | seam.jboss.org:loader=loader-emp | /loader-repository | /jboss-app component.xml in each JAR's META-INF contains: components |

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

2007-04-18 Thread m.alex
There are no class loades defined in any jboss-web.xml either. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038439#4038439 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038439

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

2007-04-17 Thread [EMAIL PROTECTED]
Make sure that jboss-app.xml has a unique classloader name for your application. If that doesn't fix it, please post your packaging structure. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038169#4038169 Reply to the post :