[jboss-dev-forums] [Design of JCA on JBoss] - Re: JCA AOP-MC Integration

vickyk do-not-reply at jboss.com
Tue Jul 10 15:36:11 EDT 2007


I have been trying to run the jboss-jca test cases with the Jboss5 from the svn trunk . I did the following steps 
1) Copied the jboss-jca project from the cvs in the jboss5 trunk.
2) I was able to build the project , but when I am running the testC:\svn\JbossTrunk\jboss-jca>ant -Dtest=org.jboss.test.jca.notx.test.NoTxUnitTest
  | Case -buildfile build-test.xml  one-test
  | Buildfile: build-test.xml
  | 
  | _buildmagic:init:
  | Trying to override old definition of task property
  | 
  | _buildmagic:init:buildlog:
  | 
  | configure:
  | Overriding previous definition of reference to jboss.test.classpath
  | Overriding previous definition of reference to jboss.jca.classpath
  | 
  | _default:task-init:
  | 
  | init:
  | 
  | one-test:
  |     [junit] Running org.jboss.test.jca.notx.test.NoTxUnitTestCase
  |     [junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 0.547 sec
  |     [junit] TEST org.jboss.test.jca.notx.test.NoTxUnitTestCase FAILED
  | 
  | BUILD SUCCESSFUL
  | Total time: 2 seconds
  | C:\svn\JbossTrunk\jboss-jca>

In the report folder I see the root cause of the error as Caused by: javax.xml.parsers.ParserConfigurationException: Feature 'http://apache.org/xml/features/xinclude' is not recognized.
  | 	at org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(Unknown Source)
  | 	at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.<init>(SaxJBossXBParser.java:92)
  | 	... 12 more

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

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



More information about the jboss-dev-forums mailing list