Hi Jennifer,

There's nothing wrong with what you're trying to do, as far as I can see 
- it just looks like you've run into an error in the JiBX code 
generation. I'll try to duplicate the problem using a pair of arrays of 
doubles - there's already test code using long[], which should be the 
same handling, but it may be that by using a pair of arrays in sequence 
you're hitting another code path.

In the meantime, if you add a bug report in Jira and attach your sample 
build it'll help me resolve this as quickly as possible. Thanks,

  - Dennis

Dennis M. Sosnoski
SOA, Web Services, and XML
Training and Consulting
http://www.sosnoski.com - http://www.sosnoski.co.nz
Seattle, WA +1-425-296-6194 - Wellington, NZ +64-4-298-6117



Jennifer Gau wrote:
> I wanted to clarify that the sample I posted works
> when I change the "double" to either "int" or "float".
>  Thus, I can create a collection of primitives, such
> as an int array or a float array with out any problems
> using this sample code.  This error appears since I
> want to create a  double array not a float array. 
>
> As suggested, I will try to use a custom marshaller
> and wrap this to a Double, but I don't understand why
> double is treated differently than float or int.
>
> Thanks,
>
> Jennifer
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> jibx-users mailing list
> jibx-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jibx-users
>
>   

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to