JBossWS SVN: r1844 - trunk/jbossws-tests
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-06 02:32:08 -0500 (Sat, 06 Jan 2007)
New Revision: 1844
Modified:
trunk/jbossws-tests/.classpath
Log:
Update eclipse project classpaths
Modified: trunk/jbossws-tests/.classpath
===================================================================
--- trunk/jbossws-tests/.classpath 2007-01-06 07:32:03 UTC (rev 1843)
+++ trunk/jbossws-tests/.classpath 2007-01-06 07:32:08 UTC (rev 1844)
@@ -3,43 +3,43 @@
<classpathentry excluding="org/jboss/test/ws/interop/" kind="src" path="src/main/java"/>
<classpathentry kind="src" path="output/wstools/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jboss-5.0.x"/>
<classpathentry combineaccessrules="false" kind="src" path="/build"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/integration-jboss50"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/integration-tomcat"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/jbossws-core"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/integration-jboss42"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-vfs.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/policy-1.0.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/qdox.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/xmlunit1.0.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/ant.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/activation.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/ant.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/commons-logging.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/concurrent.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/hibernate3.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/javassist.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jaxb-api.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jaxb-impl.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/jaxb-xjc.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-common-core.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-container.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/jboss-dependency.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/jboss-deployers.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-j2ee.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-logging-log4j.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-logging-spi.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/jboss-microcontainer.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-remoting.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-security-spi.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-xml-binding.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/junit.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/log4j.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/mailapi.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/policy-1.0.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/qdox.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/resolver.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/serializer.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/wsdl4j.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/xmlsec.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/ejb3.deployer/jboss-annotations-ejb3.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/ejb3.deployer/jboss-ejb3x.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jaxb-xjc.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-dependency.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-microcontainer.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/servlet-api.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/stax-api-1.0.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/wsdl4j.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/wstx-lgpl-2.0.6.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/xalan.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/xercesImpl.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/xml-apis.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/xmlsec.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/xmlunit1.0.jar"/>
- <classpathentry combineaccessrules="false" kind="src" path="/integration-jboss50"/>
- <classpathentry combineaccessrules="false" kind="src" path="/integration-tomcat"/>
- <classpathentry combineaccessrules="false" kind="src" path="/jbossws-core"/>
- <classpathentry combineaccessrules="false" kind="src" path="/integration-jboss42"/>
+ <classpathentry kind="lib" path="/build/thirdparty/junit.jar"/>
<classpathentry kind="output" path="output-eclipse"/>
</classpath>
17 years, 11 months
JBossWS SVN: r1843 - trunk/integration-tomcat
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-06 02:32:03 -0500 (Sat, 06 Jan 2007)
New Revision: 1843
Modified:
trunk/integration-tomcat/.classpath
trunk/integration-tomcat/.project
Log:
Update eclipse project classpaths
Modified: trunk/integration-tomcat/.classpath
===================================================================
--- trunk/integration-tomcat/.classpath 2007-01-06 07:31:56 UTC (rev 1842)
+++ trunk/integration-tomcat/.classpath 2007-01-06 07:32:03 UTC (rev 1843)
@@ -2,38 +2,34 @@
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="lib" path="/build/thirdparty/activation.jar"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/jbossws-core"/>
<classpathentry kind="lib" path="/build/thirdparty/ant.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/activation.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/commons-logging.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/concurrent.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/hibernate3.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/javassist.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jaxb-api.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jaxb-impl.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/jaxb-xjc.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-common-core.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-container.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/jboss-dependency.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/jboss-deployers.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-j2ee.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-logging-log4j.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-logging-spi.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/jboss-microcontainer.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-remoting.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-security-spi.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-xml-binding.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/junit.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/log4j.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/mailapi.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/policy-1.0.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/qdox.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/resolver.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/serializer.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/wsdl4j.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/xmlsec.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/ejb3.deployer/jboss-annotations-ejb3.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/ejb3.deployer/jboss-ejb3x.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jaxb-xjc.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-dependency.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-microcontainer.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/servlet-api.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/stax-api-1.0.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/wsdl4j.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/wstx-lgpl-2.0.6.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/xalan.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/xercesImpl.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/xml-apis.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/xmlsec.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/xmlunit1.0.jar"/>
- <classpathentry combineaccessrules="false" kind="src" path="/jbossws-core"/>
<classpathentry kind="output" path="output-eclipse"/>
</classpath>
Modified: trunk/integration-tomcat/.project
===================================================================
--- trunk/integration-tomcat/.project 2007-01-06 07:31:56 UTC (rev 1842)
+++ trunk/integration-tomcat/.project 2007-01-06 07:32:03 UTC (rev 1843)
@@ -3,6 +3,7 @@
<name>integration-tomcat</name>
<comment></comment>
<projects>
+ <project>jbossws-core</project>
</projects>
<buildSpec>
<buildCommand>
17 years, 11 months
JBossWS SVN: r1842 - trunk/integration-jboss50
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-06 02:31:56 -0500 (Sat, 06 Jan 2007)
New Revision: 1842
Modified:
trunk/integration-jboss50/.classpath
Log:
Update eclipse project classpaths
Modified: trunk/integration-jboss50/.classpath
===================================================================
--- trunk/integration-jboss50/.classpath 2007-01-06 07:31:48 UTC (rev 1841)
+++ trunk/integration-jboss50/.classpath 2007-01-06 07:31:56 UTC (rev 1842)
@@ -3,38 +3,37 @@
<classpathentry excluding="org/jboss/ws/integration/jboss50/ServiceRefHandler.java" kind="src" path="src/main/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jboss-5.0.x"/>
- <classpathentry kind="lib" path="/build/thirdparty/activation.jar"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/jbossws-core"/>
+ <classpathentry kind="lib" path="/build/thirdparty/ejb3.deployer/jboss-ejb3.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-deployers.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-vfs.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/ant.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/activation.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/commons-logging.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/concurrent.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/hibernate3.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/javassist.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jaxb-api.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jaxb-impl.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/jaxb-xjc.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-common-core.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-container.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/jboss-dependency.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/jboss-deployers.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-j2ee.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-logging-log4j.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-logging-spi.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/jboss-microcontainer.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-remoting.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-security-spi.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-xml-binding.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/junit.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/log4j.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/mailapi.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/policy-1.0.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/qdox.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/resolver.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/serializer.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/wsdl4j.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/xmlsec.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/ejb3.deployer/jboss-annotations-ejb3.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/ejb3.deployer/jboss-ejb3x.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jaxb-xjc.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-dependency.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-microcontainer.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/servlet-api.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/stax-api-1.0.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/wsdl4j.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/wstx-lgpl-2.0.6.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/xalan.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/xercesImpl.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/xml-apis.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/xmlsec.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/xmlunit1.0.jar"/>
- <classpathentry combineaccessrules="false" kind="src" path="/jbossws-core"/>
<classpathentry kind="output" path="output-eclipse"/>
</classpath>
17 years, 11 months
JBossWS SVN: r1841 - trunk/integration-jboss42
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-06 02:31:48 -0500 (Sat, 06 Jan 2007)
New Revision: 1841
Modified:
trunk/integration-jboss42/.classpath
Log:
Update eclipse project classpaths
Modified: trunk/integration-jboss42/.classpath
===================================================================
--- trunk/integration-jboss42/.classpath 2007-01-06 07:31:41 UTC (rev 1840)
+++ trunk/integration-jboss42/.classpath 2007-01-06 07:31:48 UTC (rev 1841)
@@ -3,38 +3,35 @@
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jboss-4.2.x"/>
- <classpathentry kind="lib" path="/build/thirdparty/activation.jar"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/jbossws-core"/>
<classpathentry kind="lib" path="/build/thirdparty/ant.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/activation.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/commons-logging.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/concurrent.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/hibernate3.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/javassist.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jaxb-api.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jaxb-impl.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/jaxb-xjc.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-common-core.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-container.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/jboss-dependency.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/jboss-deployers.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-j2ee.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-logging-log4j.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-logging-spi.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/jboss-microcontainer.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-remoting.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-security-spi.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-xml-binding.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/junit.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/log4j.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/mailapi.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/policy-1.0.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/qdox.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/resolver.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/serializer.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/wsdl4j.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/xmlsec.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/ejb3.deployer/jboss-annotations-ejb3.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/ejb3.deployer/jboss-ejb3x.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jaxb-xjc.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-dependency.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-microcontainer.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/servlet-api.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/stax-api-1.0.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/wsdl4j.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/wstx-lgpl-2.0.6.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/xalan.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/xercesImpl.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/xml-apis.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/xmlsec.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/xmlunit1.0.jar"/>
- <classpathentry combineaccessrules="false" kind="src" path="/jbossws-core"/>
+ <classpathentry kind="lib" path="/build/thirdparty/ejb3.deployer/jboss-ejb3.jar"/>
<classpathentry kind="output" path="output-eclipse"/>
</classpath>
17 years, 11 months
JBossWS SVN: r1840 - in trunk/jbossws-core: . src/main/resources/samples/common
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-06 02:31:41 -0500 (Sat, 06 Jan 2007)
New Revision: 1840
Modified:
trunk/jbossws-core/.classpath
trunk/jbossws-core/src/main/resources/samples/common/build-thirdparty.xml
Log:
Update eclipse project classpaths
Modified: trunk/jbossws-core/.classpath
===================================================================
--- trunk/jbossws-core/.classpath 2007-01-06 07:31:34 UTC (rev 1839)
+++ trunk/jbossws-core/.classpath 2007-01-06 07:31:41 UTC (rev 1840)
@@ -2,40 +2,33 @@
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jboss-5.0.x"/>
- <classpathentry combineaccessrules="false" kind="src" path="/build"/>
- <classpathentry kind="lib" path="/build/thirdparty/activation.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/ant.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/activation.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/commons-logging.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/concurrent.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/hibernate3.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/javassist.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jaxb-api.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jaxb-impl.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/jaxb-xjc.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-common-core.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-container.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/jboss-dependency.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/jboss-deployers.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-j2ee.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-logging-log4j.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-logging-spi.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/jboss-microcontainer.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-remoting.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-security-spi.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/jboss-xml-binding.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/junit.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/log4j.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/mailapi.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/policy-1.0.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/qdox.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/resolver.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/serializer.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/wsdl4j.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/xmlsec.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/ejb3.deployer/jboss-annotations-ejb3.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/ejb3.deployer/jboss-ejb3x.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jaxb-xjc.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-dependency.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-microcontainer.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/servlet-api.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/stax-api-1.0.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/wsdl4j.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/wstx-lgpl-2.0.6.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/xalan.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/xercesImpl.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/xml-apis.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/xmlsec.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/xmlunit1.0.jar"/>
- <classpathentry kind="lib" path="/build/thirdparty/jboss-vfs.jar"/>
<classpathentry kind="output" path="output-eclipse"/>
</classpath>
Modified: trunk/jbossws-core/src/main/resources/samples/common/build-thirdparty.xml
===================================================================
--- trunk/jbossws-core/src/main/resources/samples/common/build-thirdparty.xml 2007-01-06 07:31:34 UTC (rev 1839)
+++ trunk/jbossws-core/src/main/resources/samples/common/build-thirdparty.xml 2007-01-06 07:31:41 UTC (rev 1840)
@@ -43,7 +43,6 @@
<get src="${jboss.repository}/sun-jaxb/${sun-jaxb}/lib/jaxb-api.jar" dest="${thirdparty.dir}/jaxb-api.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/sun-jaxb/${sun-jaxb}/lib/jaxb-impl.jar" dest="${thirdparty.dir}/jaxb-impl.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/sun-javamail/${sun-javamail}/lib/mailapi.jar" dest="${thirdparty.dir}/mailapi.jar" usetimestamp="true" verbose="true"/>
- <get src="${jboss.repository}/sun-javamail/${sun-javamail}/lib/mail.jar" dest="${thirdparty.dir}/mail.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/sun-servlet/${sun-servlet}/lib/servlet-api.jar" dest="${thirdparty.dir}/servlet-api.jar" usetimestamp="true" verbose="true"/>
<unzip dest="${thirdparty.dir}" src="${thirdparty.dir}/ejb3.deployer.zip"/>
</target>
@@ -68,7 +67,6 @@
<pathelement location="${thirdparty.dir}/jboss-xml-binding.jar"/>
<pathelement location="${thirdparty.dir}/log4j.jar"/>
<pathelement location="${thirdparty.dir}/mailapi.jar"/>
- <pathelement location="${thirdparty.dir}/mail.jar"/>
<pathelement location="${thirdparty.dir}/wsdl4j.jar"/>
<pathelement location="${thirdparty.dir}/xmlsec.jar"/>
17 years, 11 months
JBossWS SVN: r1839 - trunk/integration-jboss40
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-06 02:31:34 -0500 (Sat, 06 Jan 2007)
New Revision: 1839
Modified:
trunk/integration-jboss40/.classpath
Log:
Update eclipse project classpaths
Modified: trunk/integration-jboss40/.classpath
===================================================================
--- trunk/integration-jboss40/.classpath 2007-01-05 22:31:58 UTC (rev 1838)
+++ trunk/integration-jboss40/.classpath 2007-01-06 07:31:34 UTC (rev 1839)
@@ -3,6 +3,34 @@
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/jbossws-core"/>
- <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jboss-4.2.x"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/integration-jboss42"/>
+ <classpathentry kind="lib" path="/build/thirdparty/ant.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/activation.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/commons-logging.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/concurrent.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/javassist.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jaxb-api.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jaxb-impl.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-common-core.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-container.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-j2ee.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-logging-log4j.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-logging-spi.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-remoting.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-security-spi.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-xml-binding.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/mailapi.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/wsdl4j.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/xmlsec.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/ejb3.deployer/jboss-annotations-ejb3.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/ejb3.deployer/jboss-ejb3x.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jaxb-xjc.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-dependency.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/jboss-microcontainer.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/servlet-api.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/stax-api-1.0.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/wstx-lgpl-2.0.6.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/xalan.jar"/>
+ <classpathentry kind="lib" path="/build/thirdparty/xercesImpl.jar"/>
<classpathentry kind="output" path="output-eclipse"/>
</classpath>
17 years, 11 months
JBossWS SVN: r1838 - trunk/jbossws-core/src/main/java/org/jboss/ws/core/server
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-05 17:31:58 -0500 (Fri, 05 Jan 2007)
New Revision: 1838
Modified:
trunk/jbossws-core/src/main/java/org/jboss/ws/core/server/UnifiedDeploymentInfo.java
Log:
Add a hack to handle URL protocol: vfsfile
Modified: trunk/jbossws-core/src/main/java/org/jboss/ws/core/server/UnifiedDeploymentInfo.java
===================================================================
--- trunk/jbossws-core/src/main/java/org/jboss/ws/core/server/UnifiedDeploymentInfo.java 2007-01-05 22:00:45 UTC (rev 1837)
+++ trunk/jbossws-core/src/main/java/org/jboss/ws/core/server/UnifiedDeploymentInfo.java 2007-01-05 22:31:58 UTC (rev 1838)
@@ -95,6 +95,11 @@
catch (MalformedURLException ex)
{
String deploymentPath = url.toExternalForm();
+
+ // FIXME: remove this hack
+ if (deploymentPath.startsWith("vfsfile:"))
+ deploymentPath = "jar:" + deploymentPath.substring(3);
+
if (deploymentPath.startsWith("jar:") && deploymentPath.endsWith("!/") == false)
deploymentPath += "!/";
17 years, 12 months
JBossWS SVN: r1837 - trunk/build/ant-import
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-05 17:00:45 -0500 (Fri, 05 Jan 2007)
New Revision: 1837
Modified:
trunk/build/ant-import/build-thirdparty.xml
Log:
Add jboss-vfs.jar
Modified: trunk/build/ant-import/build-thirdparty.xml
===================================================================
--- trunk/build/ant-import/build-thirdparty.xml 2007-01-05 21:53:04 UTC (rev 1836)
+++ trunk/build/ant-import/build-thirdparty.xml 2007-01-05 22:00:45 UTC (rev 1837)
@@ -112,6 +112,7 @@
<path refid="core.classpath"/>
<pathelement location="${thirdparty.dir}/ejb3.deployer/jboss-ejb3.jar"/>
<pathelement location="${thirdparty.dir}/jboss-deployers.jar"/>
+ <pathelement location="${thirdparty.dir}/jboss-vfs.jar"/>
<pathelement location="${jboss50.lib}/jboss-j2se.jar"/>
<pathelement location="${jboss50.server.lib}/jboss.jar"/>
<pathelement location="${jboss50.server.deployers}/jboss-aop-jboss5.deployer/jboss-aop-jdk50.jar"/>
17 years, 12 months
JBossWS SVN: r1836 - trunk/integration-jboss42
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-05 16:53:04 -0500 (Fri, 05 Jan 2007)
New Revision: 1836
Modified:
trunk/integration-jboss42/build.xml
Log:
Fix tomcat integration
Add config name/file access on StubExt
Modified: trunk/integration-jboss42/build.xml
===================================================================
--- trunk/integration-jboss42/build.xml 2007-01-05 21:52:57 UTC (rev 1835)
+++ trunk/integration-jboss42/build.xml 2007-01-05 21:53:04 UTC (rev 1836)
@@ -13,8 +13,8 @@
<project default="main" basedir="../integration-jboss42" name="JBossWS-JBoss42">
+ <import file="${basedir}/../build/ant-import/build-thirdparty.xml"/>
<import file="${basedir}/../build/ant-import/build-setup.xml"/>
- <import file="${basedir}/../build/ant-import/build-thirdparty.xml"/>
<import file="${basedir}/../jbossws-core/build.xml"/>
<property name="jboss42.src.dir" value="${integration.jboss42.dir}/src/main"/>
17 years, 12 months
JBossWS SVN: r1835 - in trunk/integration-tomcat: . src/main/java/org/jboss/ws/integration/tomcat
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-05 16:52:57 -0500 (Fri, 05 Jan 2007)
New Revision: 1835
Modified:
trunk/integration-tomcat/build.xml
trunk/integration-tomcat/src/main/java/org/jboss/ws/integration/tomcat/DeploymentInfoAdaptor.java
Log:
Fix tomcat integration
Add config name/file access on StubExt
Modified: trunk/integration-tomcat/build.xml
===================================================================
--- trunk/integration-tomcat/build.xml 2007-01-05 21:52:51 UTC (rev 1834)
+++ trunk/integration-tomcat/build.xml 2007-01-05 21:52:57 UTC (rev 1835)
@@ -109,11 +109,14 @@
<target name="tomcat-thirdparty-jar" unless="jbossws.thirdparty.available">
<!-- Build jbossws-thirdparty.jar -->
<mkdir dir="${tomcat.output.lib.dir}/build"/>
+ <unjar dest="${tomcat.output.lib.dir}/build" src="${thirdparty.dir}/ejb3.deployer/jboss-ejb3x.jar"/>
<unjar dest="${tomcat.output.lib.dir}/build" src="${thirdparty.dir}/jaxb-api.jar"/>
+ <unjar dest="${tomcat.output.lib.dir}/build" src="${thirdparty.dir}/jaxb-impl.jar"/>
<unjar dest="${tomcat.output.lib.dir}/build" src="${thirdparty.dir}/jboss-common-core.jar"/>
<unjar dest="${tomcat.output.lib.dir}/build" src="${thirdparty.dir}/jboss-j2ee.jar"/>
<unjar dest="${tomcat.output.lib.dir}/build" src="${thirdparty.dir}/jboss-container.jar"/>
<unjar dest="${tomcat.output.lib.dir}/build" src="${thirdparty.dir}/jboss-dependency.jar"/>
+ <unjar dest="${tomcat.output.lib.dir}/build" src="${thirdparty.dir}/jboss-logging-log4j.jar"/>
<unjar dest="${tomcat.output.lib.dir}/build" src="${thirdparty.dir}/jboss-logging-spi.jar"/>
<unjar dest="${tomcat.output.lib.dir}/build" src="${thirdparty.dir}/jboss-microcontainer.jar"/>
<unjar dest="${tomcat.output.lib.dir}/build" src="${thirdparty.dir}/jboss-remoting.jar"/>
Modified: trunk/integration-tomcat/src/main/java/org/jboss/ws/integration/tomcat/DeploymentInfoAdaptor.java
===================================================================
--- trunk/integration-tomcat/src/main/java/org/jboss/ws/integration/tomcat/DeploymentInfoAdaptor.java 2007-01-05 21:52:51 UTC (rev 1834)
+++ trunk/integration-tomcat/src/main/java/org/jboss/ws/integration/tomcat/DeploymentInfoAdaptor.java 2007-01-05 21:52:57 UTC (rev 1835)
@@ -65,11 +65,11 @@
// ignore
}
- String shortName = getContextRoot(warURL);
- shortName = shortName.substring(1) + ".war";
-
- udi.simpleName = shortName;
- //udi.url = warURL;
+ String contextRoot = getContextRoot(warURL);
+
+ udi.name = contextRoot;
+ udi.simpleName = contextRoot.substring(1) + ".war";
+ udi.url = warURL;
udi.metaData = buildWebMetaData(udi, ctx);
udi.classLoader = loader;
@@ -83,7 +83,7 @@
UnifiedWebMetaData wmd = new UnifiedWebMetaData();
wmd.setServletMappings(getServetMappings(webXML));
wmd.setServletClassNames(getServetClassMap(webXML));
- //wmd.setContextRoot(getContextRoot(udi.url));
+ wmd.setContextRoot(getContextRoot(udi.url));
wmd.setConfigName(ctx.getInitParameter("jbossws-config-name"));
wmd.setConfigFile(ctx.getInitParameter("jbossws-config-file"));
wmd.setSecurityMetaData(getSecurityMetaData(webXML));
17 years, 12 months