[
https://issues.apache.org/jira/browse/CXF-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-2310.
------------------------------
Resolution: Invalid
Fix Version/s: Invalid
The JMSConfigFeature stuff was added in 2.1.4. Please upgrade.
> some class is missing in jms package
> ------------------------------------
>
> Key: CXF-2310
> URL: https://issues.apache.org/jira/browse/CXF-2310
> Project: CXF
> Issue Type: Bug
> Affects Versions: 2.1.1
> Environment: ant1.7; jdk1.5; spring2.0.8
> Reporter: cheng chen
> Fix For: Invalid
>
> Attachments: cxf-2.1.1.jar
>
>
> I found some class is missing in package:org.apache.cxf.transport.jms. The
> cxf version is 2.1.1,
> So we can't config jms service using the new JMSConfigFeature.
> <jaxws:endpoint
> xmlns:customer="http://customerservice.example.com/"
> id="CustomerService"
> address="jms://"
> serviceName="customer:CustomerServiceService"
> endpointName="customer:CustomerServiceEndpoint"
> implementor="com.example.customerservice.impl.CustomerServiceImpl">
> <jaxws:features>
> <bean class="org.apache.cxf.transport.jms.JMSConfigFeature"
> p:jmsConfig-ref="jmsConfig" />
> </jaxws:features>
> </jaxws:endpoint>
> The error message is
> org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find
> class [org.apache.cxf.transport.jms.JMSConfigFeature]
> Missing list:
> org.apache.cxf.transport.jms.JMSConfigFeature
> org.apache.cxf.transport.jms.JMSConfiguration
> ................
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.