dain 2004/04/15 22:34:05
Modified: modules/core project.xml
Log:
Changed container id to a String
Simplified requirements to create an EJBProxyFactory
EJBProxyFactory is now constructed in the GenericEJBContainer constructor
Change ProxyRefAddress to store the class names instead of a proxy info
object; this allows the construction of an ejb-ref without knowing the
container type
Merged stateless and stateful object base classes into a single class,
which simplifies proxy construction
Revision Changes Path
1.12 +53 -51 openejb/modules/core/project.xml
Index: project.xml
===================================================================
RCS file: /home/projects/openejb/scm/openejb/modules/core/project.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- project.xml 14 Apr 2004 04:49:43 -0000 1.11
+++ project.xml 16 Apr 2004 02:34:05 -0000 1.12
@@ -27,7 +27,7 @@
<dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-xmlbeans-plugin</artifactId>
- <version>${pom.currentVersion}</version>
+ <version>DEV</version>
<type>plugin</type>
</dependency>
@@ -198,123 +198,125 @@
</dependency>
<dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.0.3</version>
- <url>http://jakarta.apache.org/commons/logging/</url>
+ <groupId>tranql</groupId>
+ <artifactId>tranql</artifactId>
+ <version>DEV</version>
<properties>
<runtime>true</runtime>
</properties>
</dependency>
<dependency>
- <groupId>mx4j</groupId>
- <artifactId>mx4j</artifactId>
- <version>SNAPSHOT</version>
+ <groupId>axion</groupId>
+ <artifactId>axion</artifactId>
+ <version>1.0-M3-dev</version>
<properties>
- <runtime>false</runtime>
+ <runtime>true</runtime>
</properties>
</dependency>
<dependency>
- <groupId>concurrent</groupId>
- <artifactId>concurrent</artifactId>
- <version>1.3.2</version>
+ <groupId>castor</groupId>
+ <artifactId>castor</artifactId>
+ <version>0.9.3.9</version>
+ <url>http://www.castor.org</url>
<properties>
<runtime>true</runtime>
</properties>
</dependency>
<dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.8</version>
- <url>http://jakarta.apache.org/log4j</url>
+ <groupId>cglib</groupId>
+ <artifactId>cglib-full</artifactId>
+ <version>2.0</version>
+ <url>http://cglib.sf.net</url>
<properties>
<runtime>true</runtime>
</properties>
</dependency>
<dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- <version>2.6.0</version>
- <url>http://xml.apache.org</url>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.0.3</version>
+ <url>http://jakarta.apache.org/commons/logging/</url>
<properties>
<runtime>true</runtime>
</properties>
</dependency>
<dependency>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- <version>1.0.b2</version>
+ <groupId>commons-primitives</groupId>
+ <artifactId>commons-primitives</artifactId>
+ <version>1.0</version>
<properties>
- <runtime>false</runtime>
+ <runtime>true</runtime>
</properties>
</dependency>
<dependency>
- <groupId>cglib</groupId>
- <artifactId>cglib-full</artifactId>
- <version>2.0-RC2a</version>
- <url>http://cglib.sourceforge.net</url>
+ <groupId>concurrent</groupId>
+ <artifactId>concurrent</artifactId>
+ <version>1.3.2</version>
<properties>
<runtime>true</runtime>
</properties>
</dependency>
<dependency>
- <groupId>castor</groupId>
- <artifactId>castor</artifactId>
- <version>0.9.3.9</version>
- <url>http://www.castor.org</url>
+ <groupId>idb</groupId>
+ <artifactId>idb</artifactId>
+ <version>3.26</version>
<properties>
<runtime>true</runtime>
</properties>
</dependency>
<dependency>
- <groupId>idb</groupId>
- <artifactId>idb</artifactId>
- <version>3.26</version>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.8</version>
+ <url>http://jakarta.apache.org/log4j</url>
<properties>
<runtime>true</runtime>
</properties>
</dependency>
<dependency>
- <groupId>tranql</groupId>
- <artifactId>tranql</artifactId>
- <version>DEV</version>
+ <groupId>mx4j</groupId>
+ <artifactId>mx4j</artifactId>
+ <version>SNAPSHOT</version>
<properties>
- <runtime>true</runtime>
+ <runtime>false</runtime>
</properties>
</dependency>
- <!-- database for tests -->
<dependency>
- <groupId>axion</groupId>
- <artifactId>axion</artifactId>
- <version>1.0-M3-dev</version>
+ <groupId>regexp</groupId>
+ <artifactId>regexp</artifactId>
+ <version>1.3</version>
<properties>
<runtime>true</runtime>
</properties>
</dependency>
+
<dependency>
- <groupId>commons-primitives</groupId>
- <artifactId>commons-primitives</artifactId>
- <version>1.0</version>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.6.0</version>
+ <url>http://xml.apache.org</url>
<properties>
<runtime>true</runtime>
</properties>
</dependency>
+
<dependency>
- <groupId>regexp</groupId>
- <artifactId>regexp</artifactId>
- <version>1.3</version>
+ <groupId>xerces</groupId>
+ <artifactId>xmlParserAPIs</artifactId>
+ <version>2.2.1</version>
<properties>
- <runtime>true</runtime>
+ <lib>true</lib>
+ <server>true</server>
</properties>
</dependency>