RE: Migrating XFire/Aegis inheritance to CXF

2007-11-01 Thread Benson Margulies
I pessimistically think that you've found a bug. Could you please drop this into JIRA? > -Original Message- > From: Segal, Jeffrey [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 01, 2007 4:31 PM > To: cxf-user@incubator.apache.org > Subject: Migrating XFire/Aegis inheritance to CXF >

RE: Migrating XFire/Aegis inheritance to CXF

2008-02-11 Thread InJeNiErO
Hi again, Finally I managed to configure the client to react to the inheritance. I have to configure the ReflectionServiceFactoryBean of the ClientProxyFactoryBean with the same properties map I have used to configure the Server Side. Client Code: ClientProxyFactoryBean factory = new ClientProx

RE: Migrating XFire/Aegis inheritance to CXF

2008-02-11 Thread InJeNiErO
Hi, I managed to configure the simple frontend to produce a WSDL with inheritance using AEGIS, but I can't make the client to work with the inheritance, it throws a ClassCastException when trying to cast to the childClass. Here is my spring configuration: