Hi,
I'm currently working on jibx xml binding for a client project. I'm a newbie and require some help. I've created a xml binding something like this
<mapping class="com.thc.ids.biz.parser.profile.UserProfile" name="UserProfile">
<collection field="_appIds"></collection>
<collection field="_attributeIds"></collection>
</mapping>
and have a class
public class UserProfile{
ArrayList _appIds;
ArrayList _attributeIds;
}
and my xml can be any thing like
<UserProfile>
<appId>123</appId>
<appId>123</appId>
<appId>123</appId>
</UserProfile>
<UserProfile>
<attributeId>123</attributeId>
<attributeId>123</attributeId>
<attributeId>123</attributeId>
</UserProfile>
when i try to bind the xml, the compiler throws an exception mapping not found for appId.
Please tell me how can i solve this problem.
Sajnaave or Dhoom machaale? Make your favourite song win! Vote [EMAIL PROTECTED] IIFA Awards! ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
