[jboss-cvs] JBossAS SVN: r78078 - in branches/Branch_4_2/webservices: src/main/org/jboss/wsf/container/jboss42 and 2 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Sep 5 07:42:20 EDT 2008
Author: richard.opalka at jboss.com
Date: 2008-09-05 07:42:20 -0400 (Fri, 05 Sep 2008)
New Revision: 78078
Modified:
branches/Branch_4_2/webservices/build-test.xml
branches/Branch_4_2/webservices/build.bat
branches/Branch_4_2/webservices/build.sh
branches/Branch_4_2/webservices/build.xml
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/AbstractDeployerHook.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/AbstractDeployerHookEJB.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/AbstractDeployerHookJSE.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/AbstractInvocationHandler.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/ArchiveDeployerHook.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/ContainerMetaDataAdapter.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/ContainerMetaDataDeploymentAspect.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DefaultWebAppDesciptorModifierImpl.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerHook.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerHookPostJSE.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptor.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorEJB21.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorEJB21MBean.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorEJB3.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorEJB3MBean.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorJSE.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorJSEMBean.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorMBean.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeploymentAspectHttpServer.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/EJBArchiveMetaDataAdapter.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/EJBArchiveMetaDataAdapterEJB21.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/EJBArchiveMetaDataAdapterEJB3.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerEJB21.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerEJB3.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerFactoryImpl.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerJAXRPC.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerJAXWS.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerJSE.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerMDB21.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerMDB3.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JAXRPCDeployerHookEJB21.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JAXRPCDeployerHookPostJSE.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JAXRPCDeployerHookPreJSE.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JAXWSDeployerHookEJB3.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JAXWSDeployerHookPostJSE.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JAXWSDeployerHookPreJSE.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JSEArchiveMetaDataAdapter.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/ModifyWebMetaDataDeploymentAspect.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/RewriteResults.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/RuntimeLoaderDeploymentAspect.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/SecurityAdapterFactoryImpl.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/SecurityAdaptorImpl.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/SecurityHandlerEJB21.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/SecurityHandlerEJB3.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/ServiceEndpointInterceptor.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/WebAppDeployingHttpServer.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/WebAppDeploymentAspect.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/WebAppDesciptorModifier.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/WebServiceContextFactoryImpl.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/WebXMLRewriterImpl.java
branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/serviceref/ServiceRefHandlerImpl.java
branches/Branch_4_2/webservices/src/resources/jbossws-jboss42.sar/META-INF/jboss-service.xml
Log:
[JBWS-2289] Update source code headers
Modified: branches/Branch_4_2/webservices/build-test.xml
===================================================================
--- branches/Branch_4_2/webservices/build-test.xml 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/build-test.xml 2008-09-05 11:42:20 UTC (rev 78078)
@@ -6,8 +6,6 @@
<!ENTITY targets SYSTEM "../tools/etc/buildmagic/targets.ent">
]>
-<!-- $Id$ -->
-
<project default="main" name="JBoss/System Tests">
<!-- ================================================================== -->
Modified: branches/Branch_4_2/webservices/build.bat
===================================================================
--- branches/Branch_4_2/webservices/build.bat 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/build.bat 2008-09-05 11:42:20 UTC (rev 78078)
@@ -8,8 +8,6 @@
REM
REM ======================================================================
REM
-REM $Id: build.bat 64770 2007-08-22 11:04:24Z thomas.diesler at jboss.com $
-REM
REM Authors:
REM Jason Dillon <jason at planet57.com>
REM Sacha Labourey <sacha.labourey at cogito-info.ch>
Modified: branches/Branch_4_2/webservices/build.sh
===================================================================
--- branches/Branch_4_2/webservices/build.sh 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/build.sh 2008-09-05 11:42:20 UTC (rev 78078)
@@ -8,8 +8,6 @@
## ##
### ====================================================================== ###
-# $Id: build.sh 64770 2007-08-22 11:04:24Z thomas.diesler at jboss.com $
-
PROGNAME=`basename $0`
DIRNAME=`dirname $0`
GREP="grep"
Modified: branches/Branch_4_2/webservices/build.xml
===================================================================
--- branches/Branch_4_2/webservices/build.xml 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/build.xml 2008-09-05 11:42:20 UTC (rev 78078)
@@ -15,8 +15,6 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml 64770 2007-08-22 11:04:24Z thomas.diesler at jboss.com $ -->
-
<project default="main" name="JBoss/Webservices">
<!-- ================================================================== -->
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/AbstractDeployerHook.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/AbstractDeployerHook.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/AbstractDeployerHook.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-//$Id: AbstractDeployerHook.java 4239 2007-08-07 19:13:42Z heiko.braun at jboss.com $
-
import org.jboss.deployment.DeploymentInfo;
import org.jboss.logging.Logger;
import org.jboss.mx.util.MBeanProxy;
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/AbstractDeployerHookEJB.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/AbstractDeployerHookEJB.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/AbstractDeployerHookEJB.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -23,8 +23,6 @@
import org.jboss.wsf.spi.deployment.Deployment;
-//$Id: AbstractDeployerHookEJB.java 3970 2007-07-24 08:39:35Z heiko.braun at jboss.com $
-
/**
* An abstract deployer for EJB Endpoints
*
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/AbstractDeployerHookJSE.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/AbstractDeployerHookJSE.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/AbstractDeployerHookJSE.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -24,8 +24,6 @@
import org.jboss.deployment.DeploymentInfo;
import org.jboss.metadata.WebMetaData;
-//$Id: AbstractDeployerHookJSE.java 3146 2007-05-18 22:55:26Z thomas.diesler at jboss.com $
-
/**
* An abstract deployer for JSE Endpoints
*
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/AbstractInvocationHandler.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/AbstractInvocationHandler.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/AbstractInvocationHandler.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-// $Id: InvocationHandlerEJB3.java 4023 2007-07-28 07:14:06Z thomas.diesler at jboss.com $
-
import java.lang.reflect.Method;
import org.jboss.wsf.common.JavaUtils;
@@ -52,4 +50,4 @@
Method implMethod = implClass.getMethod(methodName, paramTypes);
return implMethod;
}
-}
\ No newline at end of file
+}
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/ArchiveDeployerHook.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/ArchiveDeployerHook.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/ArchiveDeployerHook.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-//$Id: ArchiveDeployerHook.java 4278 2007-08-09 09:13:34Z thomas.diesler at jboss.com $
-
import java.io.IOException;
import java.net.URL;
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/ContainerMetaDataAdapter.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/ContainerMetaDataAdapter.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/ContainerMetaDataAdapter.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-// $Id: ContainerMetaDataAdapter.java 4022 2007-07-27 13:54:43Z heiko.braun at jboss.com $
-
import org.jboss.deployment.DeploymentInfo;
import org.jboss.logging.Logger;
import org.jboss.metadata.ApplicationMetaData;
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/ContainerMetaDataDeploymentAspect.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/ContainerMetaDataDeploymentAspect.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/ContainerMetaDataDeploymentAspect.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-//$Id: UnifiedDeploymentInfoDeployer.java 3407 2007-06-03 16:06:36Z thomas.diesler at jboss.com $
-
import org.jboss.deployment.DeploymentInfo;
import org.jboss.wsf.spi.deployment.Deployment;
import org.jboss.wsf.spi.deployment.DeploymentAspect;
@@ -51,4 +49,4 @@
metaDataAdapter.buildContainerMetaData(dep, di);
}
-}
\ No newline at end of file
+}
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DefaultWebAppDesciptorModifierImpl.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DefaultWebAppDesciptorModifierImpl.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DefaultWebAppDesciptorModifierImpl.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerHook.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerHook.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerHook.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -24,9 +24,6 @@
import org.jboss.deployment.DeploymentException;
import org.jboss.deployment.DeploymentInfo;
-//$Id: DeployerHook.java 3146 2007-05-18 22:55:26Z thomas.diesler at jboss.com $
-
-
/**
* An interface for all web service deployer hooks
*
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerHookPostJSE.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerHookPostJSE.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerHookPostJSE.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -26,7 +26,6 @@
/**
* @author Heiko.Braun at jboss.com
- * @version $Revision: 4276 $
*/
public abstract class DeployerHookPostJSE extends AbstractDeployerHookJSE
{
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptor.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptor.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptor.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-//$Id: DeployerInterceptor.java 3146 2007-05-18 22:55:26Z thomas.diesler at jboss.com $
-
import java.util.LinkedList;
import java.util.List;
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorEJB21.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorEJB21.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorEJB21.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-//$Id: DeployerInterceptorEJB21.java 3146 2007-05-18 22:55:26Z thomas.diesler at jboss.com $
-
/**
* A deployer service that manages WS4EE compliant Web-Services for EJB-2.1 Endpoints
*
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorEJB21MBean.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorEJB21MBean.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorEJB21MBean.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorEJB3.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorEJB3.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorEJB3.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-// $Id: DeployerInterceptorEJB3.java 3146 2007-05-18 22:55:26Z thomas.diesler at jboss.com $
-
/**
* A deployer service that manages WS4EE compliant Web-Services for EJB3 Endpoints
*
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorEJB3MBean.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorEJB3MBean.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorEJB3MBean.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorJSE.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorJSE.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorJSE.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-// $Id: DeployerInterceptorJSE.java 3146 2007-05-18 22:55:26Z thomas.diesler at jboss.com $
-
/**
* A deployer service that manages WS4EE compliant Web Services for WAR
*
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorJSEMBean.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorJSEMBean.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorJSEMBean.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,24 +1,24 @@
/*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
package org.jboss.wsf.container.jboss42;
import javax.management.ObjectName;
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorMBean.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorMBean.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeployerInterceptorMBean.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeploymentAspectHttpServer.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeploymentAspectHttpServer.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/DeploymentAspectHttpServer.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-//$Id: JBossHttpServer.java 1786 2007-01-04 14:30:04Z thomas.diesler at jboss.com $
-
import javax.xml.ws.Endpoint;
import javax.xml.ws.WebServiceException;
@@ -120,4 +118,4 @@
Class implClass = (implementor instanceof Class ? (Class)implementor : implementor.getClass());
return implClass;
}
-}
\ No newline at end of file
+}
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/EJBArchiveMetaDataAdapter.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/EJBArchiveMetaDataAdapter.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/EJBArchiveMetaDataAdapter.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-// $Id: $
-
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/EJBArchiveMetaDataAdapterEJB21.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/EJBArchiveMetaDataAdapterEJB21.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/EJBArchiveMetaDataAdapterEJB21.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-// $Id: EJBArchiveMetaDataAdapterEJB21.java 4013 2007-07-27 04:37:52Z thomas.diesler at jboss.com $
-
import org.jboss.metadata.BeanMetaData;
import org.jboss.metadata.EjbPortComponentMetaData;
import org.jboss.metadata.MessageDrivenMetaData;
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/EJBArchiveMetaDataAdapterEJB3.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/EJBArchiveMetaDataAdapterEJB3.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/EJBArchiveMetaDataAdapterEJB3.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-// $Id: EJBArchiveMetaDataAdapterEJB3.java 4013 2007-07-27 04:37:52Z thomas.diesler at jboss.com $
-
import java.util.ArrayList;
import java.util.Map;
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerEJB21.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerEJB21.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerEJB21.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-// $Id: InvocationHandlerEJB21.java 4023 2007-07-28 07:14:06Z thomas.diesler at jboss.com $
-
import java.lang.reflect.Method;
import java.security.Principal;
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerEJB3.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerEJB3.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerEJB3.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-// $Id: InvocationHandlerEJB3.java 4105 2007-08-02 15:05:15Z thomas.diesler at jboss.com $
-
import java.lang.reflect.Method;
import javax.ejb.EJBContext;
@@ -142,4 +140,4 @@
sbc.setWebServiceContext(null);
}
}
-}
\ No newline at end of file
+}
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerFactoryImpl.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerFactoryImpl.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerFactoryImpl.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerJAXRPC.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerJAXRPC.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerJAXRPC.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-// $Id: DefaultInvocationHandlerJAXRPC.java 3959 2007-07-20 14:44:19Z heiko.braun at jboss.com $
-
import javax.xml.rpc.server.ServiceLifecycle;
import javax.xml.rpc.server.ServletEndpointContext;
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerJAXWS.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerJAXWS.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerJAXWS.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-// $Id: DefaultInvocationHandlerJAXWS.java 4023 2007-07-28 07:14:06Z thomas.diesler at jboss.com $
-
/**
* Handles invocations on JSE endpoints.
*
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerJSE.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerJSE.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerJSE.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-// $Id: DefaultInvocationHandlerJAXWS.java 4023 2007-07-28 07:14:06Z thomas.diesler at jboss.com $
-
import java.lang.reflect.Method;
import javax.xml.ws.WebServiceContext;
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerMDB21.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerMDB21.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerMDB21.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,10 +21,7 @@
*/
package org.jboss.wsf.container.jboss42;
-// $Id: InvocationHandlerEJB21.java 3524 2007-06-09 17:28:37Z thomas.diesler at jboss.com $
-
import java.lang.reflect.Method;
-
import org.jboss.logging.Logger;
import org.jboss.wsf.spi.deployment.Endpoint;
import org.jboss.wsf.spi.invocation.Invocation;
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerMDB3.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerMDB3.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/InvocationHandlerMDB3.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-// $Id$
-
import java.lang.reflect.Method;
import org.jboss.logging.Logger;
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JAXRPCDeployerHookEJB21.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JAXRPCDeployerHookEJB21.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JAXRPCDeployerHookEJB21.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-//$Id: JAXRPCDeployerHookEJB21.java 4116 2007-08-02 16:39:02Z thomas.diesler at jboss.com $
-
import org.jboss.deployment.DeploymentInfo;
import org.jboss.metadata.ApplicationMetaData;
import org.jboss.metadata.BeanMetaData;
@@ -105,4 +103,4 @@
WebservicesMetaData wsMetaData = getWebservicesMetaData(unit, "META-INF/webservices.xml");
return wsMetaData != null;
}
-}
\ No newline at end of file
+}
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JAXRPCDeployerHookPostJSE.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JAXRPCDeployerHookPostJSE.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JAXRPCDeployerHookPostJSE.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JAXRPCDeployerHookPreJSE.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JAXRPCDeployerHookPreJSE.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JAXRPCDeployerHookPreJSE.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-//$Id: JAXRPCDeployerHookPreJSE.java 4244 2007-08-08 09:19:04Z thomas.diesler at jboss.com $
-
import java.util.Iterator;
import java.util.Map;
import java.util.Map.Entry;
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JAXWSDeployerHookEJB3.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JAXWSDeployerHookEJB3.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JAXWSDeployerHookEJB3.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-//$Id: JAXWSDeployerHookEJB3.java 4116 2007-08-02 16:39:02Z thomas.diesler at jboss.com $
-
import javax.jws.WebService;
import javax.xml.ws.WebServiceProvider;
@@ -119,4 +117,4 @@
}
return isWebServiceBean;
}
-}
\ No newline at end of file
+}
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JAXWSDeployerHookPostJSE.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JAXWSDeployerHookPostJSE.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JAXWSDeployerHookPostJSE.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,15 +21,12 @@
*/
package org.jboss.wsf.container.jboss42;
-// $Id: JAXWSDeployerHookPostJSE.java 4276 2007-08-09 08:34:58Z thomas.diesler at jboss.com $
-
import org.jboss.deployment.DeploymentInfo;
import org.jboss.wsf.spi.deployment.Deployment;
import org.jboss.wsf.spi.metadata.webservices.WebservicesMetaData;
/**
* @author Heiko.Braun at jboss.com
- * @version $Revision: 4276 $
*/
public class JAXWSDeployerHookPostJSE extends DeployerHookPostJSE
{
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JAXWSDeployerHookPreJSE.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JAXWSDeployerHookPreJSE.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JAXWSDeployerHookPreJSE.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-//$Id: JAXWSDeployerHookPreJSE.java 4244 2007-08-08 09:19:04Z thomas.diesler at jboss.com $
-
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
@@ -161,4 +159,4 @@
}
return servlets;
}
-}
\ No newline at end of file
+}
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JSEArchiveMetaDataAdapter.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JSEArchiveMetaDataAdapter.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/JSEArchiveMetaDataAdapter.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-// $Id: JSEArchiveMetaDataAdapter.java 4321 2007-08-10 16:24:47Z heiko.braun at jboss.com $
-
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/ModifyWebMetaDataDeploymentAspect.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/ModifyWebMetaDataDeploymentAspect.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/ModifyWebMetaDataDeploymentAspect.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-//$Id: ModifyWebMetaDataDeployer.java 3772 2007-07-01 19:29:13Z thomas.diesler at jboss.com $
-
import org.jboss.wsf.spi.deployment.Deployment;
import org.jboss.wsf.spi.deployment.DeploymentAspect;
import org.jboss.wsf.spi.deployment.Endpoint;
@@ -61,4 +59,4 @@
}
}
}
-}
\ No newline at end of file
+}
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/RewriteResults.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/RewriteResults.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/RewriteResults.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/RuntimeLoaderDeploymentAspect.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/RuntimeLoaderDeploymentAspect.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/RuntimeLoaderDeploymentAspect.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -31,7 +31,6 @@
* and makes it available through the {@link org.jboss.wsf.spi.deployment.Deployment}.
*
* @author Heiko.Braun at jboss.com
- * @version $Revision: 4239 $
*/
public class RuntimeLoaderDeploymentAspect extends DeploymentAspect
{
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/SecurityAdapterFactoryImpl.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/SecurityAdapterFactoryImpl.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/SecurityAdapterFactoryImpl.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/SecurityAdaptorImpl.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/SecurityAdaptorImpl.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/SecurityAdaptorImpl.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-// $Id: SecurityAdaptorImpl.java 3978 2007-07-24 15:09:52Z heiko.braun at jboss.com $
-
import java.security.Principal;
import org.jboss.security.SecurityAssociation;
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/SecurityHandlerEJB21.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/SecurityHandlerEJB21.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/SecurityHandlerEJB21.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-//$Id: SecurityHandlerEJB21.java 4013 2007-07-27 04:37:52Z thomas.diesler at jboss.com $
-
import java.util.Iterator;
import java.util.Map;
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/SecurityHandlerEJB3.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/SecurityHandlerEJB3.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/SecurityHandlerEJB3.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-//$Id: SecurityHandlerEJB3.java 4013 2007-07-27 04:37:52Z thomas.diesler at jboss.com $
-
import javax.annotation.security.RolesAllowed;
import javax.management.MBeanServer;
import javax.management.ObjectName;
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/ServiceEndpointInterceptor.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/ServiceEndpointInterceptor.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/ServiceEndpointInterceptor.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-// $Id: ServiceEndpointInterceptor.java 3576 2007-06-14 09:23:52Z thomas.diesler at jboss.com $
-
import javax.xml.rpc.handler.soap.SOAPMessageContext;
import org.jboss.ejb.plugins.AbstractInterceptor;
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/WebAppDeployingHttpServer.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/WebAppDeployingHttpServer.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/WebAppDeployingHttpServer.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-//$Id: JBossHttpServer.java 1786 2007-01-04 14:30:04Z thomas.diesler at jboss.com $
-
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
@@ -233,4 +231,4 @@
return jbossWeb;
}
-}
\ No newline at end of file
+}
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/WebAppDeploymentAspect.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/WebAppDeploymentAspect.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/WebAppDeploymentAspect.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,8 +21,6 @@
*/
package org.jboss.wsf.container.jboss42;
-// $Id: WebAppDeployerDeployer.java 3183 2007-05-22 13:06:13Z thomas.diesler at jboss.com $
-
import java.net.URL;
import javax.management.MBeanServer;
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/WebAppDesciptorModifier.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/WebAppDesciptorModifier.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/WebAppDesciptorModifier.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/WebServiceContextFactoryImpl.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/WebServiceContextFactoryImpl.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/WebServiceContextFactoryImpl.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/WebXMLRewriterImpl.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/WebXMLRewriterImpl.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/WebXMLRewriterImpl.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,14 +21,11 @@
*/
package org.jboss.wsf.container.jboss42;
-
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.net.URL;
-
import javax.xml.ws.WebServiceException;
-
import org.dom4j.Document;
import org.dom4j.io.OutputFormat;
import org.dom4j.io.SAXReader;
Modified: branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/serviceref/ServiceRefHandlerImpl.java
===================================================================
--- branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/serviceref/ServiceRefHandlerImpl.java 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/main/org/jboss/wsf/container/jboss42/serviceref/ServiceRefHandlerImpl.java 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -21,9 +21,6 @@
*/
package org.jboss.wsf.container.jboss42.serviceref;
-// $Id: ServiceRefHandlerImpl.java 4043 2007-07-31 17:11:42Z thomas.diesler at jboss.com $
-
-
/**
* @deprecated
*/
Modified: branches/Branch_4_2/webservices/src/resources/jbossws-jboss42.sar/META-INF/jboss-service.xml
===================================================================
--- branches/Branch_4_2/webservices/src/resources/jbossws-jboss42.sar/META-INF/jboss-service.xml 2008-09-05 11:32:53 UTC (rev 78077)
+++ branches/Branch_4_2/webservices/src/resources/jbossws-jboss42.sar/META-INF/jboss-service.xml 2008-09-05 11:42:20 UTC (rev 78078)
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id: jboss-service.xml 3884 2007-07-13 15:42:07Z thomas.diesler at jboss.com $ -->
-
<server>
<!--
More information about the jboss-cvs-commits
mailing list