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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user