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