got it working, changed line 237 in JpaLockingStrategy from @Temporal(TemporalType.TIMESTAMP) to @Temporal(TemporalType.DATE)
Has this all been tested on Sybase by any chance? regards dudley On 19 September 2012 17:29, Dudley Butt <[email protected]>wrote: > Hi guys, > > Been trying now for hours to get CAS 3.5 running with JDBC and Hibernate > as per the docs here ---> > https://wiki.jasig.org/display/CASUM/Configuring > https://wiki.jasig.org/display/CAS/Examples+to+Configure+CAS > > > Still getting a lot of tests failing but will come back to those. > Eventually got this thing to start, its pointing to an oracle DB for the > authstore, and its trying to create the table below but fails. Something is > horribly wrong, anyone give some pointers please? For now will just > manually create these tables I guess? > > 2012-09-19 17:06:05,496 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] - > <HHH000388: Unsuccessful: create table locks (application_id varchar2(255 > char) not null, expiration_date timestamp, unique_id varchar2(255 char), > primary key (application_id))> > 2012-09-19 17:06:05,496 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] - > <ORA-00902: invalid datatype > > > > Will appreciate any pointers, many thanx > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
