Hi Wolfgang,

Thank you for your code again, looks good. I've checked it in (rev
54603).

Does that code check whether the implementation bean implements all the
methods specified in the endpointInterface, yet? Also, are there any
test cases to check whether that's those check work? That would be cool
to have, too -- just in case you get bored ;) Thanks much.

Cheers,

-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




Reply via email to