bug fixed

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/speciesdiscovery@71400 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2013-03-14 17:42:06 +00:00
parent db6a5906a1
commit 28fbfc787d
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" ?>
<persistence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"
version="2.0" xmlns="http://java.sun.com/xml/ns/persistence">
<persistence-unit name="SPD_PERSISTENCE_FACTORY" transaction-type="RESOURCE_LOCAL">
<class>org.gcube.portlets.user.speciesdiscovery.shared.CommonName</class>
<class>org.gcube.portlets.user.speciesdiscovery.shared.Taxon</class>
<class>org.gcube.portlets.user.speciesdiscovery.shared.ResultRow</class>
<class>org.gcube.portlets.user.speciesdiscovery.shared.ItemParameter</class>
<class>org.gcube.portlets.user.speciesdiscovery.shared.Occurrence</class>
<class>org.gcube.portlets.user.speciesdiscovery.shared.TaxonomyRow</class>
<class>org.gcube.portlets.user.speciesdiscovery.shared.OccurrencesJob</class>
<class>org.gcube.portlets.user.speciesdiscovery.shared.TaxonomyJob</class>
<properties>
<property name="javax.persistence.jdbc.driver" value="org.h2.Driver"/>
<property name="eclipselink.ddl-generation" value="create-tables" />
<property name="eclipselink.ddl-generation.output-mode"
value="database" />
</properties>
</persistence-unit>
</persistence>