Hi,

  Does your sema.properties file should have the Value 
projectMgmt/#{ejbName}/local instead of #{ejbName}/local .

  It should follow the convention earFileName/#{ejbName}/local unless you are 
using some other server.

  If this doesn't work uncomment the  below in web.xml and have an empty 
seam.properties file..

  | <context-param>
  |         <param-name>org.jboss.seam.core.init.jndiPattern</param-name>
  |         <param-value>projectMgmt/#{ejbName}/local</param-value>
  | </context-param>
  | 

Sateesh

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962270#3962270

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962270
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to