I dont think it is JBoss thing.
i'm not common with postgresql but in oracle NEXTVAL is not rollbackable.
I mean if you increase sequence it is way to rollback it. Its DB feature.
D&D
On Mon, 26 Mar 2001 18:01:31 +0800, Ricky wrote:
>
> Hi all , I am using Linux6.1 , jBoss2.1 , Tomcat3.2.1 a
Hi all , I am using Linux6.1 , jBoss2.1 , Tomcat3.2.1 and jdk1.3 ,
postgresql.
I have the code below in the stateless bean : I trying to rollback the
transaction if there are existing sequence id in the table.
However , the method did not rollback because when i check the
sequence table