[jboss-user] [JBoss Messaging] - Re: Calling messaging from webapp in same vm as messaging

2007-05-06 Thread chip_schoch
Yes. jboss.messaging:loader=ScopedLoaderRepository | java2ParentDelegation=false | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043516#4043516 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043516

[jboss-user] [JBoss Messaging] - Re: Calling messaging from webapp in same vm as messaging

2007-05-04 Thread timfox
Glad to hear it :) BTW Are you deploying JBM scoped? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043340#4043340 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043340 ___ j

[jboss-user] [JBoss Messaging] - Re: Calling messaging from webapp in same vm as messaging

2007-05-04 Thread chip_schoch
I managed to find that elusive combo that works. 1. JBossAS 4.2.0.CR2 2. JBM 1.2.SP1 3. Copy jboss-messaging.jar and jboss-remoting.jar from jboss-messaging.sar into server/messaging/lib 4. restart server 5. Do not include jboss-messaging-client.jar in .ear Everbody plays nice now. View

[jboss-user] [JBoss Messaging] - Re: Calling messaging from webapp in same vm as messaging

2007-05-04 Thread timfox
Ok, I have added this task: http://jira.jboss.com/jira/browse/JBMESSAGING-955 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043336#4043336 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043336

[jboss-user] [JBoss Messaging] - Re: Calling messaging from webapp in same vm as messaging

2007-05-04 Thread chip_schoch
I have my webapp scoped as per the directions: My jboss-app.xml | | com.eLynx:loader=ImplementationsWebapp | java2ParentDelegation=false | | | The problem that arises when I include jboss-messaging-client.jar in my .ear file and try to deploy it. W

[jboss-user] [JBoss Messaging] - Re: Calling messaging from webapp in same vm as messaging

2007-05-04 Thread timfox
No problem- If you add a JIRA task, assign it to 1.2.0.SP2, either Clebert or I will take a look. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043325#4043325 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043325 _

[jboss-user] [JBoss Messaging] - Re: Calling messaging from webapp in same vm as messaging

2007-05-04 Thread chip_schoch
Tim, I appreciate your efforts and I apologize for the way my post sounded. Part of my frustration is I had a configuration working and cannot seem to get back to it. I can't remember what I did to get it going in the first place (4.0.5.GA, JBM 1.0.1.GA). I am just moving ahead with 4.2.0CR

[jboss-user] [JBoss Messaging] - Re: Calling messaging from webapp in same vm as messaging

2007-05-04 Thread timfox
Also please remember we have limited resources and a small team that works their butts off 7 days a week to give you a product for free. Any free support you get on this forum is because we care but we don't get paid to do this. Thanks View the original post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Messaging] - Re: Calling messaging from webapp in same vm as messaging

2007-05-04 Thread timfox
Chip- If you installed JBM as per the install script and specified the classloading domain in jboss-web.xml as per http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration then this should work. You should not have jboss-messaging.jar and jboss-remoting.jar in your ear. As already m