Re: Custom Exceptions using Simple Server

2007-11-02 Thread Kaleb Walton
--| |11/02/2007 03:30 PM | >--| |> | Subject: | |> >------------------

Re: Custom Exceptions using Simple Server

2007-11-02 Thread Daniel Kulp
Yea, that's not going to work. I tried that yesterday as well. :-) It MIGHT work if you override the getStackTrace() and setStackTrace() methods and add @XmlTransient annotations on them so JAXB will ignore them.You would also need a default constructor. The other option that shoul

Re: Custom Exceptions using Simple Server

2007-11-02 Thread Daniel Kulp
Kaleb, Can you download the latest 2.0.3 SNAPSHOT (built this morning) and try that? I did a bunch of work on custom exceptions with JAXB yesterday that is in that build. http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/apache-cxf/2.0.3-incubator-SNAPSHOT/ If that doesn't

Re: Custom Exceptions using Simple Server

2007-11-02 Thread Kaleb Walton
Well, I found that I can do something like this: a.b.c.services.ServiceException Unfortunately now I get: Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsExcep