0 Replies Latest reply on Nov 14, 2005 4:03 AM by shmendrick

    @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW)

    shmendrick

      Hi,
      I'm using JBoss-4.0.3(EJB3.0RC3) and I have problems with @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW) annotation using the MS SQL Server.
      The AS freeze evry time when method with this annotation is invoked. The same code works with Oracle.
      I have tried with 3 different JDBC drivers(2 MS drivers and DataDirect SQL Server Driver
      http://www.datadirect.com/products/jdbc/comparing_with_microsoft/index.ssp) for MS SQL 2000 but I have the same problem. Does anyone used the @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW) on MS SQL 2000?