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

m.alex do-not-reply at jboss.com
Wed Apr 18 09:18:19 EDT 2007


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#4038383

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



More information about the jboss-user mailing list