dblevins 2004/04/12 04:31:40
Modified: modules/connector project.xml
Log:
Still quite a few failures, but minimal remote server functionality is working.
Test results are:
Tests run: 112, Failures: 27, Errors: 6
Couple things causing problems:
- DatabaseBean can't get a datasource, so no BMP tests run.
- BeanPolicy$2.invoke throwing "Not yet implemented" is preventing
nearly all the SFSB tests from running.
- Still having classloader issues on outbound proxy replacements,
so many RMI-IIOP tests are failing.
All in all the test suite is doing it's job.
Revision Changes Path
1.2 +14 -12 openejb/modules/connector/project.xml
Index: project.xml
===================================================================
RCS file: /home/projects/openejb/scm/openejb/modules/connector/project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.xml 10 Mar 2004 22:59:30 -0000 1.1
+++ project.xml 12 Apr 2004 08:31:40 -0000 1.2
@@ -4,17 +4,20 @@
<project>
<pomVersion>3</pomVersion>
+ <extend>${basedir}/../../etc/project.xml</extend>
+
+ <!-- ===================== -->
+ <!-- Module Identification -->
+ <!-- ===================== -->
<name>OpenEJB :: Connector</name>
<id>openejb-jca</id>
- <shortDescription>OpenJCA wrapper</shortDescription>
- <description>Open JCA adapter</description>
- <url>http://openejb.org</url>
- <siteDirectory>http://openejb.org</siteDirectory>
+ <shortDescription>OpenEJB JCA-JDBC wrapper</shortDescription>
+ <description>OpenEJB JCA-JDBC adapter</description>
+ <url>http://www.openejb.org</url>
+ <siteDirectory>http://www.openejb.org</siteDirectory>
<distributionDirectory>http://openejb.org</distributionDirectory>
- <currentVersion>DEV</currentVersion>
-
<!-- ============ -->
<!-- Dependencies -->
<!-- ============ -->
@@ -24,7 +27,8 @@
<!-- Plugin Dependencies -->
<dependency>
- <id>commons-collections</id>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
<version>2.1</version>
<properties>
<runtime>false</runtime>
@@ -32,7 +36,8 @@
</dependency>
<dependency>
- <id>commons-logging</id>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
<version>1.0.3</version>
<url>http://jakarta.apache.org/commons/logging/</url>
<properties>
@@ -40,9 +45,6 @@
</properties>
</dependency>
-
- <!-- Module Dependencies -->
-
<dependency>
<groupId>geronimo-spec</groupId>
<artifactId>geronimo-spec-j2ee-connector</artifactId>