Mantis - Resin
Viewing Issue Advanced Details
1654 tweak always 03-25-07 00:03 04-09-07 16:07
jkriesten  
emil  
normal  
closed 3.1.1  
fixed  
none    
none 3.1.1  
0001654: Webservices Annotations needed in both Interface and Implementation
i define the following interface:

---8<---
@WebService
public interface ConfigService
{
  @WebMethod
  public String getString( @WebParam(name="key") String key );
}
---8<---

implementing this interface it only works, when the implementation also gets
the annotations. if left out, resin throws an exception.

it should be enough to have the annotations in the interface.

best regards, --- jan.
environment: linux / java 1.6.0 / resin pro 3.1.s070319

Notes
(0001827)
emil   
04-09-07 16:07   
Our JAX-WS implementation is currently in alpha, but this bug has been fixed in the upcoming release. Thanks for the bug report!