[jbossws-commits] JBossWS SVN: r16518 - common/trunk/src/main/java/org/jboss/ws/common/deployment.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Jul 24 15:48:16 EDT 2012


Author: alessio.soldano at jboss.com
Date: 2012-07-24 15:48:15 -0400 (Tue, 24 Jul 2012)
New Revision: 16518

Modified:
   common/trunk/src/main/java/org/jboss/ws/common/deployment/DeploymentAspectManagerImpl.java
   common/trunk/src/main/java/org/jboss/ws/common/deployment/EndpointLifecycleDeploymentAspect.java
Log:
[JBWS-3426] protected EndpointLifecycleDeploymentAspect::getLifecycleHandler


Modified: common/trunk/src/main/java/org/jboss/ws/common/deployment/DeploymentAspectManagerImpl.java
===================================================================
--- common/trunk/src/main/java/org/jboss/ws/common/deployment/DeploymentAspectManagerImpl.java	2012-07-23 21:34:26 UTC (rev 16517)
+++ common/trunk/src/main/java/org/jboss/ws/common/deployment/DeploymentAspectManagerImpl.java	2012-07-24 19:48:15 UTC (rev 16518)
@@ -141,6 +141,7 @@
          }
          catch (RuntimeException rte)
          {
+            log.debug("Error during deployment!", rte);
             while (--i >= 0)
             {
                // destroy the deployment

Modified: common/trunk/src/main/java/org/jboss/ws/common/deployment/EndpointLifecycleDeploymentAspect.java
===================================================================
--- common/trunk/src/main/java/org/jboss/ws/common/deployment/EndpointLifecycleDeploymentAspect.java	2012-07-23 21:34:26 UTC (rev 16517)
+++ common/trunk/src/main/java/org/jboss/ws/common/deployment/EndpointLifecycleDeploymentAspect.java	2012-07-24 19:48:15 UTC (rev 16518)
@@ -64,7 +64,7 @@
       }
    }
 
-   private LifecycleHandler getLifecycleHandler(Endpoint ep, boolean assertHandler)
+   protected LifecycleHandler getLifecycleHandler(Endpoint ep, boolean assertHandler)
    {
       LifecycleHandler lifecycleHandler = ep.getLifecycleHandler();
       if (lifecycleHandler == null && assertHandler)



More information about the jbossws-commits mailing list