[jboss-user] [JBoss Seam] - Re: Could not instantiate Seam component:

klsateesh do-not-reply at jboss.com
Tue Aug 1 15:29:18 EDT 2006


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



More information about the jboss-user mailing list