I am trying to setup a JMS adapter in JDeveloper 10.1.3.1.0 to talk to
ActiveMQ.

Has anyone done this, what do I need to do to get it to work?

In particular
* Factory Properties - I tried 
** java.naming.provider.url = tcp://activeMQServerIP:61616
** java.naming.security.principal = system (from the credentials.properties)
** java.naming.security.credentials = manager  (from the
credentials.properties)
* JMS Connection Factory - I tried
** org.apache.activemq.ActiveMQConnectionFactory
* JMS Connection JNDI Name - I tried
** eis/Jms/JmsAdapter

And, do I have to include any JAR's into the BPEL Project? If so, which
ones? How? As Libraries or something else? I tried including
Activemq-ra-5.2.0.jar and spring-core-2.5.5.jar, to no avail.

When I try it, BPEL whinges

file:/E:/SOASuite10131/bpel/domains/default/tmp/.bpel_Message_to_ActiveMQ_1.0_375eb1288a4cf9e62466ce5132d9f94b.tmp/ActiveMQ_Test.wsdl
[ Produce_Message_ptt::Produce_Message(opaque) ] - WSIF JCA Execute of
operation 'Produce_Message' failed due to: Adapter Framework unable to
create outbound JCA connection.
file:/E:/SOASuite10131/bpel/domains/default/tmp/.bpel_Message_to_ActiveMQ_1.0_375eb1288a4cf9e62466ce5132d9f94b.tmp/ActiveMQ_Test.wsdl
[ Produce_Message_ptt::Produce_Message(opaque) ] - : The Adapter Framework
was unable to establish an outbound JCA connection due to the following
issue: ORABPEL-12141
ERRJMS_CONN_FAC_NOT_FOUND.
Unable to instantiate connection factory. JMS adapter was unable to look up
the connection factor org.apache.activemq.ActiveMQConnectionFactory neither
through JNDI nor instantiate it as a Java class
Please examine the log file to determine the problem.
 [Caused by: org.apache.activemq.ActiveMQConnectionFactory not found]
; nested exception is: 
        ORABPEL-12511
Adapter Framework unable to create outbound JCA connection.
file:/E:/SOASuite10131/bpel/domains/default/tmp/.bpel_Message_to_ActiveMQ_1.0_375eb1288a4cf9e62466ce5132d9f94b.tmp/ActiveMQ_Test.wsdl
[ Produce_Message_ptt::Produce_Message(opaque) ] - : The Adapter Framework
was unable to establish an outbound JCA connection due to the following
issue: ORABPEL-12141
ERRJMS_CONN_FAC_NOT_FOUND.
Unable to instantiate connection factory. JMS adapter was unable to look up
the connection factor org.apache.activemq.ActiveMQConnectionFactory neither
through JNDI nor instantiate it as a Java class
Please examine the log file to determine the problem.
 [Caused by: org.apache.activemq.ActiveMQConnectionFactory not found]
Please examine the log file for any reasons. Enable DEBUG logging in the
BPEL Console.


I hope someone can help.

...Lyall

-- 
View this message in context: 
http://www.nabble.com/Oracle-BPEL-%3C-%3E-ActiveMQ---Howto--tp22449017p22449017.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to