Because unit test use embedded-ejb, so the configuration should like this:

  | <components>
  | 
  |     <component name="org.jboss.seam.core.init">
  |         <property name="debug">true</property>
  |         <property name="myFacesLifecycleBug">true</property>
  |         <property name="jndiPattern">#{ejbName}/local</property>
  |     </component>
  |     
  | ...
  | 
  |     <component class="org.jboss.seam.core.Ejb" 
  |            installed="true"/>
  |     
  | </components>
  | 

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

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

Reply via email to