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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to