You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Jackey Ding <no...@gmail.com> on 2008/04/22 04:30:59 UTC

How to create a provider endpoint using servicemix-cxf-bc for soap-over-jms

I can't find how to do that or dose it not supported by current release
version servicemix-3.2.1?

Thanks & best regards
Jackey

Re: How to create a provider endpoint using servicemix-cxf-bc for soap-over-jms

Posted by Jackey Ding <no...@gmail.com>.
Freeman,

Thanks a lot!

Jackey

2008/4/22 Freeman Fang <fr...@gmail.com>:

> No, as specified in the test code,
> @Override
>   protected AbstractXmlApplicationContext createBeanFactory() {
>       return new ClassPathXmlApplicationContext(
>               "org/apache/servicemix/cxfbc/jms_transport.xml");
>   }
> we use jms_transport.xml for this test
> [1]
> http://svn.apache.org/repos/asf/servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-cxf-bc/src/test/resources/org/apache/servicemix/cxfbc/jms_transport.xml
>
> Freeman
>
>
> Jackey Ding wrote:
>
> > which xbean file are you useing, is this one[1]? It is a cxf-bc consumer
> > demostrate, not provider.
> >
> > [1]
> >
> > http://svn.apache.org/repos/asf/servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-cxf-bc/src/test/resources/org/apache/servicemix/cxfbc/ws/security/xbean.xml
> >
> > Jackey
> >
> > 2008/4/22, Freeman Fang <fr...@gmail.com>:
> >
> >
> > > Hi Jacky,
> > >
> > > Please take a look at 3.2.2 snapshot, we hava a test to demostrate how
> > > exactly what you want works.
> > > [1] for more details
> > >
> > > [1]
> > >
> > > http://svn.apache.org/repos/asf/servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-cxf-bc/src/test/java/org/apache/servicemix/cxfbc/CxfBcJmsTest.java
> > >
> > > Regards
> > >
> > > Freeman
> > >
> > > Jackey Ding wrote:
> > >
> > >
> > >
> > > > I can't find how to do that or dose it not supported by current
> > > > release
> > > > version servicemix-3.2.1?
> > > >
> > > > Thanks & best regards
> > > > Jackey
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
> >
>
>

Re: How to create a provider endpoint using servicemix-cxf-bc for soap-over-jms

Posted by Freeman Fang <fr...@gmail.com>.
No, as specified in the test code,
@Override
    protected AbstractXmlApplicationContext createBeanFactory() {
        return new ClassPathXmlApplicationContext(
                "org/apache/servicemix/cxfbc/jms_transport.xml");
    }
we use jms_transport.xml for this test
[1]http://svn.apache.org/repos/asf/servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-cxf-bc/src/test/resources/org/apache/servicemix/cxfbc/jms_transport.xml

Freeman

Jackey Ding wrote:
> which xbean file are you useing, is this one[1]? It is a cxf-bc consumer
> demostrate, not provider.
>
> [1]
> http://svn.apache.org/repos/asf/servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-cxf-bc/src/test/resources/org/apache/servicemix/cxfbc/ws/security/xbean.xml
>
> Jackey
>
> 2008/4/22, Freeman Fang <fr...@gmail.com>:
>   
>> Hi Jacky,
>>
>> Please take a look at 3.2.2 snapshot, we hava a test to demostrate how
>> exactly what you want works.
>> [1] for more details
>>
>> [1]
>> http://svn.apache.org/repos/asf/servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-cxf-bc/src/test/java/org/apache/servicemix/cxfbc/CxfBcJmsTest.java
>>
>> Regards
>>
>> Freeman
>>
>> Jackey Ding wrote:
>>
>>     
>>> I can't find how to do that or dose it not supported by current release
>>> version servicemix-3.2.1?
>>>
>>> Thanks & best regards
>>> Jackey
>>>
>>>
>>>
>>>       
>>     
>
>   


Re: How to create a provider endpoint using servicemix-cxf-bc for soap-over-jms

Posted by Jackey Ding <no...@gmail.com>.
which xbean file are you useing, is this one[1]? It is a cxf-bc consumer
demostrate, not provider.

[1]
http://svn.apache.org/repos/asf/servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-cxf-bc/src/test/resources/org/apache/servicemix/cxfbc/ws/security/xbean.xml

Jackey

2008/4/22, Freeman Fang <fr...@gmail.com>:
>
> Hi Jacky,
>
> Please take a look at 3.2.2 snapshot, we hava a test to demostrate how
> exactly what you want works.
> [1] for more details
>
> [1]
> http://svn.apache.org/repos/asf/servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-cxf-bc/src/test/java/org/apache/servicemix/cxfbc/CxfBcJmsTest.java
>
> Regards
>
> Freeman
>
> Jackey Ding wrote:
>
> > I can't find how to do that or dose it not supported by current release
> > version servicemix-3.2.1?
> >
> > Thanks & best regards
> > Jackey
> >
> >
> >
>
>

Re: How to create a provider endpoint using servicemix-cxf-bc for soap-over-jms

Posted by Freeman Fang <fr...@gmail.com>.
Hi Jacky,

Please take a look at 3.2.2 snapshot, we hava a test to demostrate how 
exactly what you want works.
[1] for more details

[1]http://svn.apache.org/repos/asf/servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-cxf-bc/src/test/java/org/apache/servicemix/cxfbc/CxfBcJmsTest.java

Regards

Freeman

Jackey Ding wrote:
> I can't find how to do that or dose it not supported by current release
> version servicemix-3.2.1?
>
> Thanks & best regards
> Jackey
>
>