Joe Gittings wrote:
> 
> I've just discovered what looks like a bug in 2.2.5 GenIC (Jeremie).
> For a stateless session bean:
> 
> I declared a method
> void foo()
> in the 
> 
> I implemented a method
> boolean foo()
> in the implementation class.
> 
> And GenIC (Jeremie) deployed it very happily! Just to let you know...
> 
> Joe

Hi Joe,

You are right.
An error should be detected because there is not a matching method
in the bean's class for the method defined in the remote interface.
Generally, an error is detected when compiling the generated
interposition
classes. 
(For example
        void foo() in the remote interface.,
        void foo(int i) in the bean class.
)
Unfortunately, in your particular case, it's work too good !!

Kind regards.
Hélène.
-- 
-=- Hélène JOANIN -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  mailto:[EMAIL PROTECTED]   http://www.evidian.com
  Phone: 33.4.76.29.73.53            Fax: 33.4.76.29.76.00
  Download our EJB Server JOnAS at http://www.objectweb.org
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to