RE: Java objects and JMS in Distributed OSGi

2009-02-16 Thread Philipp Konradi
: Thursday, February 12, 2009 9:47 PM To: users@cxf.apache.org; users@cxf.apache.org Subject: RE: Java objects and JMS in Distributed OSGi Hi Philipp, What about sending service arguments directly as Java objects using JMS without converting it to XML? Is that supported by CXF? Well, CXF has

RE: Java objects and JMS in Distributed OSGi

2009-02-12 Thread Eoghan Glynn
Hi Philipp, What about sending service arguments directly as Java objects using JMS without converting it to XML? Is that supported by CXF? Well, CXF has an object binding that was originally intended to allow optimization of the collocated case (i.e. where both the proxy and the target