Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-6168

hippo-addon-publication-workflow-repository persistence.xml incompatibility with some containers (WAS7) due to version 2.0

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • 2.22.02
    • 2.22.08, 2.24.00
    • None
    • WAS 7.0.0.13 under Windows 2k3 R2 SP2

    Description

      hippo-addon-publication-workflow-repository-2.22.02.jar contains a persistence.xml file that get scanned when Websphere starts the application and its validation fails due to its version (2.0) which is not compatible with WAS JPA implementation (which is 1.0 compliant).

      As this file contains a few things which are not JPA 2.0 related, could it be modified with this root node definition :

      <persistence version="1.0"
          xmlns="http://java.sun.com/xml/ns/persistence"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
                              http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
      

      Attachments

        Activity

          People

            jsheriff Junaidh Kadhar Sheriff
            dmartinpro David MARTIN
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: