• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

weblogic 9.2 support for Spring's non-jta/local transactions

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

I am new to weblogic application server. It looks like weblogic supports Spring.

My current application, has statless session bean at the facade level and rest are all POJOS and hit a single database.
I want to make use of Spring's declarative management for the local transaction(non-jta transaction) and deploy the application in weblogic.

As far as I know weblogic supports JTA enviornment.
Does weblogic support non-JTA transactions too??
Does usage of Spring as mentioned above in weblogic, overwrite the default JTA behaviour of weblogic??

Your input is highly appreciateed.

Thanks in advance for your valuable time and interest.
 
It's a tiny ad only because the water is so cold.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic