Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-839

CMP using audit-updated-by failing to deploy in v3.2.3

    XMLWordPrintable

Details

    Description

      SourceForge Submitter: cvill .
      A have a CMP bean working on 3.2.2. The bean uses the
      audit features. If I try to deploy the same bean in 3.2.3
      it fails on creating the table. The error is that the
      updated-by column is duplicated in the SQL statement
      sent to the database, e.g.

      CREATE TABLE mytable (
      col1 type1,
      ...
      updated_by TEXT,
      ...
      updated_by TEXT )

      If I create the table manually, some queries give the
      same type of SQL syntax errors, the updated-by column
      is duplicated.

      It works correctly in v3.2.2.

      Attachments

        Activity

          People

            olubyans@redhat.com Alexey Loubyansky
            sourceforge-user SourceForge legacy user (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: