0 Replies Latest reply on Oct 25, 2004 7:35 AM by sysuser1

    Only Hot Deployment works

    sysuser1

      Hi everybody,

      I have a deploy problem with Jboss-4.0.0.
      I put my jar file (test.jar) in the deploy directory and start JBoss.
      During startup I receive following error:

      2004-10-25 13:29:30,921 DEBUG [org.jboss.deployment.MainDeployer] Watching new file: file:/C:/usr/jboss-4.0.0/server/myserver/deploy/test.jar
      2004-10-25 13:29:30,921 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/C:/usr/jboss-4.0.0/server/myserver/deploy/test.jar
      2004-10-25 13:29:30,921 DEBUG [org.jboss.ejb.EJBDeployer] create, test.jar
      2004-10-25 13:29:30,968 DEBUG [org.jboss.ejb.EJBDeployer] Verifying file:/C:/usr/jboss-4.0.0/server/myserver/deploy/test.jar
      2004-10-25 13:29:30,968 WARN [org.jboss.ejb.EJBDeployer.verifier] EJB spec violation:
      Bean : Test1EB
      Section: 16.2
      Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods.

      2004-10-25 13:29:30,984 WARN [org.jboss.ejb.EJBDeployer.verifier] EJB spec violation:
      Bean : Test3EB
      Section: 16.2
      Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods.
      ....

      If I delete the jar-File, start the server and do a hot deploy, no error is displayed but ...
      12:51:27,484 INFO [EjbModule] Deploying Test1EB
      12:51:27,515 INFO [EjbModule] Deploying Test3EB
      12:51:27,531 INFO [EjbModule] Deploying Test4EB
      12:51:27,546 INFO [EjbModule] Deploying Test5EB
      12:51:27,546 INFO [EjbModule] Deploying TestSB
      12:51:29,796 INFO [EJBDeployer] Deployed: file:/C:/usr/jboss-4.0.0/
      server/myserver/deploy/test.jar

      A rather strange behaviour.
      Can anyone help me???

      Thanks a lot