« Return to Thread: Wicket RAD and JTA

Re: Wicket RAD and JTA

by wfaler :: Rate this Message:

Reply to Author | View in Thread

Hmm, not sure what the problem is here, I have used both LOCAL and container managed JTA transactions without any problem. If you are using a container managed transaction, are you sure you using a DataSource defined in Glassfish, and that it has everything set up correctly?

As for the afterSubmit(), as it implies, it is called after the DataRequestCycle has already done an "intermediate" commit on the database to write everything into the database before the next page is rendered.

 « Return to Thread: Wicket RAD and JTA