[
https://jira.jboss.org/browse/JBESB-3281?page=com.atlassian.jira.plugin.s...
]
Kevin Conner reopened JBESB-3281:
---------------------------------
Seeing the following errors on the Windows CI machines.
[java] [junit] Testcase: getSchemasFromFileShouldReturnEmptyMap took 0.328 sec
[java] [junit] Testcase: getSchemasFromDirectory took 0.094 sec
[java] [junit] Caused an ERROR
[java] [junit] null
[java] [junit] java.lang.AssertionError: null
[java] [junit] at
org.jboss.soa.esb.listeners.config.JBoss4ESBDeployerUnitTest.assertAddedSchemas(JBoss4ESBDeployerUnitTest.java:88)
[java] [junit] at
org.jboss.soa.esb.listeners.config.JBoss4ESBDeployerUnitTest.getSchemasFromDirectory(JBoss4ESBDeployerUnitTest.java:55)
[java] [junit]
[java] [junit] Testcase: getSchemasFromArchive took 0 sec
[java] [junit] Caused an ERROR
[java] [junit] null
[java] [junit] java.lang.AssertionError: null
[java] [junit] at
org.jboss.soa.esb.listeners.config.JBoss4ESBDeployerUnitTest.assertAddedSchemas(JBoss4ESBDeployerUnitTest.java:86)
[java] [junit] at
org.jboss.soa.esb.listeners.config.JBoss4ESBDeployerUnitTest.getSchemasFromArchive(JBoss4ESBDeployerUnitTest.java:64)
[java] [junit]
[java] [junit] Testcase: getSchemasFromExplodedArchiveWithEsbFile took 0.015 sec
[java] [junit] Caused an ERROR
[java] [junit] null
[java] [junit] java.lang.AssertionError: null
[java] [junit] at
org.jboss.soa.esb.listeners.config.JBoss4ESBDeployerUnitTest.assertAddedSchemas(JBoss4ESBDeployerUnitTest.java:88)
[java] [junit] at
org.jboss.soa.esb.listeners.config.JBoss4ESBDeployerUnitTest.getSchemasFromExplodedArchiveWithEsbFile(JBoss4ESBDeployerUnitTest.java:73)
EBWS: Add support for schemas that exist in jar inside of .esb
archives
-----------------------------------------------------------------------
Key: JBESB-3281
URL:
https://jira.jboss.org/browse/JBESB-3281
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Examples, Rosetta, Web Services
Reporter: Daniel Bevenius
Assignee: Daniel Bevenius
Fix For: 4.9
Currently the schemas in an .esb deployment can be located in a directory in the .esb
archive. But there is no support for schemas that exist in jars in the deployment.
This task should add support for having schemas in jar files.
For AS 4.2.x JBoss4ESBDeployer needs to support this.
For AS 5.1.x it should enough to drop the jar containing schemas in any directory
configured as a classpath for the deployment of .esb archives (by default the lib and jars
directory.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira