[JBoss-user] JBuilder compilation bug ???

2001-06-22 Thread Igor Rabinovich
Hi all! I'm using JBuilder 4 enterprise and have such a strange bug: In remote interface of my entity bean I declare toString function throws RemoteException, but get error in compilation. //Company.java public interface Company extends javax.ejb.EJBObject { public String toString()

RE: [JBoss-user] JBuilder compilation bug ???

2001-06-22 Thread RRokytskyy
Hi, In remote interface of my entity bean I declare toString function throws RemoteException, but get error in compilation. //Company.java public interface Company extends javax.ejb.EJBObject { public String toString() throws RemoteException; } // error