From: Joakim Erdfelt Date: Mon, 21 May 2007 21:06:41 +0000 (+0000) Subject: Synching archiva's jetty-env.xml and application.xml to that of continuum's to elimin... X-Git-Tag: archiva-1.0-alpha-1~65 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ada954d6308f605e145948bc8c5dcd78ef894827;p=archiva.git Synching archiva's jetty-env.xml and application.xml to that of continuum's to eliminate as many derby + jpox errors git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@540299 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-web/archiva-webapp/pom.xml b/archiva-web/archiva-webapp/pom.xml index 5ae5e347b..b862a72ec 100644 --- a/archiva-web/archiva-webapp/pom.xml +++ b/archiva-web/archiva-webapp/pom.xml @@ -16,7 +16,7 @@ ~ KIND, either express or implied. See the License for the ~ specific language governing permissions and limitations ~ under the License. - --> + --> @@ -307,6 +307,26 @@ derby 10.1.3.1 + diff --git a/archiva-web/archiva-webapp/src/jetty-env.xml b/archiva-web/archiva-webapp/src/jetty-env.xml index bd1d76c14..6774b0e32 100644 --- a/archiva-web/archiva-webapp/src/jetty-env.xml +++ b/archiva-web/archiva-webapp/src/jetty-env.xml @@ -30,7 +30,9 @@ localhost - 25 + archiva@localhost + Archiva + true @@ -42,7 +44,7 @@ jdbc/archiva - target/databases/archiva + ../databases/archiva sa create @@ -53,7 +55,7 @@ jdbc/archivaShutdown - target/databases/archiva + ../databases/archiva sa shutdown @@ -65,7 +67,7 @@ jdbc/users - target/databases/users + ../databases/users sa create @@ -76,7 +78,7 @@ jdbc/usersShutdown - target/databases/users + ../databases/users sa shutdown diff --git a/archiva-web/archiva-webapp/src/main/resources/META-INF/plexus/application.xml b/archiva-web/archiva-webapp/src/main/resources/META-INF/plexus/application.xml index ca45a2563..f4a3d1a5c 100644 --- a/archiva-web/archiva-webapp/src/main/resources/META-INF/plexus/application.xml +++ b/archiva-web/archiva-webapp/src/main/resources/META-INF/plexus/application.xml @@ -128,11 +128,11 @@ org.jpox.transactionIsolation - READ_UNCOMMITTED + READ_COMMITTED org.jpox.poid.transactionIsolation - READ_UNCOMMITTED + READ_COMMITTED org.jpox.rdbms.dateTimezone @@ -182,11 +182,11 @@ org.jpox.transactionIsolation - READ_UNCOMMITTED + READ_COMMITTED org.jpox.poid.transactionIsolation - READ_UNCOMMITTED + READ_COMMITTED org.jpox.rdbms.dateTimezone