0 Replies Latest reply on Mar 20, 2007 4:54 AM by harry0087

    Can`t see my MBean at JNDI View Global JNDI Namespace

    harry0087

      Hi!
      I have already deployed my JAR-File on the JBoss AS 4.05:

      INFO [EJB3Deployer] Deployed: file:/opt/jboss-4.0.5/server/default/deploy/EJB3Test.jar

      But I can`t see my MBean at JNDI View???

      That`s my persistence.xml:

      <?xml version="1.0" encoding="UTF-8"?>

      <persistence-unit name="my_unit">
      org.hibernate.ejb.HibernatePersistence
      <jta-data-source>java:/MySQLDS</jta-data-source>



      </persistence-unit>



      What is going wrong??? Please help.

      harry