Re: Annotations

2007-12-02 Thread Thorsten Kraus
Thanks a lot for your answer! The overview of the annotation types helpes me very much. Perhaps you could give me an advice for the following problem: I have two methods which use the same bean class. In one method, I want to use all attributes of the bean. In the other method, I want to use

Re: org.apache.cxf.interceptor.Fault: Marshalling Error with NFL/GroovyWS

2007-12-02 Thread Glen Mazza
I don't know anything about GroovyWS; you may wish to check with them on the problem. As you can see from the blog entry, using Java, both CXF and Metro works fine with the web service, so our job is done. Perhaps if you configure GroovyWS to use Metro instead you will get a different error

Re: CXF Eclipse Plugin

2007-12-02 Thread Bozhong Lin
I think he referred to here [1], it is outdated and will be updated soon. Cheers, Bo [1] http://cwiki.apache.org/CXF20DOC/cxf-tools-in-eclipse.html On Dec 1, 2007 7:26 AM, Glen Mazza [EMAIL PROTECTED] wrote: May I ask which specific HowTo are you referring to that needs updating? Thanks,

Re: Annotations

2007-12-02 Thread Willem Jiang
Hi, I do not think JAXB's annotation can implment the behavior that you want. Maybe you can define a parent class to be used in the method A, and a child class which extends the parent class with addition attributes to be used in the method B. Cheers, Willem. Thorsten Kraus wrote: Thanks a

Re: Maven command to run wsdl2java...

2007-12-02 Thread James Mao
Am Freitag, den 30.11.2007, 11:17 +0800 schrieb James Mao: Glen, You have to do couple things in order to run codegen:wsdl2java under the folder which contains the pom.xml You can take a look at the /tools/jdee which is a maven plugin i did for generating the emacs jdee project How it