[jboss-user] [JBoss Seam] - Re: Seam in production (Tomcat, JSF RI, Hibernate, Tomahawk,

sibay do-not-reply at jboss.com
Thu Oct 5 17:51:00 EDT 2006


"bfo81" wrote : Die you have this problem: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=90343(Exception "Local server is not initialized)?
  | If yes, how did you solve it?


Hi,

I had the same problem. After changing the components.xml file 
from
<component name="org.jboss.seam.core.init">
  |         <property name="myFacesLifecycleBug">true</property>
  |         <property name="jndiPattern">jboss-seam-registration/#{ejbName}/local</property>
  |     </component>
  | 
  |     <component class="org.jboss.seam.core.Ejb"
  |            installed="false"/>
  | 
to 

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

It works with Tomcat.

Tarek

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

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



More information about the jboss-user mailing list