Thanks for helping me out with this issue, really appreciate it.

Component.properties

myFacesLifecycleBug false
embeddedEjb true
jndiPattern #{ejbName}/local

components.xml


  | <components>
  | 
  |     <component name="org.jboss.seam.core.init">
  |         <property name="debug">true</property>
  |         <property 
name="myFacesLifecycleBug">@myFacesLifecycleBug@</property>
  |         <property name="jndiPattern">@jndiPattern@</property>
  |     </component>
  |     
  |     <!-- 120 second conversation timeout -->
  |     <component name="org.jboss.seam.core.manager">
  |         <property name="conversationTimeout">120000</property>
  |     </component>
  |     
  |     <component class="org.jboss.seam.core.Ejb" 
  |            installed="@embeddedEjb@"/>
  | 
  | </components>
  | 

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

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

Reply via email to