[jboss-user] [JBoss Eclipse IDE (users)] - Problem when undeploying the EJB3 jar

ataud do-not-reply at jboss.com
Wed Oct 4 16:25:25 EDT 2006


I create a database in MySQL (4.0.20)
I create PERSON table
I develop the coreesponding Entity

@Entity
@Table(name = "PERSON")
public class PersonEntity implements Serializable {
...
}

I deploy the jar and test the creation :
...
entityManager.persist(personEntity);
...

I works.

But when I undeploy the jar, the table PESRON was deleted from the data base !


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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976154



More information about the jboss-user mailing list