FYI, I found a workaround for my issue, but this appears to be a bug in JAXWS. I also tried using 2.1.5 as well as 2.1.4.
It is reproducible by making a simple @WebService class which contains a method annotated with a custom Annotation with the following definition:
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.PARAMETER})
@BindingAnnotation
@Documented
public @interface TransactionalSimple {}
If the web service class contains an annotated method with this custom annotation, the endpoint.publish(URL) method will NPE. If you remove the annotation from the method, the endpoint.publish(URL) method works fine.
How do i submit a bug?
[Message sent by forum member 'demichej' (demichej)]
http://forums.java.net/jive/thread.jspa?messageID=355124---------------------------------------------------------------------
To unsubscribe, e-mail:
users-unsubscribe@...
For additional commands, e-mail:
users-help@...