Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Deployement problem in oc4j with hibernate + JPA and Spring

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Dear All,

From last 2 days I am facing a problem in deployment of our application in oc4j client of oracle app server.
I am getting the following exception



When I am deploying the same application in tomcat app server its working fine. But I am unable to deploy the same in oc4j.

I am using the following technologies
Spring 2.0
Struts 2.0
Hibernate 3.3
JPA 1.0
OC4J 10.1.3.3.0
IDE : my eclipse 6.0

My persistence.xml


Datasource-context.xml


Server.xml (oc4j/j2ee/home/config)


Orion-application.xml (oc4j/j2ee/home/config)



Please help to deploy my application, I created one application with struts2 and spring2 and that is working fine, but when I try to add JPA with hibernate 3.3 I am unable to deploy it.

Thanks a lot in advance.

With best regards,
Ishaan

[Edited by CR to disable smilies. 26th May 2008]
[ May 26, 2008: Message edited by: ishan dave ]
[ May 26, 2008: Message edited by: Campbell Ritchie ]
 
Marshal
Posts: 79153
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please don't post the same question in two fora; it causes extra effort when redundant answers are given. CarefullyChooseOneForum
    Bookmark Topic Watch Topic
  • New Topic