-
Bug
-
Resolution: Done
-
Major
-
1.0.1.CR1
-
None
-
Solaris x86 / JDK 6u16 / GF v3
The test *.event.observer.enterprise.EnterpriseEventInheritenceTest includes the following assertion:
egg.getClassesVisited().iterator().next().equals(Farmer.class)
and the same assertion for the class StockWatcher. The classes Farmer and StockWatcher are stateful EJBs. The EJB container in GF subclasses these to create serializable versions. These new classes are named _Farmer_Serializable and _StockWatcher_Serializable and are therefore different from Farmer and StockWatcher. The assertion above fails in GF as a result.
The other assertions in the test are fine, but the class equal assertion seems to strong to be portable across containers.
- is related to
-
CDITCK-79 test failures in implementation.producer.method.definition.enterprise.EnterpriseProducerMethodDefinitionTest
- Closed