Re: cxf jms with java first

2007-10-26 Thread Ulhas Bhole
Hi Christian, Only requirement on the address is that it should start with jms:// rest of the stuff is all ignored currently. All the required stuff is pulled out from jms:address wsdl Extensor which can be configured via configuration the way you did. once you set the address starting with

Re: cxf jms with java first

2007-10-24 Thread Willem Jiang
AFAIK, that is what you need to do. Setting the factory's address to be the String which start with jms:// will be OK. BTW, you do not need to include the below files in your spring.configuration import resource=classpath:META-INF/cxf/cxf-extension-local.xml / import

Re: cxf jms with java first

2007-10-24 Thread Christian Schneider
I have the example running ... phew ... That was some work. After some cleanup I will write a wiki page about my example. In fact once all is set up it is quite easy. Only the fact that you have to connect jms:conduit and service by the endpoint name is not very intuitive. I would like to

Re: cxf jms with java first

2007-10-23 Thread Christian Schneider
I also want to use java first with jms. Perhaps we can coordinate efforts. Have you come any further? Best regards Christian mule1 schrieb: Hello, I wanted to configure cxf jms in xml with my java first service implementation. Can you provide me the sample cxf jms configuration? --

Re: cxf jms with java first

2007-10-20 Thread Willem2
: Hello, I wanted to configure cxf jms in xml with my java first service implementation. Can you provide me the sample cxf jms configuration? -- View this message in context: http://www.nabble.com/cxf-jms-with-java-first-tf4664613.html#a13325248 Sent from the cxf-user mailing list