Personally, I would consider this a data issue, not so much a framework issue.
Just put a "completed" field in your Order entity that is only set when the
order is completed.
Then you can call "select * from orders o where completed = null" or whatever to
see the incompleted orders.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052337#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...