• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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 ]
 
You save more money with a clothesline than dozens of light bulb purchases. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic