tzaeschke opened a new pull request, #61:
URL: https://github.com/apache/db-jdo/pull/61

   This PR is based on PR #60 . This PR adds `@Convert` tests to the 
`PointAttributeConverterTest` in the TCK.
   
   The convertible point class is called `ConvertiblePoint` and is used in a 
new persistent class is `PCRectPointTypeAnnotated`.
   
   Questions: 
   * Does the converter or the convertible class need to be declared in one of 
the `.jdo` or `.orm` files?
   * Do we need to initialize the `ConvertiblePoint` fields in 
`PCRectPointTypeAnnotated`?
   
   Current status: The test fails. It appears that the converter is not called.
   * Apparently the fields do not get initialized
   * Even when they are initialized, they don't appear to get stored/loaded.
   
   
   
   
[dsid-converter-junit.txt](https://github.com/apache/db-jdo/files/9997874/dsid-converter-junit.txt)
   
   
[dsid-converter-tck.txt](https://github.com/apache/db-jdo/files/9997875/dsid-converter-tck.txt)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jdo-dev-unsubscr...@db.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to