You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ad...@apache.org on 2004/07/16 03:09:37 UTC

cvs commit: incubator-geronimo/modules/axis/src/java/org/apache/geronimo/axis WebServiceContainer.java

adc         2004/07/15 18:09:37

  Modified:    modules/axis/src/java/org/apache/geronimo/axis
                        WebServiceContainer.java
  Log:
  Updated pattern ResourceManagers.
  
  Revision  Changes    Path
  1.2       +4 -4      incubator-geronimo/modules/axis/src/java/org/apache/geronimo/axis/WebServiceContainer.java
  
  Index: WebServiceContainer.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/axis/src/java/org/apache/geronimo/axis/WebServiceContainer.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- WebServiceContainer.java	13 Jul 2004 17:21:55 -0000	1.1
  +++ WebServiceContainer.java	16 Jul 2004 01:09:37 -0000	1.2
  @@ -1,12 +1,12 @@
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  - * 
  + *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
    * You may obtain a copy of the License at
  - * 
  + *
    *      http://www.apache.org/licenses/LICENSE-2.0
  - * 
  + *
    * Unless required by applicable law or agreed to in writing, software
    * distributed under the License is distributed on an "AS IS" BASIS,
    * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  @@ -112,7 +112,7 @@
           patterns.add(
                   ObjectName.getInstance(
                           "geronimo.server:j2eeType=JCAManagedConnectionFactory,*"));
  -        tm.setReferencePatterns("resourceManagers", patterns);
  +        tm.setReferencePatterns("ResourceManagers", patterns);
           start(tmName, tm);
           ctc = new GBeanMBean(ConnectionTrackingCoordinator.GBEAN_INFO);
           start(tcaName, ctc);