1 Reply Latest reply on Jul 2, 2002 10:18 PM by dsundstrom

    CMP Deployment

    a13519

      I wrote a very simply entity bean, with jboss.xml, jbosscmp-jdbc.xml and ejb-jar.xml. The three xml files are valitated by xml tools, they are good. After I drop the application file to server/default/deploy fold, in jboss console it showes:

      20:01:50,562 INFO [MainDeployer] Starting deployment of package: file:/E:/jboss
      -3.0.0/server/default/deploy/IDGEE.jar
      20:01:50,578 INFO [MainDeployer] Successfully completed deployment of package:
      file:/E:/jboss-3.0.0/server/default/deploy/IDGEE.jar

      But I can't find my bean on the server. I tried to list whole JNDI directory, I can't find my bean.

      The three xml file are listed as following, where did I do the wrong thing? Thanks a lot!

        • 1. Re: CMP Deployment
          dsundstrom

          That is what I do. Try turning the log level up to DEBUG in the log4j.xml file and then search the server.log file for IDGeneratorE. You should see the JNDI binding.