|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________ jibx-devs mailing list jibx-devs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jibx-devs
We moved from version 1.2.2 to 1.2.5 and the problem still exists. When can we expect it to be solved?
In schema like
*/
We get class with list, which now is null when not an element present.
private List<DistributionSettingsType> distributionSettingList = new ArrayList<DistributionSettingsType>();
public List<DistributionSettingsType> getDistributionSettingList()
{ return distributionSettingList; }So getDistributionSettingList() gives us null with JiBX 1.2.5 where 1.2.2 gives empty list.
Expecting worse now in our system.
Please, make old behaviour by default or at least with some key for CodeGen or CompilerTask.
Thank you!