diff --git a/citi-config/src/main/resources/db/database.properties b/citi-config/src/main/resources/db/database.properties index 2bde7e990..c3b15742d 100644 --- a/citi-config/src/main/resources/db/database.properties +++ b/citi-config/src/main/resources/db/database.properties @@ -23,7 +23,7 @@ cc.jndiname=jdbc/ccdb3 hibernate.dialect=org.hibernate.dialect.H2Dialect hibernate.default_schema=public -hibernate.dialect.sql=org.hibernate.dialect.SQLServer2008Dialect +hibernate.dialect.sql=org.hibernate.dialect.SQLServerDialect hibernate.default_schema.sql=dbo #JDBC Template diff --git a/citi-config/src/main/resources/db/jpa.xml b/citi-config/src/main/resources/db/jpa.xml index d9fa62d96..5ad3ff9b9 100644 --- a/citi-config/src/main/resources/db/jpa.xml +++ b/citi-config/src/main/resources/db/jpa.xml @@ -42,8 +42,8 @@ - - + + diff --git a/citi-web/pom.xml b/citi-web/pom.xml index 92f5764af..350cd2cb5 100644 --- a/citi-web/pom.xml +++ b/citi-web/pom.xml @@ -162,7 +162,7 @@ jetty-maven-plugin - target/citi-web-4.0.1/WEB-INF/classes + target/${project.build.finalName}/WEB-INF/classes /citi-web foo diff --git a/src/localRepos/com/microsoft/sqlserver/sqljdbc/4.0/sqljdbc-4.0.jar b/src/localRepos/com/microsoft/sqlserver/sqljdbc/4.0/sqljdbc-4.0.jar new file mode 100644 index 000000000..d6b7f6daf Binary files /dev/null and b/src/localRepos/com/microsoft/sqlserver/sqljdbc/4.0/sqljdbc-4.0.jar differ