Hello,
is the only way to change the version of used jdbc-driver or other libs to modify the pom.xml?
If I use the folloing persistence parameter, it adds the postgres 8.4 driver. But I need 9.0.
Also for the future, i need to change hibernate to 3.6.1 if its available to do a bug in the blob-handling, which should fixed here.
Code:roo> persistence setup --database POSTGRES --provider HIBERNATE --databaseName eve --hostName 10.1.0.6 Updated ROOT/pom.xml [Removed redundant artifacts] Updated SRC_MAIN_RESOURCES/META-INF/spring/applicationContext.xml Created SRC_MAIN_RESOURCES/META-INF/persistence.xml Created SRC_MAIN_RESOURCES/META-INF/spring/database.properties Updated ROOT/pom.xml [Added dependencies postgresql:postgresql:8.4-701.jdbc3, org.hibernate:hibernate-core:3.6.0.Final, org.hibernate:hibernate-entitymanager:3.6.0.Final, org.hibernate.javax.persistence:hibernate-jpa-2.0-api:1.0.0.Final, org.hibernate:hibernate-validator:4.1.0.Final, javax.validation:validation-api:1.0.0.GA, cglib:cglib-nodep:2.2, javax.transaction:jta:1.1, org.springframework:spring-jdbc:${spring.version}, org.springframework:spring-orm:${spring.version}, commons-pool:commons-pool:1.5.4, commons-dbcp:commons-dbcp:1.3] Updated ROOT/pom.xml [Added repository https://repository.jboss.org/nexus/content/repositories/releases]


Reply With Quote
