0 Replies Latest reply on Feb 19, 2004 9:47 AM by alanben

    Does anybody true resolve the

    alanben

      When i start jboss 3.0.7, all running fine , but when i redeploy some (not all ) Bean , the errors :

      23:26:04,195 INFO [EJBDeployer]
      Bean : PmmMoserials
      Method : public abstract PmmMoserials create(String) throws CreateException
      Section: 12.2.11
      Warning: The return type for a create(...) method must be the entity bean's loca
      l interface type.
      
      23:26:04,205 INFO [EJBDeployer]
      Bean : PmmMoserials
      Method : public abstract PmmMoserials findByPrimaryKey(String) throws FinderExce
      ption
      Section: 12.2.11
      Warning: The return type for a find<METHOD> method must be the entity bean's loc
      al interface type (single-object finder) or a collection thereof (for a multi-ob
      ject finder).
      
      23:26:04,225 INFO [EJBDeployer]
      Bean : PMMEjbMOShell
      Method : public abstract PMMEjbMOShell create() throws CreateException, RemoteEx
      ception
      Section: 7.10.6
      Warning: The return type for a create(...) method must be the session bean's rem
      ote interface type.
      


      I have test with same src and same META-INF in jboss 3.0.2 and jboss 3.2.3 , there are always fine , not only start , but also redeploy , but why throws these info in jboss 3.0.7 ?