djencks 2004/01/19 22:59:22
Modified: modules/core/src/java/org/apache/geronimo/connector/outbound
ConnectionManagerDeployment.java
Log:
oops, can't abandon GeronimoMBean support quite yet
Revision Changes Path
1.12 +2 -2 incubator-geronimo/modules/core/src/java/org/apache/geronimo/connector/outbound/ConnectionManagerDeployment.java
Index: ConnectionManagerDeployment.java
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/connector/outbound/ConnectionManagerDeployment.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ConnectionManagerDeployment.java 20 Jan 2004 06:13:38 -0000 1.11
+++ ConnectionManagerDeployment.java 20 Jan 2004 06:59:22 -0000 1.12
@@ -405,7 +405,7 @@
mBeanInfo.addEndpoint(new GeronimoMBeanEndpoint("RealmBridge", RealmBridge.class,
ObjectName.getInstance("geronimo.connector:role=SecurityDomain"), false));
mBeanInfo.addAttributeInfo(new GeronimoAttributeInfo("BlockingTimeout", true, true,
"Milliseconds to wait for a connection to be returned"));
- mBeanInfo.addAttributeInfo(new GeronimoAttributeInfo("JndiName", true, true, "Name
to use to identify this guy (needs refactoring of naming conventions)"));
+ mBeanInfo.addAttributeInfo(new GeronimoAttributeInfo("Name", true, true, "Name
to use to identify this guy (needs refactoring of naming conventions)"));
mBeanInfo.addAttributeInfo(new GeronimoAttributeInfo("MaxSize", true, true, "Maximum
number of ManagedConnections to create in each pool"));
mBeanInfo.addAttributeInfo(new GeronimoAttributeInfo("UseConnectionRequestInfo",
true, true, "Select pool using app-supplied ConnectionRequestInfo"));
mBeanInfo.addAttributeInfo(new GeronimoAttributeInfo("UseTransactions", true, true,
"Use local or xa transactions vs. no transactions"));
|