Hi all, I'm trying to return a RowSet (data and schema info) from a cxf 
webservice. I tried returning instances of CachedRowSetImpl or WebRowSetImpl 
directly but they both cause stack overflows when deploying to tomcat. Is there 
some better way to do this or do I have write my own class?


java.lang.StackOverflowError
at java.lang.Class.privateGetDeclaredFields(Class.java:2278)
at java.lang.Class.getDeclaredFields(Class.java:1743)
at 
org.apache.cxf.jaxb.JAXBContextInitializer.addClass(JAXBContextInitializer.java:130)
at 
org.apache.cxf.jaxb.JAXBContextInitializer.addClass(JAXBContextInitializer.java:131)
at org.apache.cxf.jaxb.JAXBContextInitializer.a


       
____________________________________________________________________________________
Looking for a deal? Find great prices on flights and hotels with Yahoo! 
FareChase.
http://farechase.yahoo.com/

Reply via email to