[jboss-cvs] JBossAS SVN: r82061 - branches/JBPAPP_4_2_0_GA_CP/system/src/bin.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Dec 4 19:41:58 EST 2008
Author: pskopek at redhat.com
Date: 2008-12-04 19:41:58 -0500 (Thu, 04 Dec 2008)
New Revision: 82061
Modified:
branches/JBPAPP_4_2_0_GA_CP/system/src/bin/security_cc.policy
Log:
JBOSSCC-30: Comment on JDBC driver host name.
Modified: branches/JBPAPP_4_2_0_GA_CP/system/src/bin/security_cc.policy
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/system/src/bin/security_cc.policy 2008-12-05 00:19:23 UTC (rev 82060)
+++ branches/JBPAPP_4_2_0_GA_CP/system/src/bin/security_cc.policy 2008-12-05 00:41:58 UTC (rev 82061)
@@ -598,6 +598,7 @@
// Following JDBC driver is included just for CC test purpose.
// When you test with different JDBC driver than Oracle DB you have to create your own entries.
grant codeBase "file:${jboss.server.home.dir}/lib/ojdbc14.jar" {
+ // change host name and port to one where your database resides.
permission java.net.SocketPermission "dev68.qa.atl2.redhat.com:1521", "connect";
permission java.util.PropertyPermission "oracle.net.wallet_location", "read";
More information about the jboss-cvs-commits
mailing list