[jbossws-dev] [Design of JBoss Web Services] - Re: JBMETA-44, ws annotation processing for references

alessio.soldano@jboss.com do-not-reply at jboss.com
Fri Jun 13 10:01:19 EDT 2008


Hi,
I'm looking at the JBWS-2171 failure too (and the related issue).
Still have to figure out what changed from AS500Beta4 in the behavior we had about service-interface null or not null.
In the mean time, just two considerations regarding JBWS-2171:
- it seems to me the @WebServiceRef / @WebServiceRefs annotations on class (type target) are not processed since the WebServiceRef processor is called on field annotations  only
- having the serviceRef.getAnnotatedElement() != null prevents the code throwing the "<service-interface> cannot be null" exception from being executed, since the check that lead to that exception is performed when looking for the type of service ref (JAXWS or JAXRPC) and of course having an annotated element implies JAXWS. This just to say that error might also be misleading.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157964#4157964

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157964



More information about the jbossws-dev mailing list