• 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

problem related to hibernate and JTA transaction

 
Ranch Hand
Posts: 151
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
problem

I want to use hibernate with JTA transaction in weblogic application server
where my service layer is designed in pojo and wants to handle programmetic JTA transactions

my configuration file for hibernate is



for above config file i got messages on my server console as

18:22:41,432 INFO TransactionFactoryFactory:31 - Using default transaction strategy (direct JDBC transactions)18:22:41,448 INFO TransactionManagerLookupFactory:38 - instantiating TransactionManagerLookup: org.hibernate.trans
action.WeblogicTransactionManagerLookup
18:22:41,464 INFO TransactionManagerLookupFactory:42 - instantiated TransactionManagerLookup

looking for earliest response from your end
[ August 06, 2008: Message edited by: ganesh pol ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic