JJ Snyder created DELTASPIKE-997:
------------------------------------
Summary:
org.apache.deltaspike.data.impl.meta.unit.PersistenceUnitsTest fails on weblogic
Key: DELTASPIKE-997
URL: https://issues.apache.org/jira/browse/DELTASPIKE-997
Project: DeltaSpike
Issue Type: Bug
Components: Tests
Affects Versions: 1.5.0
Reporter: JJ Snyder
org.apache.deltaspike.data.impl.meta.unit.PersistenceUnitsTest fails when run
against weblogic with:
Caused By: java.lang.ClassNotFoundException:
org.apache.deltaspike.data.test.util.TestData
The problem is that the class TransactionalTestCase.class is added to the war
but org.apache.deltaspike.data.test.util.TestData is not. Removing
TransactionalTestCase.class, MappedOneRepository.class)
from the .addClasses in PersistenceUnitsTest allows this test to pass.
There appears to be no reason to have TransactionalTestCase in the war for this
test so the easy solution is to just remove it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)