Author: alessio.soldano(a)jboss.com
Date: 2009-01-27 13:15:12 -0500 (Tue, 27 Jan 2009)
New Revision: 9125
Removed:
container/jboss42/branches/jboss423/src/main/java/org/jboss/wsf/container/jboss42/WebServiceContextFactoryImpl.java
container/jboss42/branches/jboss423/src/main/resources/jbossws-jboss42.jar/META-INF/services/org.jboss.wsf.spi.invocation.WebServiceContextFactory
Modified:
container/jboss42/branches/jboss423/.classpath
Log:
[JBWS-2491] Removing WebServiceContextFactoryImpl from container integration
Modified: container/jboss42/branches/jboss423/.classpath
===================================================================
--- container/jboss42/branches/jboss423/.classpath 2009-01-27 18:10:59 UTC (rev 9124)
+++ container/jboss42/branches/jboss423/.classpath 2009-01-27 18:15:12 UTC (rev 9125)
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src/main/java"/>
+ <classpathentry kind="src" output="target-eclipse/classes"
path="src/main/java"/>
+ <classpathentry excluding="**" kind="src"
output="src/main/etc" path="src/main/etc"/>
+ <classpathentry excluding="**" kind="src"
output="src/main/resources/jbossws-jboss42.jar"
path="src/main/resources/jbossws-jboss42.jar"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con"
path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="con"
path="org.eclipse.jdt.USER_LIBRARY/jboss-4.2.3"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/jbossws-common"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/jbossws-framework"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/jbossws-spi"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/jbossws-native"/>
- <classpathentry kind="output" path="target/eclipse-classes"/>
+ <classpathentry kind="output" path="target-eclipse/classes"/>
</classpath>
Deleted:
container/jboss42/branches/jboss423/src/main/java/org/jboss/wsf/container/jboss42/WebServiceContextFactoryImpl.java
===================================================================
---
container/jboss42/branches/jboss423/src/main/java/org/jboss/wsf/container/jboss42/WebServiceContextFactoryImpl.java 2009-01-27
18:10:59 UTC (rev 9124)
+++
container/jboss42/branches/jboss423/src/main/java/org/jboss/wsf/container/jboss42/WebServiceContextFactoryImpl.java 2009-01-27
18:15:12 UTC (rev 9125)
@@ -1,45 +0,0 @@
-/*
- * 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 org.jboss.wsf.spi.invocation.*;
-
-import javax.xml.ws.handler.MessageContext;
-
-/**
- * @author Heiko.Braun(a)jboss.com
- * Created: Jul 25, 2007
- */
-public class WebServiceContextFactoryImpl extends WebServiceContextFactory
-{
- public ExtensibleWebServiceContext newWebServiceContext(InvocationType type,
MessageContext messageContext)
- {
- ExtensibleWebServiceContext context = null;
-
- if(type.toString().indexOf("EJB")!=-1 ||
type.toString().indexOf("MDB")!=-1)
- context = new WebServiceContextEJB(messageContext);
- else
- context = new WebServiceContextJSE(messageContext);
-
- return context;
- }
-}
Deleted:
container/jboss42/branches/jboss423/src/main/resources/jbossws-jboss42.jar/META-INF/services/org.jboss.wsf.spi.invocation.WebServiceContextFactory
===================================================================
---
container/jboss42/branches/jboss423/src/main/resources/jbossws-jboss42.jar/META-INF/services/org.jboss.wsf.spi.invocation.WebServiceContextFactory 2009-01-27
18:10:59 UTC (rev 9124)
+++
container/jboss42/branches/jboss423/src/main/resources/jbossws-jboss42.jar/META-INF/services/org.jboss.wsf.spi.invocation.WebServiceContextFactory 2009-01-27
18:15:12 UTC (rev 9125)
@@ -1 +0,0 @@
-org.jboss.wsf.container.jboss42.WebServiceContextFactoryImpl
\ No newline at end of file