View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820563#3820563

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820563

Hello All,



When I am trying to deploy a bean, I am getting the following error:

--------------------------------------------------------------

23:59:38,132 WARN  [verifier] EJB spec violation: 

Bean   : HelloWorld

Method : public abstract HelloWorld create() throws CreateException, RemoteException, 
ServiceException

Section: 7.10.6

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

--------------------------------------------------------------



Here is the code snippet from my home interface



 public HelloWorld create() throws javax.ejb.CreateException, 
java.rmi.RemoteException, javax.xml.rpc.ServiceException;



I have a single method in my bean which is sayHello() and this is the method,



public java.lang.String sayHello( ) throws javax.xml.rpc.ServiceException;





Any pointers? Valid types for RMI/IIOP??



Thanks,

Vivek




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to