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

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029663#4029663

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4029663
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to