• Post Reply 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

Spring / Hibernate / cxf problems connecting with oracle

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Guy's
I have a little problems here to connect my webservice to an oracle database with Spring.

Everything compile and run, but when i start my JUnit testing and all the DAO things is doing, ive got this uncomprehensible error here :

INFO: Application has thrown exception, unwinding now: javax/transaction/SystemException


I can't figure what is the problems, ive got no info, and no exceptions in my log files ...

Here a couple of my configuration .

PersistanceContext.xml :



Maybe im doing some error in my configuration , im kind of little noob here.
It will be great if someone can help me with that.

Thanks
Chris.
 
reply
    Bookmark Topic Watch Topic
  • New Topic