Re: Schema not dropped using Apache Aries JPA and OpenJPA 2.1

2011-10-25 Thread Rick Curtis
Charles - Try configuring SychronizeMappings this way : property name=openjpa.jdbc.SynchronizeMappings value=buildSchema(SchemaAction='drop,add')/ Thanks, Rick On Tue, Oct 25, 2011 at 12:29 AM, Charles Moulliard cmoulli...@gmail.comwrote: Hi, I have deployed successfully a Aries JPA

Schema not dropped using Apache Aries JPA and OpenJPA 2.1

2011-10-24 Thread Charles Moulliard
Hi, I have deployed successfully a Aries JPA project (using Aries JPA 0.3) on Karaf but my DB is not dropped or records removed from the table when the following option is set in the persistence file ?xml version=1.0 encoding=UTF-8? persistence xmlns=http://java.sun.com/xml/ns/persistence;