Details
Description
Trying to upgrade from JiBX 1.1 to 1.1.5 to see if that will fix some apparent jibx code-gen errors (override final method, dup method name in Munge class)
First I had errors due to change in way 1.1.5 handles abstract classes. After I fixed those the bind compiler now sucks up all CPU time until it exhausts the heap.
With 1.1 I had to tell ANT -Xmx384m, With 1.1.5 even 768m is not enough.
I will shortly attach a trimmed down version of my projects class and binding files including an ANT build script.
Activity
Jon Kosmoski
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | jibx-jira-168.zip [ 30021 ] |
Dennis Sosnoski
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee | Dennis Sosnoski [ dsosnoski ] | |
| Fix Version/s | JiBX 1.1.6 [ 14068 ] |
Dennis Sosnoski
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
Dennis Sosnoski
made changes -
| Fix Version/s | JiBX 1.1.6 [ 14068 ] | |
| Fix Version/s | JiBX 1.2 [ 14415 ] |
Dennis Sosnoski
made changes -
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Dennis Sosnoski
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Complete project that was working with 1.1 until I tried to add stuff in jibx/infor/Metadata.jibx.xml. This new stuff resulted in class loading errors apparently due to duplicate JiBX-generated method names. Upgrade project to 1.1.5 and now binding compile runs out of memory. Expand into top-level folder and run "ant build.clean"