Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Right now in:
incubator-geronimo/modules/core/src/test/org/apache/geronimo/remoting
You will find:
Person.java
IPerson.java
TransientValue.java
The above classes are used by the MarshalingInterceptorsTest junit test as a mock application to test marshaling between application classloaders. For the test to work correctly, they cannot be in the classpath when the MarshalingInterceptorsTest junit test executes.
Right now MAVEN puts them same classpath. Therefore most of the testcases in the MarshalingInterceptorsTest have been disabled. Can sombody configure the MAVEN build to compile the 3 classes to seperate destination directory??