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>
| <component
class="org.jboss.seam.remoting.messaging.SubscriptionRegistry"
install="true">
| <property
name="allowedTopics">clientNotificationTopic</property>
| </component>
| </components>
|
component.xml in each WAR's WEB-INF file contains:
<components>
| <component
class="org.jboss.seam.remoting.messaging.SubscriptionRegistry"
install="true">
| <property
name="allowedTopics">clientNotificationTopic</property>
| </component>
| </components>
The Seam Resource Servlet declaration is included in each web.xml, as specified in the
Seam Remoting doc.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038383#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...