Re: [cas-user] Error saving service to sql server 2005

2012-02-03 Thread Dmitriy Kopylenko
; -Original Message----- >> From: Gasper, John [mailto:jgas...@ewu.edu] >> Sent: Tuesday, January 31, 2012 10:30 AM >> To: cas-user@lists.jasig.org >> Subject: RE: [cas-user] Error saving service to sql server 2005 >> >> Aaron, >> >> I u

Re: [cas-user] Error saving service to sql server 2005

2012-02-03 Thread Aaron Chantrill
Subject: RE: [cas-user] Error saving service to sql server 2005 Aaron, I use SQL Server 2008 for my backend storage of tickets and services, and I use the standard dialect: database.hibernate.dialect=org.hibernate.dialect.SQLServerDialect The only noticeable difference between your config and mi

RE: [cas-user] Error saving service to sql server 2005

2012-01-31 Thread Gasper, John
I should add that we are using Hibernate Entity Manager version 3.6.0.Final -Original Message- From: Gasper, John [mailto:jgas...@ewu.edu] Sent: Tuesday, January 31, 2012 10:30 AM To: cas-user@lists.jasig.org Subject: RE: [cas-user] Error saving service to sql server 2005 Aaron, I use

RE: [cas-user] Error saving service to sql server 2005

2012-01-31 Thread Gasper, John
Aaron, I use SQL Server 2008 for my backend storage of tickets and services, and I use the standard dialect: database.hibernate.dialect=org.hibernate.dialect.SQLServerDialect The only noticeable difference between your config and mine is that I don't have the "selectMethod=cursor;" directive i

Re: [cas-user] Error saving service to sql server 2005

2012-01-31 Thread Marvin Addison
> Seems like I must have the wrong Dialect set somewhere. That was my first thought as well. > In cas.properties I have: > database.hibernate.dialect=org.hibernate.dialect.SQLServerDialect Maybe try http://docs.jboss.org/hibernate/stable/annotations/api/org/hibernate/dialect/SQLServer2008Dialec