Re: Minutes: JDO TCK Conference Call Friday, July 18, 9 am PDT

2008-07-19 Thread Andy Jefferson
> 4. ... > Andy suggests using DataNucleus as the starting point for this effort, > as they have already implemented a number of concrete store managers. > AI look at DataNucleus store manager interface to see what needs to be > done to run with a cloud data repository. http://www.jpox.org/servlet

[jira] Commented: (JDO-555) All calls to Class.getMethod and Method.invoke (among others) need to be invoked inside a doPrivileged block.

2008-07-19 Thread Andy Jefferson (JIRA)
[ https://issues.apache.org/jira/browse/JDO-555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614966#action_12614966 ] Andy Jefferson commented on JDO-555: Class loading of HashMap is not now present in DataNu

Security issue with generated classes

2008-07-19 Thread Craig L Russell
We have an issue with the JDO security model and generated classes. The standard Java SecurityManager does not provide for dynamic addition of class loaders to the protection domains. So generated classes cannot participate in the security model. This implies to me that we cannot use the st