I have been trying to get the sun-jms-adapter to configured in GlassFishV3 to connect over to WebLogic 10.3 JMS using the sun-jms-adapter.rar.
I have placed the wlclient.jar and wljmsclient.jar in my domain/lib directory. I also remove the jndi.properties from wlclient and javax.* classes within the wl JARs.
Connection Pool Properties:
ConnectionUrl= t3://localhost:6001
UserName=weblogic
Password=weblogic
Options=JMSJCA.WLFACTORY=jms/RSSTopicConnectionFactory
In GF, I try to ping the ConnectionPool configured above I get the following error:
WARNING: RAR8054: Exception while creating an unpooled [test] connection for pool [ WebLogicConnectionFactory ], JMSJCA-E084: Failed to create session: [JMSClientExceptions:055053]Error creating connection to the server: java.rmi.MarshalException: CORBA MARSHAL 0 No; nested exception is:
org.omg.CORBA.MARSHAL: vmcid: 0x0 minor code: 0 completed: No
I have searched around for what might be causing this but I am having no luck.
I have downloaded OpenESB 2.2(GlassFish 2.1.1) and went through the same configurations steps. GF 2.1 does not have the Ping button on the Admin UI. So I went ahead with using the JMSJCA Wizards and created a JCA MDB. Everything worked as expected.
I also downloaded GF 3.0.1. Went through the same setup with the same result as GF 3.0. Another thing I noticed under GF 3, is after creating the Admin Object Resource for the Topic, it displays in the list of Admin Object Resource as Enabled=false.
[Message sent by forum member 'choicegh']
http://forums.java.net/jive/thread.jspa?messageID=480498