[jboss-user] [JBoss Seam] - Re: ca anybody help?

SmokingAPipe do-not-reply at jboss.com
Tue Jan 16 22:36:24 EST 2007


The exception says, "error while reading /WEB-INF/components.xml ".  If what you quoted above is your actual XML file that is why it isn't working.  That is not a valid well-formed XML file.  Far from it.  Mine looks like:

<components>
  | 
  |     <component name="org.jboss.seam.core.init">
  |         <property name="debug">true</property>
  |         <property name="jndiPattern">Foo/#{ejbName}/local</property>
  |         <property name="myFacesLifecycleBug">false</property>
  |     </component>
  | 
  |     <!-- 120 second conversation timeout -->
  |     <component name="org.jboss.seam.core.manager">
  |         <property name="conversationTimeout">120000</property>
  |     </component>
  | 
  |     <component name="smpc"
  |           class="org.jboss.seam.core.ManagedPersistenceContext">
  |         <property name="persistenceUnitJndiName">java:/EntityManagerFactories/smpcData</property>
  |     </component>
  | 
  |     <factory name="remoteAddr"  auto-create="true"
  | value="#{facesContext.externalContext.request.remoteAddr}" />
  | 
  | </components>
  | 


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

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



More information about the jboss-user mailing list