Index: util20/project.xml
===================================================================
--- util20/project.xml (Revision 422773)
+++ util20/project.xml (Arbeitskopie)
@@ -36,8 +36,9 @@
- commons-logging
- 1.0.4
+ commons-logging
+ commons-logging
+ 1.1
Index: tck20/project.properties
===================================================================
--- tck20/project.properties (Revision 422773)
+++ tck20/project.properties (Arbeitskopie)
@@ -56,10 +56,10 @@
jpox.enhancer.jarfile = ${pom.getDependencyPath('jpox:jpox-enhancer')}
bcel.jarfile = ${pom.getDependencyPath('bcel:bcel')}
junit.jarfile = ${pom.getDependencyPath('junit:junit')}
-jta.jarfile = ${pom.getDependencyPath('geronimo-spec:geronimo-spec-jta')}
+jta.jarfile = ${pom.getDependencyPath('org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec')}
springcore.jarfile = ${pom.getDependencyPath('springframework:spring-core')}
springbeans.jarfile = ${pom.getDependencyPath('springframework:spring-beans')}
-logging.jarfile = ${pom.getDependencyPath('commons-logging')}
+logging.jarfile = ${pom.getDependencyPath('commons-logging:commons-logging')}
log4j.jarfile = ${pom.getDependencyPath('log4j')}
derby.jarfile = ${pom.getDependencyPath('org.apache.derby:derby')}
derbytools.jarfile = ${pom.getDependencyPath('org.apache.derby:derbytools')}
Index: tck20/project.xml
===================================================================
--- tck20/project.xml (Revision 422773)
+++ tck20/project.xml (Arbeitskopie)
@@ -96,12 +96,12 @@
commons-logging
commons-logging
- 1.0.4
+ 1.1
- geronimo-spec
- geronimo-spec-jta
- 1.0.1B-rc2
+ org.apache.geronimo.specs
+ geronimo-jta_1.0.1B_spec
+ 1.0
springframework
Index: tck11/project.properties
===================================================================
--- tck11/project.properties (Revision 422773)
+++ tck11/project.properties (Arbeitskopie)
@@ -52,10 +52,10 @@
jdo.jdori.jarfile = ${pom.getDependencyPath('org.apache.jdo:jdo1-ri')}
junit.jarfile = ${pom.getDependencyPath('junit:junit')}
antlr.jarfile = ${pom.getDependencyPath('antlr:antlr')}
-jta.jarfile = ${pom.getDependencyPath('geronimo-spec:geronimo-spec-jta')}
+jta.jarfile = ${pom.getDependencyPath('org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec')}
springcore.jarfile = ${pom.getDependencyPath('springframework:spring-core')}
springbeans.jarfile = ${pom.getDependencyPath('springframework:spring-beans')}
-logging.jarfile = ${pom.getDependencyPath('commons-logging')}
+logging.jarfile = ${pom.getDependencyPath('commons-logging:commons-logging')}
xmlparser =
# JDORI enhancer
Index: tck11/project.xml
===================================================================
--- tck11/project.xml (Revision 422773)
+++ tck11/project.xml (Arbeitskopie)
@@ -59,9 +59,9 @@
3.8.1
- geronimo-spec
- geronimo-spec-jta
- 1.0.1B-rc2
+ org.apache.geronimo.specs
+ geronimo-jta_1.0.1B_spec
+ 1.0
javax.jdo
@@ -79,8 +79,9 @@
SNAPSHOT
- commons-logging
- 1.0.4
+ commons-logging
+ commons-logging
+ 1.1
springframework
Index: fostore20/test/runtest.xml
===================================================================
--- fostore20/test/runtest.xml (Revision 422773)
+++ fostore20/test/runtest.xml (Arbeitskopie)
@@ -57,7 +57,7 @@
-
+
Index: fostore20/test/conf/JDO20Policy
===================================================================
--- fostore20/test/conf/JDO20Policy (Revision 422773)
+++ fostore20/test/conf/JDO20Policy (Arbeitskopie)
@@ -174,6 +174,8 @@
};
grant codeBase "file:${logging}" {
+ // Allow apache commons logging classes to read system properties
+ permission java.util.PropertyPermission "org.apache.commons.logging.LogFactory.HashtableImpl", "read";
// Allow the apache commons logging classes to read logging properties files
permission java.io.FilePermission "${jdoritests}", "read";
};
Index: fostore20/project.properties
===================================================================
--- fostore20/project.properties (Revision 422773)
+++ fostore20/project.properties (Arbeitskopie)
@@ -33,8 +33,8 @@
jdo.jdoquery.jarfile = ${pom.getDependencyPath('org.apache.jdo:jdo2-query')}
junit.jarfile = ${pom.getDependencyPath('junit:junit')}
antlr.jarfile = ${pom.getDependencyPath('antlr:antlr')}
-jta.jarfile = ${pom.getDependencyPath('geronimo-spec:geronimo-spec-jta')}
-logging.jarfile = ${pom.getDependencyPath('commons-logging')}
+jta.jarfile = ${pom.getDependencyPath('org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec')}
+logging.jarfile = ${pom.getDependencyPath('commons-logging:commons-logging')}
xmlparser =
# jndi dependencies
Index: fostore20/project.xml
===================================================================
--- fostore20/project.xml (Revision 422773)
+++ fostore20/project.xml (Arbeitskopie)
@@ -70,9 +70,9 @@
1.1
- geronimo-spec
- geronimo-spec-jta
- 1.0.1B-rc2
+ org.apache.geronimo.specs
+ geronimo-jta_1.0.1B_spec
+ 1.0
junit
@@ -82,7 +82,7 @@
commons-logging
commons-logging
- 1.0.4
+ 1.1
antlr
Index: runtime20/project.xml
===================================================================
--- runtime20/project.xml (Revision 422773)
+++ runtime20/project.xml (Arbeitskopie)
@@ -51,13 +51,14 @@
SNAPSHOT
- commons-logging
- 1.0.4
+ commons-logging
+ commons-logging
+ 1.1
- geronimo-spec
- geronimo-spec-jta
- 1.0.1B-rc2
+ org.apache.geronimo.specs
+ geronimo-jta_1.0.1B_spec
+ 1.0
Index: enhancer20/project.properties
===================================================================
--- enhancer20/project.properties (Revision 422773)
+++ enhancer20/project.properties (Arbeitskopie)
@@ -20,7 +20,7 @@
jdo.api.jarfile = ${pom.getDependencyPath('javax.jdo:jdo2-api')}
jdo.jdoutil.jarfile = ${pom.getDependencyPath('org.apache.jdo:jdo2-util')}
jdo.jdomodel.jarfile = ${pom.getDependencyPath('org.apache.jdo:jdo2-model')}
-logging.jarfile = ${pom.getDependencyPath('commons-logging')}
+logging.jarfile = ${pom.getDependencyPath('commons-logging:commons-logging')}
xmlparser =
# enhancer
Index: enhancer20/project.xml
===================================================================
--- enhancer20/project.xml (Revision 422773)
+++ enhancer20/project.xml (Arbeitskopie)
@@ -51,8 +51,9 @@
SNAPSHOT
- commons-logging
- 1.0.4
+ commons-logging
+ commons-logging
+ 1.1
Index: model20/project.xml
===================================================================
--- model20/project.xml (Revision 422773)
+++ model20/project.xml (Arbeitskopie)
@@ -41,8 +41,9 @@
SNAPSHOT
- commons-logging
- 1.0.4
+ commons-logging
+ commons-logging
+ 1.1
Index: query20/project.xml
===================================================================
--- query20/project.xml (Revision 422773)
+++ query20/project.xml (Arbeitskopie)
@@ -56,8 +56,9 @@
SNAPSHOT
- commons-logging
- 1.0.4
+ commons-logging
+ commons-logging
+ 1.1
antlr
Index: api11/project.xml
===================================================================
--- api11/project.xml (Revision 422773)
+++ api11/project.xml (Arbeitskopie)
@@ -35,9 +35,9 @@
- geronimo-spec
- geronimo-spec-jta
- 1.0.1B-rc2
+ org.apache.geronimo.specs
+ geronimo-jta_1.0.1B_spec
+ 1.0
Index: api20/project.xml
===================================================================
--- api20/project.xml (Revision 422773)
+++ api20/project.xml (Arbeitskopie)
@@ -35,9 +35,9 @@
- geronimo-spec
- geronimo-spec-jta
- 1.0.1B-rc2
+ org.apache.geronimo.specs
+ geronimo-jta_1.0.1B_spec
+ 1.0
xerces
Index: ri11/test/runtest.xml
===================================================================
--- ri11/test/runtest.xml (Revision 422773)
+++ ri11/test/runtest.xml (Arbeitskopie)
@@ -52,9 +52,9 @@
-
+
-
+
Index: ri11/test/conf/JDO11Policy
===================================================================
--- ri11/test/conf/JDO11Policy (Revision 422773)
+++ ri11/test/conf/JDO11Policy (Arbeitskopie)
@@ -122,6 +122,8 @@
};
grant codeBase "file:${logging}" {
+ // Allow apache commons logging classes to read system properties
+ permission java.util.PropertyPermission "org.apache.commons.logging.LogFactory.HashtableImpl", "read";
// Allow the apache commons logging classes to read logging properties files
permission java.io.FilePermission "${jdoritests}", "read";
};
Index: ri11/project.properties
===================================================================
--- ri11/project.properties (Revision 422773)
+++ ri11/project.properties (Arbeitskopie)
@@ -34,8 +34,8 @@
jdo.jdobtree.jarfile = ${pom.getDependencyPath('org.apache.jdo:jdo-btree')}
junit.jarfile = ${pom.getDependencyPath('junit:junit')}
antlr.jarfile = ${pom.getDependencyPath('antlr:antlr')}
-jta.jarfile = ${pom.getDependencyPath('geronimo-spec:geronimo-spec-jta')}
-logging.jarfile = ${pom.getDependencyPath('commons-logging')}
+jta.jarfile = ${pom.getDependencyPath('org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec')}
+logging.jarfile = ${pom.getDependencyPath('commons-logging:commons-logging')}
xmlparser =
# jndi dependencies
Index: ri11/project.xml
===================================================================
--- ri11/project.xml (Revision 422773)
+++ ri11/project.xml (Arbeitskopie)
@@ -47,13 +47,14 @@
3.8.1
- geronimo-spec
- geronimo-spec-jta
- 1.0.1B-rc2
+ org.apache.geronimo.specs
+ geronimo-jta_1.0.1B_spec
+ 1.0
- commons-logging
- 1.0.4
+ commons-logging
+ commons-logging
+ 1.1
javax.jdo