Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

NULL values and Data Control based on Web Service

395765Apr 20 2006 — edited Sep 17 2007
One of my ADF control is based on a Data Control created through a web service. Every thing is working fine except the way ADF control is handling the null values return by the web service based data control.

For example for null columns the web service is sending the following:

<ns0:beginDate xsi:nil="1"/>
or

<ns0:sourceCode xsi:nil="1"/>


But the corresponding column in my ADF data control is trying to initialize itself using the value ‘[{nil=1}]’. It fails with the following error.

2006-04-20 13:31:37.510 WARNING JBO-25009: Cannot create an object of type:java.util.Date with value:[{nil=1}]


I will appreciate if someone could help me resolve this issue.

Thanks,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 15 2007
Added on Apr 20 2006
8 comments
1,351 views