Hi,

I not understand what it could happen !!
Have you done modification in the OpHome and Op interfaces ?
Could you send us ?

Kind regards.
Hélène.

"Dr. Volker Zell" wrote:
> 
> Hi
> 
> When trying the examples in Jonas2, I get the following errors when
> invoking
> make:
> 
> + /usr/local/sun/jdk1.2.2/bin/javac -d ../../classes OpBean.java
> + /usr/local/java/jonas_jdk1.2/bin/GenIC -d ../../classes -keepgenerated
> ejb-jar.xml
> GenICHome() WARNING: Method 'equals' in the Enterprise bean's home
> interface IGNORED
> GenICHome() WARNING: Method 'getClass' in the Enterprise bean's home
> interface IGNORED
> GenICHome() WARNING: Method 'hashCode' in the Enterprise bean's home
> interface IGNORED
> GenICHome() WARNING: Method 'notify' in the Enterprise bean's home
> interface IGNORED
> GenICHome() WARNING: Method 'notifyAll' in the Enterprise bean's home
> interface IGNORED
> GenICHome() WARNING: Method 'toString' in the Enterprise bean's home
> interface IGNORED
> GenICHome() WARNING: Method 'wait' in the Enterprise bean's home
> interface IGNORED
> GenICHome() WARNING: Method 'wait' in the Enterprise bean's home
> interface IGNORED
> GenICHome() WARNING: Method 'wait' in the Enterprise bean's home
> interface IGNORED
> ..\..\classes\sb\JOnASOpBeanOp.java:51: The method java.lang.Class
> getClass() declared in class sb.JOnASOpBeanOp cannot override the final
> method of the same signature declared in class java.lang.Object.  Final
> methods cannot be overridden.
>     public synchronized java.lang.Class getClass() {
>                                         ^
> ..\..\classes\sb\JOnASOpBeanOp.java:91: The method void notify()
> declared in class sb.JOnASOpBeanOp cannot override the final method of
> the same signature declared in class java.lang.Object.  Final methods
> cannot be overridden.
>     public synchronized void notify() {
>                              ^
> ..\..\classes\sb\JOnASOpBeanOp.java:109: The method void notifyAll()
> declared in class sb.JOnASOpBeanOp cannot override the final method of
> the same signature declared in class java.lang.Object.  Final methods
> cannot be overridden.
>     public synchronized void notifyAll() {
>                              ^
> ..\..\classes\sb\JOnASOpBeanOp.java:147: The method void wait() declared
> in class sb.JOnASOpBeanOp cannot override the final method of the same
> signature declared in class java.lang.Object.  Final methods cannot be
> overridden.
>     public synchronized void wait() throws
> java.lang.InterruptedException {
>                              ^
> ..\..\classes\sb\JOnASOpBeanOp.java:165: The method void wait(long)
> declared in class sb.JOnASOpBeanOp cannot override the final method of
> the same signature declared in class java.lang.Object.  Final methods
> cannot be overridden.
>     public synchronized void wait(long p1) throws
> java.lang.InterruptedException {
>                              ^
> ..\..\classes\sb\JOnASOpBeanOp.java:183: The method void wait(long, int)
> declared in class sb.JOnASOpBeanOp cannot override the final method of
> the same signature declared in class java.lang.Object.  Final methods
> cannot be overridden.
>     public synchronized void wait(long p1, int p2) throws
> java.lang.InterruptedException {
>                              ^
> 6 errors
> GenIC ERROR: Failed when compiling the implementation classes via java
> compiler
> 
> Any hints ??
> 
> I'm running under the following environment:
> 
> System:   WinNT 4.0/SP3 - 160 MB Ram
>           Cygwin B20.1 with gcc-2.95.2
>            - cygwin1.dll - cygwin1-20000403.dll
>            - everything mounted binary,
>            - CYGWIN = tty title binmode ntea nontsec
> 
> Ciao
>   Volker
> ----
> 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".

Reply via email to