Hi All Can anyone help with this. Is it possible this just doesn't work with the h2 database or should my persistence.xml file be in a specific order. As in have the values and properties got to be in a specific order? Is it worth upgrading to a newer version of openjpa, would this solve my issue?
David 2009/2/10 David Beer <[email protected]> > Hi Martin > > Thanks for your suggestion, I have tried entering the value but it doesn't > seem to work. Where did you find the documentation values for > jdbc.SynchroniseMappings > > David > > 2009/2/9 Martin Uhlir <[email protected]> > >> Hi, >> >> put this property into properties list in the persistence.xml >> >> <property name="openjpa.jdbc.SynchronizeMappings" >> value="buildSchema(SchemaAction='add')"/> >> >> Martin >> >> >> >> David Beer wrote: >> >>> Hi All >>> >>> I have successsfully set the Schema in the persistence.xml file. My >>> question >>> is how do I get the schma auto generated when the table are generated. I >>> am >>> using the h2 database. >>> >>> Any guidence would helpful. >>> >>> Thanks >>> >>> David >>> >>> >>> >> >> >
