Hi, would like to ask I tried to follow the rules but it fails. 
I digged into it, found that weblogic doesn't allow remote call to create 
ConnectionConsumer which JMSContainerInvoker (a jboss class) would try to do. 
It throws with such a root exception: 

Caused by: weblogic.jms.common.IllegalStateException: connection consumer only 
supported on server
        at 
weblogic.jms.client.JMSConnection.createConnectionConsumer(JMSConnection.java:744)
        at 
weblogic.jms.client.JMSConnection.createConnectionConsumer(JMSConnection.java:479)
        at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerStartDelivery(JMSContainerInvoker.java:890)
        ... 155 more

Which weblogic server you use and how do you solve the problem ?? I am 
currently using jboss 4.0.3 sp1 and weblogic 8.1 sp3

I searched the bea forums & bea docs and found that someone stated 
ConnecctionConsumer cannot be initialized out of weblogic server. I decompiled 
the weblogic code and found that it checked the Kernel.isServer(), and I tried 
to cheat the weblogic server to set the KernelStatus.setIsServer(true), it 
throws something else too about serializing stuff which seems not a possible 
way to solve. 

Is there anyone who have some successful experience to share? Really appreciate 
your helps & thanks so much!!!!

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

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


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to