[ http://jira.codehaus.org/browse/JIBX-110?page=comments#action_66947 ] 

Dirk Bade commented on JIBX-110:
--------------------------------

Thanks for your comment Dennis, i tried to run only the enablej2me-target and 
it told me that 0 files had been found or modified in my path 
("C:\Java\JiBX\build/src/[...]" - mind the different slashes). I tried to run 
the same target under Linux and it worked fine. I looked through the 
JEnable-sources and the build-file and found that JEnable gets confused in case 
it has to deal with absolute file-paths under Windows. Changing the arguments 
of the JEnable-call in the ant file from absolute to relative path-names worked 
(at least under Windows). Now everything works fine and the jibx-j2me-run.jar 
does its job also on my mobile device.

> Having a J2ME compatible official jibx release
> ----------------------------------------------
>
>          Key: JIBX-110
>          URL: http://jira.codehaus.org/browse/JIBX-110
>      Project: JiBX
>         Type: New Feature

>   Components: core
>  Environment: J2ME
>     Reporter: Lars
>     Assignee: Dennis Sosnoski
>      Fix For: JiBX 1.1 beta4

>
>
> It would be great having an offical jibx release for J2ME environments.
> With respect to our code analysis in the current version only slight
> modifications are necessary (below I have copied a part of the original post 
> of Dirk Bade from the jibx-users list):
> The only Problem is the usage of java.sql.Time, java.sql.Date and 
> java.sql.Timestamp within the jibx.runtime.Utility-class.
> If you simply remove the imports of these packages within the class and 
> change the methods for serialization and deserialization
> (using Object instead of java.sql.* in the method-signature) it works fine. 
> And because java.sql.* is not
> included in the 'Personal Profile' for mobile devices you won't miss the 
> methods anyway. The binding-compiler does not like the changes in the 
> method-signatures, so one has to use the original Utility-class for 
> binding-compiling.

-- 
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



_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to