2 Replies Latest reply on Apr 4, 2006 8:58 AM by tincho

    Help with non-compliant application

    tincho

      Hi!

      I'm trying to deploy a closed source app, which supposedly works fine with orion server, in JBoss 4.0.3SP1.

      But jboss won't let me, arguing that it is breaking the j2ee rules. (see log below)

      Is there any way to relax this controls? I can not modify the application!

      This is the error log:

      01:58:35,069 WARN [verifier] EJB spec violation:
      Bean : etapasejb
      Method : public abstract boolean existeEtapa(String) throws RemoteException
      Section: 9.2.8
      Warning: Each method defined in the entity bean's home interface must be either create or finder method.

      01:58:35,071 ERROR [MainDeployer] Could not create deployment: file:/usr/local/jboss-4.0.3SP1/server/martin/deploy/comdocII.ear/etapas.jar/
      org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see above for error messages.
      at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:575)


      thanks.