This is an automated email from the ASF dual-hosted git repository.
dkulp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new 51031dd392 Fix jms_queue sample
51031dd392 is described below
commit 51031dd3921322e9f7f9f51b3d5d2d0adf3e8224
Author: Daniel Kulp <[email protected]>
AuthorDate: Mon Dec 12 14:40:22 2022 -0500
Fix jms_queue sample
---
.../src/main/release/samples/jms_queue/src/main/config/jms_greeter.wsdl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/distribution/src/main/release/samples/jms_queue/src/main/config/jms_greeter.wsdl
b/distribution/src/main/release/samples/jms_queue/src/main/config/jms_greeter.wsdl
index f2c321cd22..b55ce2d225 100644
---
a/distribution/src/main/release/samples/jms_queue/src/main/config/jms_greeter.wsdl
+++
b/distribution/src/main/release/samples/jms_queue/src/main/config/jms_greeter.wsdl
@@ -123,7 +123,7 @@
<wsdl:port binding="tns:JMSGreeterPortBinding" name="GreeterPort">
<soap:address location="jms:queue:test.cxf.jmstransport.queue"/>
<soapjms:jndiConnectionFactoryName>ConnectionFactory</soapjms:jndiConnectionFactoryName>
-
<soapjms:jndiInitialContextFactory>org.apache.activemq.jndi.ActiveMQInitialContextFactory</soapjms:jndiInitialContextFactory>
+
<soapjms:jndiInitialContextFactory>org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory</soapjms:jndiInitialContextFactory>
<soapjms:jndiURL>tcp://localhost:61616</soapjms:jndiURL>
</wsdl:port>
</wsdl:service>