I've been getting 2 errors that I can't seem to figure out.

1.  "The method return values in the home interface must be of valid types 
for RMI/IIOP."

I get this one on my home interface and I am not sure what the problem 
is.  This is the declaration I have for the create method (which is the one 
it is complaining about)
         public Accessor create(Hashtable attributes) throws 
RemoteException, CreateException;

2.  "The methods in the remote interface must include 
java.rmi.RemoteException in their throws clause."

Now this one seems like a simple one except that I have the method throwing 
a RemoteException.  Here is what I have declared for my remote interface

         public abstract Record getData(String recordName) throws 
RemoteException;


Has anyone else run into these problems.  It seems the no matter what I do 
jBoss still thinks there is a problem.


Chad La Joie                           "Only a man who can not conquer
IT Specialist                             his deficiencies feels the need to
IS&C - WARD                              convince the world he has none"



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to