Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 0.9.9, 0.9.9.1, 1.0 M1, 1.0 M2, 1.0 M3
-
Fix Version/s: None
-
Component/s: XML
-
Labels:None
-
Environment:IBM AIX 5.2, JDK 1.3.1. Windows 2000 Server SP4, JDK 1.3.1 and 1.4.2_03
-
Number of attachments :1
Description
Hi,
We are trying to marshall an object that contains a vector, without using a mapping file. Using a simple object, the isn't problems, but using a more complex one, class Marshaller falls into loop and fail with a StackOverFlowException.
I attached a test code (eclipse project).
Regards,
-
Hide
- TestCastor.zip
- 10/Mar/06 5:41 AM
- 197 kB
- xavi
-
- TestCastor/.classpath 0.7 kB
- TestCastor/.project 0.5 kB
- TestCastor/commons-lang.jar 166 kB
- TestCastor/commons-logging-api.jar 22 kB
- TestCastor/es/.../gfa/GfaActivity.class 0.6 kB
- TestCastor/es/.../gfa/GfaActivity.java 0.5 kB
- TestCastor/es/.../gfa/GfaActivityLink.class 0.6 kB
- TestCastor/es/.../gfa/GfaActivityLink.java 0.6 kB
- TestCastor/es/lacaixa/.../gfa/GfaItem.class 0.6 kB
- TestCastor/es/lacaixa/.../gfa/GfaItem.java 0.6 kB
- TestCastor/es/lacaixa/.../gfa/GfaTree.class 0.2 kB
- TestCastor/es/lacaixa/.../gfa/GfaTree.java 0.2 kB
- TestCastor/es/.../impl/GfaActivityIfc.class 0.5 kB
- TestCastor/es/.../impl/GfaActivityIfc.java 0.5 kB
- TestCastor/es/.../impl/GfaActivityImpl.class 4 kB
- TestCastor/es/.../impl/GfaActivityImpl.java 3 kB
- TestCastor/es/.../GfaActivityLinkImpl.class 3 kB
- TestCastor/es/.../GfaActivityLinkImpl.java 3 kB
- TestCastor/es/.../impl/GfaItemIfc.class 0.3 kB
- TestCastor/es/.../impl/GfaItemIfc.java 0.3 kB
- TestCastor/es/.../impl/GfaItemImpl.class 3 kB
- TestCastor/es/.../impl/GfaItemImpl.java 2 kB
- TestCastor/es/.../impl/GfaTreeIfc.class 0.4 kB
- TestCastor/es/.../impl/GfaTreeIfc.java 0.4 kB
- TestCastor/es/.../impl/GfaTreeImpl.class 2 kB
- TestCastor/es/.../impl/GfaTreeImpl.java 1 kB
- TestCastor/es/.../util/TestCastor.class 2 kB
- TestCastor/es/.../util/TestCastor.java 2 kB
- TestCastor/es/.../util/XMLGenerator.class 0.4 kB
- TestCastor/es/.../util/XMLGenerator.java 0.3 kB
Activity
In other words, I really appreciate your efforts to provide us with a working sample that shows the problem at hand, but it would (really, again ..
) make our life easier if you moved your classes (incl. test case et alias) into a new sub-directory of src/bugs, and provided us with a unifoed patch.
Being asked, yes, please ..
. If it's not too much an overhead for you, we'd really appreciate it. Point is that on the JDO side of things, we tyr to enforce this more and more, whereas on the XML side, I'll only push out an email in a few days introducing this (soft) requirement. Just take one of the existing directories in src/bugs as a tempüate, and add whatever is required to make your test run (or fail in your case).
If you are lgoged in at jira and have selected to show this issue you should see a link 'Attach file' on the left hand side of the page just above the 'Comment' link you used before.
Hi, would it be possible if you provides us with a unified patch relative to src/bugs ?