Re: integrate with Hibernate+Spring+CXF

2009-01-28 Thread Benson Margulies
You aren't deep enough in the backtrace. See http://java.sun.com/j2se/1.5.0/docs/api/java/lang/ExceptionInInitializerError.html . You have somehow provoked some other exception from your static code, and we don't know what from this email. 2009/1/28 Bhanu B > Hi All > Could any one tell me ab

Re: integrate with Hibernate+Spring+CXF

2009-01-28 Thread Bhanu B
Hi All Could any one tell me about this ERROR It has accruing when saving data into DB table org.apache.cxf.phase.PhaseInterceptorChain doIntercept INFO: Application has thrown exception, unwinding now org.apache.cxf.interceptor.Fault at org.apache.cxf.service.invoker.AbstractInvoker.creat

Re: integrate with Hibernate+Spring+CXF

2009-01-28 Thread Bhanu B
Hi Please find my source code here and let me know what is the wrong ,i think something has wrong here Employee.java package com.company.auth.bean; import java.io.Serializable; public class Employee implements Serializable { private static final long serialVersionUID = 1L; private Inte

Re: integrate with Hibernate+Spring+CXF

2009-01-28 Thread Mickael Istria
Hello Bhanu, Your problem may be related to a conflict on the "asm" dependency. Indeed, CXF uses a newer "cglib" version than hibernate, that itself uses a newer "asm", so that it sometimes cause issues when integrating them together (Exception such as NoSuchMethodError) The workaround I use i

Re: integrate with Hibernate+Spring+CXF

2009-01-27 Thread Bhanu B
Hi Mert, I appreciate your response, here i am getting an error while running my application ,i think it desn't put data into DB table some hibernate problem, my requirement is 1-> get data from WebService through SOAP GUI 2-> updated data in to the DB Table with all integration Hibernate+Spring+CX

Re: integrate with Hibernate+Spring+CXF

2009-01-27 Thread Mert Çalışkan
check out mesir.. I did some work with that stack. http://code.google.com/p/mesir Cheers, Mert On Tue, Jan 27, 2009 at 10:15 PM, Bhanu B wrote: > Hi > Any one could tell me how to integrate Hibernate+Spring+CXF to developing > webservices > please help me ?!! > Regards, > Bhanu >

integrate with Hibernate+Spring+CXF

2009-01-27 Thread Bhanu B
Hi Any one could tell me how to integrate Hibernate+Spring+CXF to developing webservices please help me ?!! Regards, Bhanu