Is there a list of the security risks/advantages? Or someone could help me with this topic?
2012/9/19 Mailvaganam, Hari <[email protected]> > Have you update the hibernate dialect config for your Oracle DB? > > > http://docs.jboss.org/hibernate/core/3.6/javadocs/org/hibernate/dialect/Oracle10gDialect.html > > > On 2012-09-19, at 0:20, "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 > > > > -- > 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 > > -- > 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 > > -- Carlos -- 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
