[jira] Commented: (JDO-599) Level 2 Caching ability to restrict what classes/fields are cahed

2008-07-14 Thread Andy Jefferson (JIRA)
[ https://issues.apache.org/jira/browse/JDO-599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613254#action_12613254 ] Andy Jefferson commented on JDO-599: All patches applied. > Level 2 Caching ability to re

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

2008-07-14 Thread Andy Jefferson (JIRA)
[ https://issues.apache.org/jira/browse/JDO-555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613256#action_12613256 ] Andy Jefferson commented on JDO-555: Thx for the patch - variations on them were included

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

2008-07-14 Thread Craig Russell (JIRA)
[ https://issues.apache.org/jira/browse/JDO-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig Russell updated JDO-555: -- Attachment: datanucleus.patch The changes in svn didn't include these changes to MetaDataManager. > All

Strange behavior with security

2008-07-14 Thread Craig L Russell
I'm getting very strange errors when running with security. With the code checked into the main repository, running this: maven -o -Djdo.tck.identitytypes=applicationidentity - Djdo.tck.security -Djdo.tck.cfglist=pm.conf runtck.jdori results in tons of errors. Any ideas? The error would ind

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

2008-07-14 Thread Craig Russell (JIRA)
[ https://issues.apache.org/jira/browse/JDO-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig Russell updated JDO-555: -- Attachment: xmlbean.patch This patch adds doPrivileged to calls to spring bean processing. The method get

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

2008-07-14 Thread Andy Jefferson (JIRA)
[ https://issues.apache.org/jira/browse/JDO-555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613526#action_12613526 ] Andy Jefferson commented on JDO-555: Craig, I know I didn't include your patch as-is. I pu

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

2008-07-14 Thread Andy Jefferson (JIRA)
[ https://issues.apache.org/jira/browse/JDO-555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613530#action_12613530 ] Andy Jefferson commented on JDO-555: AbstractClassMetaData.initialise checks if the PK is

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

2008-07-14 Thread Craig Russell (JIRA)
[ https://issues.apache.org/jira/browse/JDO-555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613531#action_12613531 ] Craig Russell commented on JDO-555: --- Andy, Yes, initialise() is the culprit I see. Without