Re: [Carbon-dev] Requesting help in identifying the cause for an axis2 data-binding exception

2011-01-24 Thread Hasini Gunasinghe
Hi, On Mon, Jan 24, 2011 at 10:30 AM, Sameera Jayasoma same...@wso2.com wrote: Hi Hasini, According to the wsdl ClaimMapping complexType can have a single Claim type. xs:complexType name=ClaimMapping xs:complexContent xs:extension

Re: [Carbon-dev] Requesting help in identifying the cause for an axis2 data-binding exception

2011-01-24 Thread Amila Suriarachchi
On Mon, Jan 24, 2011 at 6:15 PM, Hasini Gunasinghe has...@wso2.com wrote: Hi, On Mon, Jan 24, 2011 at 10:30 AM, Sameera Jayasoma same...@wso2.comwrote: Hi Hasini, According to the wsdl ClaimMapping complexType can have a single Claim type. xs:complexType name=ClaimMapping

Re: [Carbon-dev] Requesting help in identifying the cause for an axis2 data-binding exception

2011-01-24 Thread Prabath Siriwardana
This problem seems to be in the POJO side. But on the other hand I am not sure whether it is correct to have a ClamMapping[] inside the ClaimMappingDTO. ClaimMappingDTO is a container [or DTO] for a set of claim mappings + dialect url. So the structure is correct.. I would rather rename

Re: [Carbon-dev] Requesting help in identifying the cause for an axis2 data-binding exception

2011-01-24 Thread Amila Suriarachchi
On Mon, Jan 24, 2011 at 9:03 PM, Prabath Siriwardana prab...@wso2.comwrote: This problem seems to be in the POJO side. But on the other hand I am not sure whether it is correct to have a ClamMapping[] inside the ClaimMappingDTO. ClaimMappingDTO is a container [or DTO] for a set of claim

Re: [Carbon-dev] Requesting help in identifying the cause for an axis2 data-binding exception

2011-01-23 Thread Sameera Jayasoma
Hi Hasini, According to the wsdl ClaimMapping complexType can have a single Claim type. xs:complexType name=ClaimMapping xs:complexContent xs:extension base=ax23:ClaimMapping xs:sequence xs:element

Re: [Carbon-dev] Requesting help in identifying the cause for an axis2 data-binding exception

2011-01-23 Thread Amila Suriarachchi
hi, Could you re factor the ClaimMappingDTO class? thanks, Amila. On Mon, Jan 24, 2011 at 9:59 AM, Hasini Gunasinghe has...@wso2.com wrote: Hi all, I have encountered the following error while accessing the getClaimMappings of ClaimManagementService, in trunk. (issue: CARBON-8446) ERROR