Hi,
I've got the following warning running jboss-3.2.1_tomcat-4.1.24 on Linux 
Redhat 8.0:

2003-06-02 09:28:11,882 WARN  [org.jboss.ejb.EJBDeployer.verifier] EJB spec 
violation: 
Bean   : ManterContribuinteEJBs
Method : public abstract ManterContribuinte create() throws RemoteException, 
CreateException
Section: 6.10.6
Warning: The method return values in the home interface must be of valid types 
for RMI/IIOP.

This warning is followed by the error:
2003-06-02 09:28:13,465 ERROR [org.jboss.deployment.MainDeployer] could not 
create deployment: 
file:/usr/local/jboss/server/atf/tmp/deploy/server/atf/deploy/atf.ear/56.atf.ear
-contents/cad.jar
org.jboss.deployment.DeploymentException: Verification of Enterprise Beans 
failed, see above for error messages.
        at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:487)

With jboss-3.0 on W2K I get only the warning, and not the error.
Both "default" and "all" servers give this error.
All the answers on forums about this matter speak about seriability, but I'm 
quite sure my bean is seriable. 
Moreover the other beans work, and the whole runs on the Borland Enterprise 
Server.
My home interface is shown below:

package xxx;
import java.rmi.*;
import javax.ejb.*;
public interface ManterContribuinteHome extends EJBHome {
    public ManterContribuinte create() throws RemoteException, CreateException;
}

Thanks for any help,
Xavier



-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to