Yep, BEEHIVE-11 has been fixed. I've updated Jira accordingly (now :) -michael
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, October 10, 2004 11:36 AM To: Beehive Developers Subject: Re: @SecurityIdentity, @SecurityRoles Hi Michael, > On your question: Yes, all non-annotated parameters of a > @WebMethod-annotated method should automatically be included in the > object model. The @WebParam is mainly used to override default settings. > [This is currently a bug in the object model; see Jira.] Thank you for answering my question. Your last commit (svn commit: rev 54139) fixes the bug, doesn't it ? Key BEEHIVE-11 (http://nagoya.apache.org/jira/browse/BEEHIVE-11) in jira still opens though. > Also keep in mind that @WebMethod in the service endpoint interface is > the one that should be used (if an endpoint interface exists) instead of > @WebMethod in the implementation bean. If there is a service endpoint > interface, all annotations in the implementation bean (besides the > @WebService) should be ignored. This is done with the last patch. Thanks in advance. Wolfgang
