[cas-user] Having some trouble connecting with Oracle

2013-05-24 Thread Laura McCord
I think I may have some hibernate/oracle version issue and if anyone can offer a suggestion I'd really appreciate it. I'm configuring CAS 3.5.2 I have an Oracle 11g (11.2.0.2) database and I am using the ojdbc6_g driver Here are some of the relevant details that I am using: com.oracle ojdbc6

Re: [cas-user] Having some trouble connecting with Oracle

2013-05-24 Thread Alberto Cabello Sánchez
On Thu, May 23, 2013 at 04:13:45PM -0500, Laura McCord wrote: > I think I may have some hibernate/oracle version issue and if anyone > can offer a suggestion I'd really appreciate it. > > I'm configuring CAS 3.5.2 > > I have an Oracle 11g (11.2.0.2) database and I am using the ojdbc6_g driver >

Re: [cas-user] Having some trouble connecting with Oracle

2013-05-24 Thread Marvin S. Addison
I'm receiving this error: Caused by: java.lang.NoSuchMethodError: org.hibernate.internal.SessionFactoryImpl.withOptions()Lorg/hibernate/engine/spi/SessionBuilderImplementor; NoSuchMethodError is typically caused by version mismatch. Can you post the output of mvn dependency:list for your overla

Re: [cas-user] Having some trouble connecting with Oracle

2013-05-24 Thread Laura McCord
Hi Marvin, Yes, that's what I'm thinking. Here's my list: [INFO] The following files have been resolved: [INFO]antlr:antlr:jar:2.7.7:compile [INFO]aopalliance:aopalliance:jar:1.0:compile [INFO]ca.juliusdavies:not-yet-commons-ssl:jar:0.3.9:compile [INFO]com.github.inspektr:inspekt

Re: [cas-user] Having some trouble connecting with Oracle

2013-05-24 Thread Laura McCord
That's what it was...a mismatch of hibernate versions. When I downgraded my hibernate version to 4.0.1.Final it worked. Thanks, Laura On 5/24/13 10:24 AM, Laura McCord wrote: Hi Marvin, Yes, that's what I'm thinking. Here's my list: [INFO] The following files have been resolved: [INFO]a