You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "JJ Snyder (JIRA)" <ji...@apache.org> on 2015/10/07 20:29:26 UTC

[jira] [Created] (DELTASPIKE-998) many deltaspike/modules/data/impl tests fail on weblogic.

JJ Snyder created DELTASPIKE-998:
------------------------------------

             Summary: many deltaspike/modules/data/impl tests fail on weblogic.
                 Key: DELTASPIKE-998
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-998
             Project: DeltaSpike
          Issue Type: Bug
          Components: Tests
    Affects Versions: 1.5.0
            Reporter: JJ Snyder


Many tests failed due to eclipse link not using sequences correctly.  Making the following changes to

deltaspike/modules/data/impl/src/test/resources-weblogic/test-mapped-persistence.xml
deltaspike/modules/data/impl/src/test/resources-weblogic/test-persistence.xml

fixed the issue:
1) add the following property:
            <property name="eclipselink.deploy-on-startup" value="true" />

2) remove
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)