You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2004/07/15 19:00:42 UTC

cvs commit: incubator-geronimo/modules/connector/src/java/org/apache/geronimo/connector/deployment ConnectorModuleBuilder.java

djencks     2004/07/15 10:00:42

  Modified:    modules/connector/src/java/org/apache/geronimo/connector/deployment
                        ConnectorModuleBuilder.java
  Log:
  imports cleanup
  
  Revision  Changes    Path
  1.8       +2 -3      incubator-geronimo/modules/connector/src/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java
  
  Index: ConnectorModuleBuilder.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/connector/src/java/org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ConnectorModuleBuilder.java	12 Jul 2004 06:07:51 -0000	1.7
  +++ ConnectorModuleBuilder.java	15 Jul 2004 17:00:42 -0000	1.8
  @@ -41,12 +41,10 @@
   import javax.management.MalformedObjectNameException;
   import javax.management.ObjectName;
   import javax.management.ReflectionException;
  -import javax.resource.spi.security.PasswordCredential;
   
   import org.apache.geronimo.common.propertyeditor.PropertyEditors;
   import org.apache.geronimo.common.xml.XmlBeansUtil;
   import org.apache.geronimo.connector.ActivationSpecInfo;
  -import org.apache.geronimo.connector.outbound.GenericConnectionManager;
   import org.apache.geronimo.connector.outbound.connectionmanagerconfig.LocalTransactions;
   import org.apache.geronimo.connector.outbound.connectionmanagerconfig.NoPool;
   import org.apache.geronimo.connector.outbound.connectionmanagerconfig.NoTransactions;
  @@ -247,6 +245,7 @@
   
       public void initContext(EARContext earContext, Module module, ClassLoader cl) throws DeploymentException {
           // connectors do not add anything to the shared context
  +        //TODO should the 1.5 ActivationSpecInfos be processed here?
       }
   
       public void addGBeans(EARContext earContext, Module module, ClassLoader cl) throws DeploymentException {