support.JaxWsServiceFactoryBean as factory for multiple endpoints

2008-01-24 Thread Ron Piterman
hi, in http://cwiki.apache.org/CXF20DOC/aegis-databinding.html it is suggested to use org.apache.cxf.aegis.databinding.AegisDatabinding as factory bean for endpoints. The described syntax implies the use of a single factory bean for multiple endpoints, whereas this does not work. Is this a known

Re: support.JaxWsServiceFactoryBean as factory for multiple endpoints

2008-01-24 Thread Ron Piterman
sorry, the factory class is ofcause not org.apache.cxf.aegis.databinding.AegisDatabinding but org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean Cheers, Ron Ron Piterman wrote: hi, in http://cwiki.apache.org/CXF20DOC/aegis-databinding.html it is suggested to use

Re: support.JaxWsServiceFactoryBean as factory for multiple endpoints

2008-01-24 Thread Daniel Kulp
On Thursday 24 January 2008, Benson Margulies wrote: On Thu, 2008-01-24 at 13:54 -0500, Daniel Kulp wrote: Yea, that definitely won't work. The service factories record way to much state specific to that endpoint. That said, you MAY be able to get it to work by doing: bean