Re: MTOM and @XmlMimeType(application/octet-stream) annotation.

2007-10-20 Thread pfb
Hi, ¿Anybody could send and example about implementing @RequestHandler and @ResponseHandler for make @XmlMimeType(application/octet-stream) works properly? Thanks dkulp wrote: Just FYI, I've logged a bug for the XmlSchema project: http://issues.apache.org/jira/browse/WSCOMMONS-261

spring only jms vs jms with cxf

2007-10-20 Thread mule1
Hello, I was wondering how is jms with cxf different than spring's jms using jmstemplate? Meaning what are positive points for each of them? -- View this message in context: http://www.nabble.com/spring-only-jms-vs-jms-with-cxf-tf4664593.html#a13325081 Sent from the cxf-user mailing list

Re: cxf jms with java first

2007-10-20 Thread Willem2
Hi, You can find more information about the JMS configuration here [1][2] CXF wiki [1]http://cwiki.apache.org/CXF20DOC/jms-transport.html Unit test configuration [2]https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/transports/jms/src/test/resources/jms_test_config.xml Willem. mule1

Re: spring only jms vs jms with cxf

2007-10-20 Thread Willem2
We have a JIRA [1] for the supporting of Spring JMS template. [1] https://issues.apache.org/jira/browse/CXF-1101 Willem mule1 wrote: Hello, I was wondering how is jms with cxf different than spring's jms using jmstemplate? Meaning what are positive points for each of them? --

Re: IllegalStateException: in client when CXF service is hot-deployed

2007-10-20 Thread Willem2
It maybe your client servlet and server servlet share a same Application context. When the server servlet is refreshed, the client's Application is out of date. I do not read your code , I may am totally wrong. It is just a guessing of your stack trace and notes. Willem. narend wrote: Hi