Hi,
I am getting this above error.
My mapping is as followed:
<structure get-method="getCalendarCampaignId"
set-method="setCalendarCampaignId" name="calendar_campaign_identifier">
                    <value style="element" name="calendar_campaign_id"
type="int"/>
</structure>

Also as per docs I have added a serializer and deserializer methods for type
int:
    <format type="int" serializer="java.lang.String.valueOf"
deserializer="java.lang.Integer.parseInt"/>

So even after all this its not working and I am getting this error when
binding is compiled:
Error: Need no-argument constructor or factory method for class int;

Please help.

Thanks
Sachin


-----
http://www.assembla.com/wiki/show/sachin_mittal about me: 
-- 
View this message in context: 
http://www.nabble.com/Need-no-argument-constructor-or-factory-method-for-class-int-tp23557952p23557952.html
Sent from the jibx-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to