• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

RequiresNew timeout CMP Sequence Pattern

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have been following Floyd Marinescu's EJB Design Patters pdf from theserverside.com

I have been trying out his Sequence design pattern, the only problem I seem to have is that the transaction times out for my Sequence Entity bean.

If I remove the container-transaction(s) below it works, but is not clustersafe.

RequiresNew - Sequence Entity
Required - Sequence Session

Excerp



Full



Is there more I need to set in ejb-jar.xml?

I am using

IDE - IBM RAD 7
AS - WebSphere 6.1
DB - Derby 10.1

Thanks

Phil
 
and POOF! You're gone! But look, this tiny ad is still here:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic