Author: alessio.soldano(a)jboss.com
Date: 2011-06-14 06:35:43 -0400 (Tue, 14 Jun 2011)
New Revision: 14542
Removed:
container/jboss60/branches/jbossws-jboss600/src/main/java/org/jboss/webservices/integration/deployers/JMSDescriptorDeployer.java
Modified:
container/jboss60/branches/jbossws-jboss600/src/main/resources/jbossws-jboss.deployer/META-INF/stack-agnostic-jboss-beans.xml
Log:
[JBWS-3312][JBWS-3307] Remove deprecated stuff
Deleted:
container/jboss60/branches/jbossws-jboss600/src/main/java/org/jboss/webservices/integration/deployers/JMSDescriptorDeployer.java
===================================================================
---
container/jboss60/branches/jbossws-jboss600/src/main/java/org/jboss/webservices/integration/deployers/JMSDescriptorDeployer.java 2011-06-14
10:34:42 UTC (rev 14541)
+++
container/jboss60/branches/jbossws-jboss600/src/main/java/org/jboss/webservices/integration/deployers/JMSDescriptorDeployer.java 2011-06-14
10:35:43 UTC (rev 14542)
@@ -1,53 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2010, 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.webservices.integration.deployers;
-
-import org.jboss.wsf.spi.metadata.jms.JMSDescriptorParser;
-import org.jboss.wsf.spi.metadata.jms.JMSEndpointsMetaData;
-
-/**
- * Stack agnostic JMS descriptor deployer.
- *
- * @author <a href="mailto:ropalka@redhat.com">Richard Opalka</a>
- */
-public final class JMSDescriptorDeployer extends
AbstractDescriptorDeployer<JMSDescriptorParser, JMSEndpointsMetaData>
-{
-
- /**
- * Constructor.
- */
- public JMSDescriptorDeployer()
- {
- super(JMSEndpointsMetaData.class);
- }
-
- /**
- * MC incallback method. It will be invoked each time JMSDescriptorParser bean will be
installed.
- * @param parser the parser
- */
- @Override
- public void setParser(final JMSDescriptorParser parser)
- {
- super.setParser(parser);
- }
-
-}
Modified:
container/jboss60/branches/jbossws-jboss600/src/main/resources/jbossws-jboss.deployer/META-INF/stack-agnostic-jboss-beans.xml
===================================================================
---
container/jboss60/branches/jbossws-jboss600/src/main/resources/jbossws-jboss.deployer/META-INF/stack-agnostic-jboss-beans.xml 2011-06-14
10:34:42 UTC (rev 14541)
+++
container/jboss60/branches/jbossws-jboss600/src/main/resources/jbossws-jboss.deployer/META-INF/stack-agnostic-jboss-beans.xml 2011-06-14
10:35:43 UTC (rev 14542)
@@ -53,21 +53,11 @@
-->
</bean>
- <!-- stack agnostic webservices.xml processor -->
- <bean name="WSDescriptorProcessor"
class="org.jboss.ws.common.deployment.jms.WebservicesDescriptorProcessorImpl">
- <property name="validating">true</property>
- <property name="descriptorName">webservices.xml</property>
- </bean>
-
<!-- deployers -->
<bean name="WSDescriptorDeployer"
class="org.jboss.webservices.integration.deployers.WSDescriptorDeployer">
<incallback method="setParser"/>
</bean>
- <bean name="JMSDescriptorDeployer"
class="org.jboss.webservices.integration.deployers.JMSDescriptorDeployer">
- <incallback method="setParser"/>
- </bean>
-
<bean name="WSEJBAdapterDeployer"
class="org.jboss.webservices.integration.deployers.WSEJBAdapterDeployer"/>
<bean name="WSTypeDeployer"
class="org.jboss.webservices.integration.deployers.WSTypeDeployer"/>