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

dhinojosa do-not-reply at jboss.com
Tue Sep 25 16:35:31 EDT 2007


Well, change:


  |  <core:init debug="true" jndi-pattern="\#{ejbName}/local"/>
  | 

to:


  |  <core:init debug="true" jndi-pattern="foo1/#{ejbName}/local"/>
  | 

where foo1 is the name of your ear file.  Be sure to change that when your ear file changes.   The @.......@ you saw before was a filter token used by seam-gen.  What is does is automatically plugs in the name of the ear automatically using ant.  You can manually manage it or revert it back.  Your call.

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

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



More information about the jboss-user mailing list