Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 48379 invoked from network); 29 Aug 2007 23:12:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Aug 2007 23:12:52 -0000 Received: (qmail 87175 invoked by uid 500); 29 Aug 2007 23:12:47 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 87148 invoked by uid 500); 29 Aug 2007 23:12:47 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 87139 invoked by uid 99); 29 Aug 2007 23:12:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2007 16:12:47 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2007 23:12:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2D943714208 for ; Wed, 29 Aug 2007 16:12:31 -0700 (PDT) Message-ID: <32772613.1188429151179.JavaMail.jira@brutus> Date: Wed, 29 Aug 2007 16:12:31 -0700 (PDT) From: "Albert Lee (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Reopened: (OPENJPA-339) Java 2 security Access denied in File.toURL() call In-Reply-To: <9677376.1188235410609.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENJPA-339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Albert Lee reopened OPENJPA-339: -------------------------------- More testing discovers other paths in ProxyManagerImpl causes other access violations. > Java 2 security Access denied in File.toURL() call > -------------------------------------------------- > > Key: OPENJPA-339 > URL: https://issues.apache.org/jira/browse/OPENJPA-339 > Project: OpenJPA > Issue Type: Bug > Components: lib > Affects Versions: 0.9.7 > Reporter: Albert Lee > Assignee: Albert Lee > Fix For: 1.1.0 > > Attachments: OPENJPA-339.patch > > > Encounter the following access denial exception when Java 2 security is enabled in application server environment. > File.toURL() is not documented which requires security check, however indirectly, the File.isDirectory() is invoked, which required security permission. > Exception = java.security.AccessControlException > Source = com.ibm.ws.security.core.SecurityManager > probeid = 180 > Stack Dump = java.security.AccessControlException: Access denied (java.io.FilePermission C:\WAS3\profiles\AppSrv01\installedApps\javajoeNode01Cell\EJB3JPACallbackBeanApp.ear\EJB3JPACallbackWebApp.war\WEB-INF\classes\suite\r70\base\jpaspec\callback\entities\AbstractCallbackEntity.class read) > at java.security.AccessController.checkPermission(AccessController.java:104) > at java.lang.SecurityManager.checkPermission(SecurityManager.java:547) > at com.ibm.ws.security.core.SecurityManager.checkPermission(SecurityManager.java:189) > at java.lang.SecurityManager.checkRead(SecurityManager.java:886) > at java.io.File.isDirectory(File.java:747) > at java.io.File.toURL(File.java:620) > at org.apache.openjpa.lib.meta.FileMetaDataIterator.next(FileMetaDataIterator.java:114) > at org.apache.openjpa.lib.meta.ClassArgParser.mapTypeNames(ClassArgParser.java:283) > at org.apache.openjpa.meta.AbstractCFMetaDataFactory.scan(AbstractCFMetaDataFactory.java:778) > at org.apache.openjpa.meta.AbstractCFMetaDataFactory.parsePersistentTypeNames(AbstractCFMetaDataFactory.java:637) > at org.apache.openjpa.meta.AbstractCFMetaDataFactory.getPersistentTypeNames(AbstractCFMetaDataFactory.java:605) > at org.apache.openjpa.meta.MetaDataRepository.getPersistentTypeNames(MetaDataRepository.java:1214) > at org.apache.openjpa.meta.MetaDataRepository.loadPersistentTypes(MetaDataRepository.java:1231) > at org.apache.openjpa.kernel.AbstractBrokerFactory.loadPersistentTypes(AbstractBrokerFactory.java:245) > at org.apache.openjpa.kernel.AbstractBrokerFactory.newBroker(AbstractBrokerFactory.java:197) > at org.apache.openjpa.kernel.DelegatingBrokerFactory.newBroker(DelegatingBrokerFactory.java:142) > at org.apache.openjpa.persistence.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:190) > at com.ibm.ws.persistence.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:37) > at com.ibm.ws.persistence.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:28) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.