This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes BEA/Weblogic and the fly likes Not able to run Web Application with Hibernate 4 in Web Logic 9.2 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Not able to run Web Application with Hibernate 4 in Web Logic 9.2" Watch "Not able to run Web Application with Hibernate 4 in Web Logic 9.2" New topic
Author

Not able to run Web Application with Hibernate 4 in Web Logic 9.2

Muhammad Abdul Arif
Greenhorn

Joined: Feb 04, 2012
Posts: 25
Hi All,

I am trying to developed a web application which has Spring 3.1 and Hibernate 4 to Web Logic 9.2. iam getting below error. But the same application iam able to deploy in Tomcat 6

sudipto shekhar
Ranch Hand

Joined: Apr 02, 2008
Posts: 813

Hi,

Deepak did pretty good work and had an answer to this issue. Actually your jar is missing from the weblogic lib. Checkout what is missing, here is the URL.

Hope this helps !


Regards, Sud.
SCJP 5 ScjpFAQ JLS
Muhammad Abdul Arif
Greenhorn

Joined: Feb 04, 2012
Posts: 25
Is this the issue....Hibernate 4 supports java 1.6 and above where as weblogic 9.2 supports java 1.5?
Muhammad Abdul Arif
Greenhorn

Joined: Feb 04, 2012
Posts: 25
Can this be the issue.....Hibernate 4 supports java 1.6 and above but weblogic 9.2 supports only java 1.5?
sudipto shekhar
Ranch Hand

Joined: Apr 02, 2008
Posts: 813

This can be an issue. It is just that I can not remember if I came across any this kind of issue.

You need to check with the Oracle guys for this. As far as I can remember, you will find a compatibility document which will actually tell you what is supported on what version.

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Not able to run Web Application with Hibernate 4 in Web Logic 9.2
 
Similar Threads
java.lang.NoClassDefFoundError: org/hibernate/cfg/Configuration
Context initialization failed-Spring framework
facing a problem while deploying jsf application on bea weblogic 10.0
Spring AOP and AspectJ Integration with EJB3
Problem while deployment with Named Queries