[ 
http://jira.codehaus.org/browse/JIBX-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=158629#action_158629
 ] 

Kenny Ho commented on JIBX-110:
-------------------------------

Has this been resolved since 1.1.0?  I just downloaded 1.1.6a and try running 
the enablej2me and disablej2me target and for both case I got the same "matched 
0 files and modified 0 for path...".  (I am using windows eclipse.)

I am not sure if this has something to do with the Build Failure I get when I 
run the j2me target:
"[java] Attribute mismatch - from  line 3, col 32 to  line 4, col 32
     [java]   attribute {http://www.sosnoski.com}key value '38193' != '83132'
     [java] Attribute mismatch - from  line 5, col 64 to  line 6, col 64
     [java]   attribute {http://www.sosnoski.com}first-name value 'John' != 
'Mary'
     [java] Attribute mismatch - from  line 17, col 32 to  line 18, col 32
     [java]   attribute {http://www.sosnoski.com}key value '83132' != '38193'
     [java] Attribute mismatch - from  line 19, col 64 to  line 20, col 64
     [java]   attribute {http://www.sosnoski.com}first-name value 'Mary' != 
'John'
     [java] Error round-tripping class: example21.Directory
     [java]  with input file example21/data1.xml and output compared to 
example21/data1.xml
     [java] Saved output document file path D:\Download\JiBX - XML Data Binding 
for Java\jibx\tutorial\temp.xml

BUILD FAILED
D:\Download\JiBX - XML Data Binding for Java\jibx\build\build.xml:1062: Java 
returned: 1"

I don't have a linux setup to test this on.  Should I open a new bug?

> Having a J2ME compatible official jibx release
> ----------------------------------------------
>
>                 Key: JIBX-110
>                 URL: http://jira.codehaus.org/browse/JIBX-110
>             Project: JiBX
>          Issue 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

        

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to