When I deploy my ejb apps,there is error following , they are my sessionbeans, I implements Serializabel interface,
but it's still error. Please help....., how can i to solve this problem??????
 
//****************************************************ERROR***************************************//
2003-03-17 20:22:31,930 WARN  [org.jboss.ejb.EJBDeployer.verifier] EJB spec violation:
Bean   : WithdrawChargeSession
Method : public abstract WithdrawChargeSession create() throws RemoteException, CreateException
Section: 7.10.6
Warning: The method return values in the home interface must be of valid types for RMI/IIOP.
 
2003-03-17 20:22:31,940 DEBUG [org.jboss.ejb.EJBDeployer.verifier] Bean checked: SoComposedSession: Verified.
2003-03-17 20:22:31,960 WARN  [org.jboss.ejb.EJBDeployer.verifier] EJB spec violation:
Bean   : CustSession
Method : public abstract CustSession create() throws RemoteException, CreateException
Section: 7.10.6
Warning: The method return values in the home interface must be of valid types for RMI/IIOP.
 
2003-03-17 20:22:32,040 WARN  [org.jboss.ejb.EJBDeployer.verifier] EJB spec violation:
Bean   : SoProtocolSession
Method : public abstract SoProtocolSession create() throws RemoteException, CreateException
Section: 7.10.6
Warning: The method return values in the home interface must be of valid types for RMI/IIOP.
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
 

Reply via email to