[jboss-user] [JBoss Seam] - Re: Maven2 and JBoss Seam DVD Store demo

yuan_hang do-not-reply at jboss.com
Tue Jul 18 15:33:21 EDT 2006


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



More information about the jboss-user mailing list