[jboss-user] [JBoss Messaging] - Re: Configuring Destinations
ovidiu.feodorov@jboss.com
do-not-reply at jboss.com
Mon Sep 11 18:18:24 EDT 2006
Your whole ear needs to be scoped.
Add a jboss-app.xml in your ear's META-INF. It should contain:
| <jboss-app>
| <loader-repository>jboss.messaging:loader=ScopedLoaderRepository
| <loader-repository-config>java2ParentDelegaton=false</loader-repository-config>
| </loader-repository>
| </jboss-app>
|
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970852#3970852
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970852
More information about the jboss-user
mailing list