Transaction with Sunapplication server
Dear All,
I am working on some project with sun application server. The project was done in weblogic and it was working fine. Now our management decided move the working version to sunapplication server. I am having big trouble in finding when does server commits the transaction. Is there any indiaction in the log file and any information that we can trace for transactions that are being commited or rolledback. / any thing to indiacte in the sun-ejb-jar.xml
the flow is like main application conatct session bean which generates event, once event is generated the application generates other 4 records related different persons(insert 4 records into 4 diff tables).
in 5th step program retrieves the values from tables based on what they inserted in previous steps.
session bean which initiates applications generated event and use hybernate to store record, the other 4 recordes are created using entity beans.
I am able to populate the beans(for storing) and retrieve the information from beans. but the actual values are not in the database.
If some one can help that would be great help.
thanks
Srini

