Hi Dirk,
After study the java sources of your bean, I found a problem in
the interfaces of the bean.
I explain ....
The Remote interface of the bean extends the interface
AutoresponderGeractBusiness.
This AutoresponderGeractBusiness interface extends itself the interface
SuperGeractBusiness.
In each of those two interfaces, the method
public java.math.BigDecimal getTechauftrag_id()
is defined.
That's why this method is generated twice by GenIC.
Retry the definition of this method in the interface
AutoresponderGeractBusiness,
and it will be ok.
Best regards.
H�l�ne.
Dirk Haase wrote:
>
> I think, I found a bug.
>
> I have a Bean that extends another class and overwrites one of its
> methods. When deploying this Bean, I get following output/Exception
> where getTechauftrag_id() is the overwritten method. BTW, there is no
> Error or Warning at compile time.
>
> Reaped pid = 14316, status = 1
> Output stream:
> Error stream:
> JOnASAutoresponderGeraetBeanAutoresponderGeraet.java:453: Duplicate
> method declaration: java.math.BigDecimal getTechauftrag_id()
> public java.math.BigDecimal getTechauftrag_id() throws
> java.rmi.RemoteException {
> ^
>
> dirk
>
> --
> Dirk Haase mailto: [EMAIL PROTECTED] http://www.schlund.de
> ----
> 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".
--
-=- H�l�ne JOANIN -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
mailto:[EMAIL PROTECTED] http://www-frec.bull.com
Phone: 33.4.76.29.73.53 Fax: 33.4.76.29.76.00
Download our EJB Server JOnAS at http://www.bullsoft.com/ejb
_______________________________________________________________
----
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".