You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Robbie Minshall (JIRA)" <tu...@ws.apache.org> on 2007/02/05 17:39:06 UTC

[jira] Commented: (TUSCANY-1093) isSet returning false when boolean set to false, or int set to 0

    [ https://issues.apache.org/jira/browse/TUSCANY-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12470267 ] 

Robbie Minshall commented on TUSCANY-1093:
------------------------------------------

One possible solution is to change make EStructuralFeature.unsettable true.  This will result in more memory consumpiton as it adds an additional possible value called unset.  

> isSet returning false when boolean set to false, or int set to 0
> ----------------------------------------------------------------
>
>                 Key: TUSCANY-1093
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1093
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Implementation
>            Reporter: Robbie Minshall
>            Priority: Critical
>
> when boolean property is set to false a call to isSet returns false ( should return true ).
> when an int property is set to 0 a call to isSet returns false ( should return true ).
> This causes DataObject serialization ( our scenario involves using the sca ws binding ) to be missing values that have been set. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org