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

[1163 byte] By [Sri-nia] at [2007-11-26 12:46:24]
# 1

To find out what each transaction ended with you have to change your instance's Log Level for JTA and JTS from default INFO to FINE or FINEST. You could also throw in FINE for EJB Container if you need to check what your EJBs are up to.

You can chenge Log Level setting via admin console:

instance-config --> Logger Settings --> Log Levels tab

Once you change the logger settings rerun your test and loads of info would be printed into instance's server.log.

Sultala at 2007-7-7 16:26:43 > top of Java-index,Application & Integration Servers,Application Servers...