Hi,
  following error I get, if I create jBoss from CVS clean...

---- snip ----
D:\Develop\CVS\jboss\src\main\org\jboss\ejb\plugins\NoPassivationEntityInstanceC
ache.java:99: The method org.jboss.ejb.EnterpriseContext get(java.lang.Object) d
eclared in class org.jboss.ejb.plugins.NoPassivationEntityInstanceCache cannot o
verride the method of the same signature declared in interface org.jboss.ejb.Ins
tanceCache.  Their throws clauses are incompatible.
    public synchronized EnterpriseContext get(Object id)
                                          ^
D:\Develop\CVS\jboss\src\main\org\jboss\ejb\plugins\NoPassivationStatefulSession
InstanceCache.java:82: The method org.jboss.ejb.EnterpriseContext get(java.lang.
Object) declared in class org.jboss.ejb.plugins.NoPassivationStatefulSessionInst
anceCache cannot override the method of the same signature declared in interface
 org.jboss.ejb.InstanceCache.  Their throws clauses are incompatible.
    public synchronized EnterpriseContext get(Object id)
                                          ^
D:\Develop\CVS\jboss\src\main\org\jboss\ejb\plugins\RandomEntityInstanceCache.ja
va:34: class org.jboss.ejb.plugins.RandomEntityInstanceCache must be declared ab
stract. It does not define void release(org.jboss.ejb.EnterpriseContext) from in
terface org.jboss.ejb.InstanceCache.
public class RandomEntityInstanceCache
---- ---- snap ----
  

so long


Ingo Bruell                                 

---
<[EMAIL PROTECTED]>
<ICQ# 40377720>
Oldenburg    PGP-Fingerprint: 9DD0 1776 DF4D 5B16  A532 C2A1 4701 EEA2
Germany      PGP-Public-Key available at pgpkeys.mit.edu



Reply via email to