[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml ??

alex_enache do-not-reply at jboss.com
Sun Jan 27 15:01:09 EST 2008


Sorry but I've forgot to post the contents of components.xml. Here it is:
<?xml version="1.0" encoding="UTF-8"?>
  | 
  | <components xmlns="http://jboss.com/products/seam/components"
  |             xmlns:core="http://jboss.com/products/seam/core"
  |             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  |             xmlns:bpm="http://jboss.com/products/seam/bpm"
  |             xmlns:mail="http://jboss.com/products/seam/mail"
  |             xmlns:transaction="http://jboss.com/products/seam/transaction"
  |             xmlns:persistence="http://jboss.com/products/seam/persistence"
  |             xsi:schemaLocation=
  |                "http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-1.2.xsd
  |                http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd
  |                http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-2.0.xsd
  |                http://jboss.com/products/seam/transaction http://jboss.com/products/seam/transaction-2.0.xsd
  |                http://jboss.com/products/seam/bpm http://jboss.com/products/seam/bpm-2.0.xsd
  |                http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd">
  | 
  |     <bpm:jbpm>
  |         <bpm:pageflow-definitions>
  |             <value>createproject.jpdl.xml</value>
  |             <value>createaccount.jpdl.xml</value>
  |             <value>pageflow.jpdl.xml</value>
  |             <value>login.jpdl.xml</value>
  |             <value>loginfailed.jpdl.xml</value>
  |             <value>home.jpdl.xml</value>
  |         </bpm:pageflow-definitions>
  |     </bpm:jbpm>
  | 
  |     <!-- Bootstrap Hibernate -->
  |     <persistence:hibernate-session-factory name="hibernateSessionFactory"/>
  |     
  |     <persistence:managed-hibernate-session name="hibernateSession" auto-create="true"/>
  | 
  |     <mail:mail-session host="localhost" port="2525" username="test" password="test" />
  | 
  | </components>
This xml was bigger but I've commented most of it to try and isolate the error. But I've failed. So know this is the only thing it contains. Any ideas?

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

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



More information about the jboss-user mailing list