Hi Jeremy -

I think the problem you have is that CXF is trying to expose your setter methods the ones you use for injecting your DAO, if you add @WebMethod(exclude = true) to all your setters yo can void this error, or if you use the current SNAPSHOT of CXF it should be fix and you wont need the annotation. The related Jira issue is CXF-813

I hope this helps.

On Jul 27, 2007, at 9:16 AM, Jeremy Isikoff wrote:

I got my dependency injection of my DAO to work only to get lots of errors likes this when deploying to tomcat. This looks bad. Does cxf not work with hibernate and spring-hibernate support?

org.hibernate.Interceptor is an interface, and JAXB can't handle interfaces.

org.springframework.jdbc.support.SQLExceptionTranslator is an interface, and JAXB can't handle interfaces.

org.hibernate.SessionFactory is an interface, and JAXB can't handle interfaces.

i saw a thread that said I should switch to Aegis is that another framework?


Still very new at this

Jeremy Isikoff



______________________________________________________________________ ______________ 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




Julio Arias
Java Developer
Roundbox Global : enterprise : technology : genius
---------------------------------------------------------------------
Avenida 11 y Calle 7-9, Barrio Amón, San Jose, Costa Rica
tel: 404.567.5000 ext. 2001 | cell: 11.506.849.5981
email: [EMAIL PROTECTED] | www.rbxglobal.com
---------------------------------------------------------------------

Reply via email to