File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB and other Java EE Technologies and the fly likes handling auto increment Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "handling auto increment" Watch "handling auto increment" New topic
Author

handling auto increment

sivakumar ganti
Greenhorn

Joined: Jan 19, 2004
Posts: 22
guys,
Currently we have a situation where a Stateless session bean S calls Entity bean E.The Session bean S has a Method M which does a findByPrimayKey operaton for getting the Maximum record and adds ONE to it and inserts using a Create Statement.The Traction attribute is set as Reqired for all beans.
The Question here is if there is concurrent access which this logic Succeed.
OR
What is the best way of handling these type of increment in code .

regards
siva
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: handling auto increment
 
Similar Threads
External System in Sequence Diagram
Usage of EJB - Need clarification
Wrapp entity bean
How To Output the Value of A Hidden Field?
inner class