chirino 2004/10/30 01:18:28
Modified: modules/core/src/test/org/openejb/deployment
MockConnectionProxyFactory.java
Log:
Renamed GBeanInfoFactory to GBeanInfoBuilder.
Revision Changes Path
1.4 +3 -3
openejb/modules/core/src/test/org/openejb/deployment/MockConnectionProxyFactory.java
Index: MockConnectionProxyFactory.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/core/src/test/org/openejb/deployment/MockConnectionProxyFactory.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MockConnectionProxyFactory.java 28 Oct 2004 21:21:27 -0000 1.3
+++ MockConnectionProxyFactory.java 30 Oct 2004 05:18:28 -0000 1.4
@@ -48,7 +48,7 @@
package org.openejb.deployment;
import org.apache.geronimo.gbean.GBeanInfo;
-import org.apache.geronimo.gbean.GBeanInfoFactory;
+import org.apache.geronimo.gbean.GBeanInfoBuilder;
import org.axiondb.jdbc.AxionDataSource;
import org.openejb.entity.cmp.ConnectionProxyFactory;
@@ -65,7 +65,7 @@
public static final GBeanInfo GBEAN_INFO;
static {
- GBeanInfoFactory infoFactory = new
GBeanInfoFactory(MockConnectionProxyFactory.class);
+ GBeanInfoBuilder infoFactory = new
GBeanInfoBuilder(MockConnectionProxyFactory.class);
infoFactory.addInterface(ConnectionProxyFactory.class);