• 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

Incompatablity between OAS standard edition and enterprise edition

 
Ranch Hand
Posts: 188
IntelliJ IDE MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I was previously using OAS enterprise edition now we have migrated to the standard edition.

and now i am facing this problem

RollbackException: The transaction has been marked for rollback (no reason given)



This happens due to the following code segment




after which a read operation is performed within the same transaction.

We are using EJB's for transaction management.

So with the same EJB method the transaction is rolled back after which a read operation is performed.

We could argue that this is not the best approach however this is required to achieve the business goals

This same code section happens to be working on the enterprise edition and the standalone server.


Has anyone come across this issue or knows why this happens in case of standard edition or am i missing some thing ??
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic