[jboss-dev-forums] [Design of JBoss ESB] - Re: Scoped deployments in AS 5.x
beve
do-not-reply at jboss.com
Wed Apr 29 22:55:53 EDT 2009
So for a ESB 4.x scoped deployment users will be required to create a META-INF/jboss-classloading.xml:
<classloading xmlns="urn:jboss:classloading:1.0" domain="simple-scoped" parent-first="false" />
|
which will "replace" the 'loader-repository' element in META-INF/deployment.xml:
<jbossesb-deployment>
| <loader-repository>
| org.jboss.soa.esb:loader=simple-scoped
| <loader-repository-config>
| java2ParentDelegaton=false
| </loader-repository-config>
| </loader-repository>
| </jbossesb-deployment>
The 'loader-repository' element can be left but will be ignored by the AS 5 esb deployers.
/Daniel
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227683#4227683
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4227683
More information about the jboss-dev-forums
mailing list