[jboss-cvs] jboss-portal/wsrp/src/main/org/jboss/portal/wsrp/services ...

Chris Laprun chris.laprun at jboss.com
Tue Aug 8 00:31:50 EDT 2006


  User: claprun 
  Date: 06/08/08 00:31:50

  Modified:    wsrp/src/main/org/jboss/portal/wsrp/services 
                        SOAPInvokerServiceFactory.java
  Log:
  - Fixed issue with Handler not being available for tests. For some reason, it needs to be added on all the service definitions. I suspect it has to do with the way we change the service URL in the service factory.
  - Minor improvements.
  
  Revision  Changes    Path
  1.5       +2 -4      jboss-portal/wsrp/src/main/org/jboss/portal/wsrp/services/SOAPInvokerServiceFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SOAPInvokerServiceFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/wsrp/src/main/org/jboss/portal/wsrp/services/SOAPInvokerServiceFactory.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- SOAPInvokerServiceFactory.java	10 Jul 2006 10:26:51 -0000	1.4
  +++ SOAPInvokerServiceFactory.java	8 Aug 2006 04:31:50 -0000	1.5
  @@ -35,7 +35,7 @@
   /**
    * @author <a href="mailto:chris.laprun at jboss.com">Chris Laprun</a>
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    * @since 2.4
    */
   public class SOAPInvokerServiceFactory extends AbstractSOAPServiceFactory
  @@ -68,9 +68,7 @@
         this.endpointURL = endpointURL;
      }
   
  -   /**
  -    * If retrieve object is of javax.xml.rpc.Service class, we're using the WS stack and we need to get the port.
  -    */
  +   /** If retrieved object is of javax.xml.rpc.Service class, we're using the WS stack and we need to get the port. */
      protected Object getStubFromService(Class serviceClass, Service service) throws Exception
      {
         log.debug("Unwrapping service " + service + " for class " + serviceClass);
  
  
  



More information about the jboss-cvs-commits mailing list