Issue Details (XML | Word | Printable)

Key: JDO-203
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Michelle Caisse
Reporter: Michelle Caisse
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JDO

Remove vendor extensions from TCK metadata

Created: 05/Nov/05 06:25 AM   Updated: 07/Jan/06 10:05 AM
Return to search
Component/s: tck2
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Resolution Date: 07/Jan/06 10:05 AM


 Description  « Hide
For example, FieldsOfObject.jdo. Check for other examples and fix.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Craig Russell added a comment - 12/Nov/05 06:32 AM
The extension being used is in file ./pc/fieldtypes/FieldsOfObject.jdo: <extension vendor-name="jpox" key="implementation-classes"

The extension should be replaced by the new attribute "field-type".

JDO Issue 139 Add attribute field-type to field element.
This would allow more specific field type to be specified at deployment time compared to compile time. For example, a field of type Object could be specified in the jdo metadata as containing only instances of type SimpleClass.

Proposal:

<!ATTLIST field field-type CDATA #IMPLIED>

Michelle Caisse added a comment - 02/Dec/05 09:39 AM
Do we have resolution on what the metadata looks like for this issue?

Michelle Caisse added a comment - 07/Jan/06 10:05 AM
Fixed in revision 366613.