[jira] Created: (TUSCANY-468) IsContainment and getContainmentProperty do not work

2006-06-13 Thread Suraksha Vidyarthi (JIRA)
IsContainment and getContainmentProperty do not work


 Key: TUSCANY-468
 URL: http://issues.apache.org/jira/browse/TUSCANY-468
 Project: Tuscany
Type: Bug

  Components: Java SDO Implementation  
Versions: Java-M1
Reporter: Suraksha Vidyarthi


The isContainment() returns false even for child complexTypes. 
getContainmentProperty() returns null even when the child object is contained 
within a parent object.
If Customer->Address, so customer has an address child, is Containment() for 
property that maps to address should return true. Also if we do a 
getContainmentProperty() on address child it should return a reference to the 
property that holds address.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (TUSCANY-504) Ability to find out if a property is required or not

2006-06-27 Thread Suraksha Vidyarthi (JIRA)
Ability to find out if a property is required or not


 Key: TUSCANY-504
 URL: http://issues.apache.org/jira/browse/TUSCANY-504
 Project: Tuscany
Type: Bug

  Components: Java SDO Implementation  
Versions: Java-M1
Reporter: Suraksha Vidyarthi


Ability to get required fields from an SDO definition. Currently there is no 
mechanism to find out from the SDO instance if a given property is 
mandatory/required or not.

The implementation should be able to use the minOccurs and maxOccurs values 
from XSD to detect if a field is required or not.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]