So glad you started trying out Embeddables. Since this hasn't been
advertised yet, very few people (if any) had production experience
with it.
Andrus
On Dec 29, 2009, at 1:28 PM, Andrey Razumovsky (JIRA) wrote:
[ https://issues.apache.org/jira/browse/CAY-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrey Razumovsky closed CAY-1351.
----------------------------------
Resolution: Fixed
Fix Version/s: (was: 3.0RC1)
3.0RC2
EntityResolver.getEmbeddable(...) always returns null
-----------------------------------------------------
Key: CAY-1351
URL: https://issues.apache.org/jira/browse/CAY-1351
Project: Cayenne
Issue Type: Bug
Components: Cayenne Core Library
Affects Versions: 3.0 beta 1
Reporter: Andrey Razumovsky
Assignee: Andrey Razumovsky
Priority: Critical
Fix For: 3.0RC2
E.g. in test map:
assertNotNull(createDataContext().getEntityResolver().getEmbeddable
("org.apache.cayenne.testdo.embeddable.Embeddable1"));
looking at the code of EntityResolver, you can see
"embeddableCache" map is never filled (BTW same for "resultsCache",
but I don't know what it is)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.