2 Replies Latest reply on Jul 14, 2010 8:43 AM by ajaygupta0512

    Transaction status error message while using Seam with Quartz

      We are using JBoss Seam 2.1.2 CR1 with JSF 1.2 and EJB 3.0 in a Websphere 7 container. We are using Quartz integration with Seam to do some data migration from one database to another. The Quartz job runs every hour based on a Quartz cron expression and then, takes data from the source database and does some business logic and then, copies the processed records to the destination database.  Whenever the job is about done, we see an error message in the error log saying Cannot determine the status of the transaction.  This is a concern since we are not sure if Seam truly committed all the transactions after the data got written to the destination database OR is it just a message getting logged at a wrong severity level while the application is functioning correctly.  I would appreciate if someone else can share their experience or comments.