Latest release JIBX 1.0 not longer JDK 1.3 compliant
----------------------------------------------------

         Key: JIBX-92
         URL: http://jira.codehaus.org/browse/JIBX-92
     Project: JiBX
        Type: Bug

  Components: core  
 Environment: Windows XP - JDK 1.3.1
    Reporter: Johnny Degreef
    Priority: Minor


Due to a new method (deserializeSqlDate) in org.jibx.runtime.Utility, JIBX is 
not longer JDK 1.3 compliant.
The ANT build file will fail when using JDK 1.3:

 [javac] Compiling 38 source files to C:\_dev\jibx_1_0\jibx\build\classes\main
 [javac] C:\_dev\jibx_1_0\jibx\build\src\org\jibx\runtime\Utility.java:759: 
getTimeInMillis() has protected access in java.util.Calendar
 [javac]             return new java.sql.Date(cal.getTimeInMillis());
 [javac]                                         ^
 [javac] 1 error

Unfortunatelly, there is still people around that are limited to the use of JDK 
1.3 and since the JIBX FAQ mentions that JIBX has been tested on JDK versions 
1.3, 1.4 and 1.5, I report this as a bug.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to