Author: ningjiang Date: Thu Feb 4 12:45:30 2010 New Revision: 906472 URL: http://svn.apache.org/viewvc?rev=906472&view=rev Log: Committed the latest camel-bam pom.xml
Modified: camel/trunk/components/camel-bam/pom.xml Modified: camel/trunk/components/camel-bam/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-bam/pom.xml?rev=906472&r1=906471&r2=906472&view=diff ============================================================================== --- camel/trunk/components/camel-bam/pom.xml (original) +++ camel/trunk/components/camel-bam/pom.xml Thu Feb 4 12:45:30 2010 @@ -209,6 +209,7 @@ </profile> <!-- EclipseLink - HSQLDB --> + <!-- TODO fix the issue of CAMEL-2277 --> <profile> <id>eclipselink</id> <build> @@ -240,6 +241,7 @@ </profile> <!-- OpenJPA profile --> + <!-- TODO fix the issue of CAMEL-2277 --> <profile> <id>openjpa</id> <build> @@ -294,13 +296,15 @@ <!-- Can't be used as we have this error : Caused by: <openjpa-1.2.1-r752877:753278 nonfatal general error> + it is same with openjpa-1.2.2 org.apache.openjpa.persistence.PersistenceException: Constraint already exists: UNQ_NAME in statement [CREATE TABLE CAMEL_PROCESSDEFINITION (id BIGINT NOT NULL, name VARCHAR(255) NOT NULL, PRIMARY KEY (id), CONSTRAINT UNQ_name UNIQUE (name))] and - solved in openJpa 3.0 <version>1.2.1</version> + solved in openJpa 1.3.0-SNAPSHOT, as we are heading to camel 2.2.2 release + I change the version to lastest released openjpa --> - <version>2.0.0-beta</version> + <version>1.2.2</version> <scope>test</scope> </dependency> <dependency>