• 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

Context transaction and propagation.

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have a distributed application (CMT) that has a bean and calls another bean within the same scope, the bean 1 makes an insert in a table A, then the bean 2 insert another register in the same table, when I try to see the inserted row 1 by the bean 1 from the bean 2 I can not see it ... Why I can not see if they are within the same transaction context?

What I need to do ? (but i not like that other transactions can see it until end transaction)

Thank's !
 
reply
    Bookmark Topic Watch Topic
  • New Topic