[jboss-user] [JBoss Seam] - Re: Error (NullPointerException) when deploying seam applica

ms57 do-not-reply at jboss.com
Tue Oct 31 01:33:55 EST 2006


Hi Gavin

my "seam.properties" is empty & "components.xml" file contains the follow:


  | <components>
  | 
  |     <component name="org.jboss.seam.core.init">
  |         <property name="debug">true</property>
  |         <property name="myFacesLifecycleBug">false</property>
  |         <property name="jndiPattern">#{ejbName}/local</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="true"/>
  | 
  | </components>
  | 

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

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



More information about the jboss-user mailing list