Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Not A Bug
-
Affects Version/s: JiBX 1.2.2
-
Fix Version/s: None
-
Component/s: BindGen
-
Labels:None
-
Number of attachments :
Description
I am using JIBX to convert from Java to XML and back to Java.
I am starting from Code.
But when I use BindGen on my code to generate the binding I am getting the following exception -
java.lang.IllegalStateException: No way to handle type java.lang.Object.
It seems that BindGen is not able to handle declaration in code like -
java.lang.Object myObj = null;
This seems to be a major issue as the code will have such statements in lot of java files and this failure will mean that we will not be able to use JIBX.
Activity
Dennis Sosnoski
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Dennis Sosnoski [ dsosnoski ] |
Dennis Sosnoski
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Not A Bug [ 6 ] |
Dennis Sosnoski
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Has anyone else also faced this issue? Is there any work around available for this problem?