You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "cheng chen (JIRA)" <ji...@apache.org> on 2009/06/22 08:54:07 UTC

[jira] Created: (CXF-2310) some class is missing in jms package

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


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.


[jira] Updated: (CXF-2310) some class is missing in jms package

Posted by "cheng chen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

cheng chen updated CXF-2310:
----------------------------

    Attachment: cxf-2.1.1.jar

> 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
>         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.


[jira] Resolved: (CXF-2310) some class is missing in jms package

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ 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.