Brad, I'd love to see your JAXB code and setup I had all kinds of errors using 
that one because jaxb couldnt handle lots of internal interfaces in the 
hibernate stuff.  Maybe it shouldn't have been seeing these to begin with?


----- Original Message ----
From: Brad Harper <[EMAIL PROTECTED]>
To: cxf-user@incubator.apache.org
Sent: Friday, July 27, 2007 6:33:59 PM
Subject: Re: errors using HibernateDAOSupport and JAXB


I've gotten it working with JAXB but not aegis.  I'll try to plugin the
aegis bean you specified and let you know what I find out.

On 7/27/07, Jeremy Isikoff <[EMAIL PROTECTED]> wrote:
>
> Anybody successfully gotten spring cxf, spring and hibernate working? I
> can't seem to get the aegis databinding to work. I tried configuring it like
> an example i saw:
>
> <jaxws:endpoint
> id="reportingService"
> implementor="#reportingServiceImpl"
> address="/ReportingService"
> bindingUri="http://apache.org/cxf/binding/http";; >
> <jaxws:serviceFactory>
> <bean class=" org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean">
> <property name="wrapped" value="true" />
> <property name="dataBinding" ref="aegisBean"/>
> </bean>
> </jaxws:serviceFactory>
> </jaxws:endpoint>
>
> <bean id="aegisBean" class="
> org.apache.cxf.aegis.databinding.AegisDatabinding"/>
> </beans>
>
> But this still gives me errors when the bean tries to initialize:
>
> org.apache.cxf.aegis.DatabindingException: Couldn't create type for
> property definedFilterNames on interface org.hibernate.SessionFactory
>
> the reportingServiceImpl bean has a HibernateDAOSupport derived DAO object
> injected into it.
> Im just trying to build a spring-hibernate-cxf service this seems like it
> should be a pretty common application?
>
> Jeremy Isikoff
> (Getting Closer I hope)
>
>
>
>
> ____________________________________________________________________________________
> Be a better Globetrotter. Get better travel answers from someone who
> knows. Yahoo! Answers - Check it out.
> http://answers.yahoo.com/dir/?link=list&sid=396545469
>


       
____________________________________________________________________________________
Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for 
today's economy) at Yahoo! Games.
http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow

Reply via email to