Okay, nevermind. I changed the dialect to use org.hibernate.dialect.Oracle10gDialect and it worked.
Thanks, Laura On 7/10/13 11:33 AM, Laura McCord wrote: > Hi, > > I am using the maven overlay method and have added my oracle driver > information in the pom.xml along with my connection details in my > properties file. But when I deploy my cas.war and restart tomcat I > receive errors as the database tables are trying to be built. > > I have checked that the user account, which does have the necessary > permissions. > > Is there an issue with using this oracle driver version? > > <jdbc.groupId>com.oracle</jdbc.groupId> > <jdbc.artifactId>ojdbc6_g</jdbc.artifactId> > <jdbc.version>11.2.0.2</jdbc.version> > > > This is an example error that I am receiving... > 2013-07-10 09:24:43,207 ERROR > [org.hibernate.tool.hbm2ddl.SchemaUpdate] - <HHH000388: Unsuccessful: > create table RegisteredServiceImpl.... > > I believe I came across this issue about a month ago and I just > executed the table creation sql statements manually but I would like > to resolve this. > > Thanks, > Laura > > > -- 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
