Hi
I am using JOnAS 2.1.2 on linux with sybase and CMP
I have problem with the rollback
From one screen i am putting data into 3 different tables.
In first two table the data goes properly
but in third table i am getting error due to my index on that table
that is acceptable.
SO as it is clear that i want to put data in 3 tables at one time
if something goes wrong with any table
i shud rollback my transaction.
I am catching the exception during the creating the entity beans
and removing data from the entity bean by
entitybean.remove().
But it is not removing the entity beans. from the EJBSERVER.
I checked EJBServer.err fille and there is error that
system . Rollback transaction
exception in Rolllback NullPointerException
did any one faced this type of problem
Why can;t EJBSERVER is not able to ROllback from 3 tables.
Am i going wrong somewhere ????
Thanks in advance
Ritesh
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".