Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
current (nightly)
-
None
-
None
-
JaxMe CVS from 20041002
JDK 1.4.2
Xerces 2.6.2 / Xalan 2.6.0
Description
The attached testcase does not work with the current CVS, I get an
JM_EVENT_UNEXPECTED_CHILD_ELEMENT: Unexpected element: 'row'
as it goes into the CellTypeHandler on the endElement call for <row/>.
The attached patch to JAXBGroupSG.java fixes the problem
(moves the test for __handler == null inside the __level > 1
test), and also passes through all the junit tests.