Hello,
I'm trying to deploy an SU in the CXF-SE and am getting a JAXB error stating
that JAXB can not parse the ComponentContext Interface. I added the
@WebMethod(exclude=true) annotation (as below) to let it know not to make it
a web service operation but it appears to be ignoring it. This is a JSR181
annotation no? I need this to work as I use the JBI ComponentContext to get
the Context to load the JNDI reference to the DataSource.
@WebMethod(exclude=true)
public void setContext(ComponentContext componentContext) {
this.componentContext = componentContext;
}
Respectfully,
Brian
--
View this message in context:
http://www.nabble.com/CXF-SE%3A-Public-Method-Exclusion-During-WSDL-Generation-tp24848019p24848019.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.