JBossWS SVN: r5654 - in stack/cxf/trunk: ant-import and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: heiko.braun(a)jboss.com
Date: 2008-02-11 10:44:38 -0500 (Mon, 11 Feb 2008)
New Revision: 5654
Modified:
stack/cxf/trunk/ant-import/build-bin-dist.xml
stack/cxf/trunk/build.xml
stack/cxf/trunk/src/main/distro/Install.txt
stack/cxf/trunk/src/main/distro/ReleaseNotes.txt
stack/cxf/trunk/src/main/resources/jbossws-context.war/index.html
stack/cxf/trunk/version.properties
Log:
svn merge -r5631:HEAD https://svn.jboss.org/repos/jbossws/stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA
Modified: stack/cxf/trunk/ant-import/build-bin-dist.xml
===================================================================
--- stack/cxf/trunk/ant-import/build-bin-dist.xml 2008-02-11 15:38:27 UTC (rev 5653)
+++ stack/cxf/trunk/ant-import/build-bin-dist.xml 2008-02-11 15:44:38 UTC (rev 5654)
@@ -99,7 +99,7 @@
<include name="jbossws-spi.jar"/>
</fileset>
<fileset dir="${cxf.dir}/output/lib">
- <include name="jbossws-context.war"/>
+ <include name="jbossws-context.war/**"/>
<include name="jbossws-cxf.jar"/>
<include name="jbossws-cxf-client.jar"/>
<include name="jbossws-cxf42.sar"/>
Modified: stack/cxf/trunk/build.xml
===================================================================
--- stack/cxf/trunk/build.xml 2008-02-11 15:38:27 UTC (rev 5653)
+++ stack/cxf/trunk/build.xml 2008-02-11 15:44:38 UTC (rev 5654)
@@ -211,7 +211,7 @@
<jar jarfile="${cxf.output.lib.dir}/jbossws-cxf42.sar" manifest="${cxf.output.etc.dir}/default.mf">
<fileset dir="${cxf.output.lib.dir}">
<include name="cxf-${cxf.version}.jar"/>
- <include name="jbossws-context.war"/>
+ <include name="jbossws-context.war/**"/>
<include name="jbossws-cxf.jar"/>
</fileset>
<fileset dir="${thirdparty.dir}">
Modified: stack/cxf/trunk/src/main/distro/Install.txt
===================================================================
--- stack/cxf/trunk/src/main/distro/Install.txt 2008-02-11 15:38:27 UTC (rev 5653)
+++ stack/cxf/trunk/src/main/distro/Install.txt 2008-02-11 15:44:38 UTC (rev 5654)
@@ -2,26 +2,32 @@
@implementation.title@
@implementation.url@
-Version: jbossws-(a)version.id@
+Version: @specification.version@-cxf-(a)version.id@
Installation instructions
=========================
-This distribution ships with JBoss binaries for JDK1.4 and JDK1.5.
-Please make sure your chose the right distribution that fits your target JDK.
-
In order to install JBossWS the following steps are necessary:
-1.) Copy ant.properties.examples to ant.properties
-2.) Modify the target container location in ant.properties
-3.) Execute one of the following
+1.) Modify the target container location in ant.properties
+2.) Make sure to uninstall any deployed stack
- ant deploy-jboss50
- ant deploy-jboss42
- ant deploy-jboss40
- ant deploy-jboss40-jdk14
- ant deploy-tomcat
+ ant undeploy-<jboss.version>
+ I.e. 'ant undeploy-jboss422'
+
+3.) Install JBossWS-CXF into the target container
+
+ ant deploy-<jboss-version>
+
+ I.e. 'ant deploy-jboss422'
+
+4.) Execute the samples to verify your installation
+
+ 'ant tests'
+
+ You should see no errors.
+
Please consult the wiki for detailed up to date install instructions
http://labs.jboss.com/portal/jbossws/
@@ -29,7 +35,7 @@
http://localhost:8080/jbossws
If you have any questions, please post to the userforum:
-http://www.jboss.org/index.html?module=bb&op=viewforum&f=200
+http://www.jboss.org/index.html?module=bb&op=viewforum&f=276
Enjoy,
The JBossWS Team
\ No newline at end of file
Modified: stack/cxf/trunk/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/cxf/trunk/src/main/distro/ReleaseNotes.txt 2008-02-11 15:38:27 UTC (rev 5653)
+++ stack/cxf/trunk/src/main/distro/ReleaseNotes.txt 2008-02-11 15:44:38 UTC (rev 5654)
@@ -2,7 +2,7 @@
@implementation.title@
@implementation.url@
-Version: jbossws-(a)version.id@
+Version: @specification.version@-cxf-(a)version.id@
Release Notes
=============
@@ -14,7 +14,7 @@
that ship with the distribution.
If you have any questions, please post to the JBossWS User Forum
-http://www.jboss.org/index.html?module=bb&op=viewforum&f=200
+http://www.jboss.org/index.html?module=bb&op=viewforum&f=276
For details see the change log.
http://jira.jboss.com/jira/browse/JBWS?report=com.atlassian.jira.plugin.s...
@@ -22,242 +22,22 @@
For issues that are scheduled for future versions see the road map.
http://jira.jboss.com/jira/browse/JBWS?report=com.atlassian.jira.plugin.s...
-What's new in jbossws-(a)version.id@
+What's new in @specification.version@-cxf-(a)version.id@
----------------------------------
-Feature Request
-
- * [JBWS-434] - Support sequences of anys in JAXRPC
- * [JBWS-1460] - @XmlMimeType and @XmlAttachmentRef on SEI parameter declarations
- * [JBWS-1518] - Add support for jdk-1.6
- * [JBWS-1597] - WSDL To Java - Add support for bound headers.
- * [JBWS-1666] - Simplify jbosws jar dependencies
- * [JBWS-1564] - Support swaRef with JAX-WS
- * [JBWS-1618] - Make default context root for jaxws ejb endpoint configurable
- * [JBWS-429] - WSDL To Java - Create Custom Holders for Custom types that define INOUT parameters and OUT parameters
- * [JBWS-771] - Use part names that are friendly to .NET
-
Bug
- * [JBWS-801] - Chunked transfer of large attachments
- * [JBWS-805] - Fault code is always 'Client'
- * [JBWS-859] - SOAPMessageUnMarshaller doesn't support HTTP server response [204] - No Content
- * [JBWS-862] - Return SOAP Fault for invalid soap messages
- * [JBWS-1093] - Deploying a war that also contains normal servlets the web.xml is modified as if they are all endpoints
- * [JBWS-1263] - Addressing does not disable the mustUnderstand attribute, which causes HandlerchainBaseImple.checkMustUnderstand to fail
- * [JBWS-1283] - Soap attachments were dropped on server responses. Attachment is added on a handler's handleResponse method; however it mysteriously disappeared on the outgoing soap message.
- * [JBWS-1339] - @Security domain vs. <security-domain>
- * [JBWS-1346] - wsa:ReplyTo alwayt null
- * [JBWS-1403] - NumberFormatException When Using StubExt.PROPERTY_CLIENT_TIMEOUT
- * [JBWS-1422] - NPE if @WebParam.name like "mX.."
- * [JBWS-1439] - Jdk 1.6.0 Requests get the error "setProperty must be overridden by all subclasses of SOAPMessage"
- * [JBWS-1446] - Invalid WSDL when a parameter of type Object is part of a webmethod
- * [JBWS-1468] - @Resource WebServiceContext for jbossas-4.x
- * [JBWS-1472] - Address in WSDL is now always replaced regardless of 'alwaysModifySOAPAddress' value.
- * [JBWS-1511] - MessageFactory does not preserve comments
- * [JBWS-1520] - No server response on invalid soap request
- * [JBWS-1553] - fails to read operations for portType from different namespace
- * [JBWS-1556] - @WebWservice does not work with class isolation
- * [JBWS-1563] - WSDLDefinitionsFactory doesn't resolve schema references locally
- * [JBWS-1566] - JBossWS-1.2.0.GA invalid wsdl generated when using @XmlSchema annotations on Types inheriting from >1 java package
- * [JBWS-1579] - @EndpointConfig ignored on SEI
- * [JBWS-1588] - Review jar in classpath for wsrunclient.sh
- * [JBWS-1594] - Support certificate password different from keystore
- * [JBWS-1595] - No typemapping for xsd:anyType with soap encoding
- * [JBWS-1607] - WSDL To Java - document/literal, IN OUT parameter incorectly used as return type.
- * [JBWS-1609] - Address in WSDL - Port value is -1 when server is requested with default port 80
- * [JBWS-1611] - SOAPAction is not sent in dispath requests
- * [JBWS-1616] - Verify correct bahaviour of @WebService.wsdlLocation
- * [JBWS-1619] - ServletEndpointContext.getHttpSession always creates HTTPSession
- * [JBWS-1620] - Incorrect handling of MIME boundaries in MultipartRelatedDecoder
- * [JBWS-1621] - wstools.sh contain the wrong client libs and will fail
- * [JBWS-1622] - Multiple context root not supported
- * [JBWS-1624] - JBossWS samples don't work with JMX authentication
- * [JBWS-1625] - Calling SOAPPart.setContent() with a DOMSource containing an Element which is a SOAPElement the contents of the body are added twice.
- * [JBWS-1627] - WSDL To Java - Array Unwrapping uses incorect case to reference array type.
- * [JBWS-1647] - Text Node Preservation For Messages Sent Across The Wire
- * [JBWS-1653] - Post-handler-chain not invoked for "Standard Client" configuration
- * [JBWS-1657] - Error resolving swaref schema
- * [JBWS-1658] - SwaRef fails with doclit/wrapped endpoints
- * [JBWS-1659] - @XmlAttachmentRef ignored on method level
- * [JBWS-1660] - Resolve swaref schema through entity resolver
- * [JBWS-1680] - Dispatch.invoke does not throw a ProtocolException on Fault
- * [JBWS-1690] - Review wstools scripts and jars copied to client.
- * [JBWS-1691] - WSDL To Java - Initial Character of Service and SEI names should be upper case.
- * [JBWS-1692] - SOAPElement.importNode() not supported
- * [JBWS-1696] - MIssing wsdl4j.jar in scripts
- * [JBWS-1697] - WSDL To Java - Incorrect handling of Simple types derived by restriction for holders.
- * [JBWS-1698] - WSDL To Java - If fault name contains 'Fault' the generated Exception does not match the throws clause on the SEI
- * [JBWS-1706] - SOAPConnection.get fails with ProtocolException
- * [JBWS-1710] - StackOverflowError when calling SOAPDocument.createCDATASection
- * [JBWS-1711] - NoClassDefFoundError: com/sun/xml/stream/buffer/XMLStreamBuffer
+ * [JBWS-1754] - Investigate CXF samples oneway
+ * [JBWS-1756] - Fix @WebServiceRef with CXF
Task
- * [JBWS-1661] - Update to jaxb-ri-2.1
+ * [JBWS-1677] - Redirect CXF message logging to jboss log
+ * [JBWS-1742] - Update to cxf-2.0.3-incubator
+ * [JBWS-1952] - Release jbossws-cxf-1.0.0 binary
Errata
-------
- FIXME: [JBAS-3595] - Tomcat allows http access with transport guarantie CONFIDENTIAL
- FIXME: [JBWEB-68] Servlet.init(ServletConfig) not called
- FIXME: [JBCTS-540] EJB3 proxy does not implement the Home interface
- FIXME: [JBWS-1312] Fix JMS transport in trunk
- FIXME: [JBWS-1330] Fix jaxrpc wsse tests for jbossws-5.0
- FIXME: [JBWS-1397] Fix <wsdl-publish-location> for jboss-5.0.x
- FIXME: [JBWS-1460] @XmlMimeType on SEI parameter declarations
- FIXME: [JBWS-1617] JAXRPC doc/literal trims empty string
- FIXME: [JBWS-751] Multiple schema imports with the same namespace
- FIXME: [JBWS-798] Complete EventingTestCase
- FIXME: [JBWS-981] Virtual host configuration for EJB endpoints
-
-Enjoy,
-The JBossWS Team
-Previous Releases ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-What's new in JBossWS-1.2.1
----------------------------
-Feature Request
-
- * [JBWS-1156] - Implement injection of WebServiceRef
- * [JBWS-1021] - Implement javax.xml.ws.Endpoint
- * [JBWS-1022] - Implement javax.xml.ws.WebServiceContext
- * [JBWS-1023] - Implement javax.xml.ws.Service
- * [JBWS-1024] - Implement javax.xml.ws.BindingProvider
- * [JBWS-1025] - Implement javax.xml.ws.Dispatch
- * [JBWS-1070] - Add context-root in generated jboss-web.xml for Endpoint API
- * [JBWS-1207] - Async jaxws dispatch
- * [JBWS-1208] - Async jaxws proxy
- * [JBWS-1020] - Implement javax.xml.ws.Provider
- * [JBWS-1192] - Examples for JSR181 EJB Endpoints: show how to use a JavaBean as an operations's argument or return value
- * [JBWS-1388] - Notification validation before dispatch
- * [JBWS-1406] - WS-Eventing: event notification failure
- * [JBWS-1438] - Implement @WebServiceRef injection for JBossAS-4.2
- * [JBWS-1443] - getMessageContext Not Implemented
- * [JBWS-1456] - Allow client configuration on StubExt
- * [JBWS-1457] - Support soap attachments on StubExt
-
-Task
-
- * [JBWS-1284] - Gracefully handle invalid ImageIO mime types
- * [JBWS-1297] - Implement JAXB Fault Marshalling
- * [JBWS-1404] - Add support for differing namespaces on SEI and implementation bean
- * [JBWS-644] - JAXWS initial implementation
- * [JBWS-1031] - Use JAXB-2.0 for JSR-181 endpoints
- * [JBWS-1099] - Implement JAXWS Handler Framework
- * [JBWS-1150] - Implement JAXWS Logical Handlers
- * [JBWS-1315] - Implement WS deployers for jbossas/trunk
- * [JBWS-1425] - Update to remoting-2.0
- * [JBWS-723] - Protect access to WSDL
- * [JBWS-1077] - Improve/Complete security documentation
- * [JBWS-1098] - Publicly available interop endpoints
- * [JBWS-1100] - Move WS-Eventing to updated wsa schema
- * [JBWS-1155] - Document SwA/XOP usage with JSR181 endpoints.
- * [JBWS-1307] - JAXWS user guide and samples
- * [JBWS-1418] - Provide JBossWS API docs
- * [JBWS-1429] - Cleanup PortComponent annotation
- * [JBWS-1433] - Remerge connector discovery code
- * [JBWS-1434] - Client programming: Add property API at Service level similiar to StubExt.
- * [JBWS-1473] - Setup soak and performance tests
- * [JBWS-1503] - Support XOP samples in tomcat
- * [JBWS-1504] - Resolve dependency on snapshots
-
-Bug
-
- * [JBWS-1079] - Incorrect WSDL to Java mapping for anonymous struct.
- * [JBWS-1336] - JAXWSDeployerJSE throws NPE
- * [JBWS-1389] - WebServiceProvider should be allowed on EJB3 beans
- * [JBWS-1409] - WsdlGenerator crashes on void-methods
- * [JBWS-1168] - JAXWS handler ordering
- * [JBWS-1357] - JAXWSDeployerJSE is not handling jsp servlet defs correctly
- * [JBWS-1374] - Package to namespace mapping is wrong
- * [JBWS-1375] - JSR181MetaDataBuilder inspects java.* classes
- * [JBWS-800] - ClassCastException when trying to marshal a subclass of Date
- * [JBWS-810] - Simple type with restriction
- * [JBWS-1184] - WSDL to Java - maps required xsd:double attribute to java.lang.Double
- * [JBWS-1231] - wstools/java-wsdl does not handle recursive types
- * [JBWS-1259] - WSDL To Java - StackOverflowError with self referencing element.
- * [JBWS-1260] - WSDL To Java - Parameter unwrapping fails for a lot of scenarios.
- * [JBWS-1285] - NPE when the soap encoded array size is 0 on the return path
- * [JBWS-1317] - webservices.xml override does not account for namespaces
- * [JBWS-1328] - Security configuration not correctly loaded when deployed as ear to JBoss 5.0.x
- * [JBWS-1378] - NPE in replaceAddressLocation with SOAP1.2 WSDL
- * [JBWS-1384] - Attachment parts with doclit message
- * [JBWS-1386] - ComplexType with base64Binary property
- * [JBWS-1393] - Problem interpreting messages with attachment when confronted with no <start> header
- * [JBWS-1396] - Now jbossws-beans is exploded jbossws.sar must be exploded
- * [JBWS-1408] - NPE when jbossws.sar is not expanded
- * [JBWS-1410] - NumberFormatException From StubExt.PROPERTY_CLIENT_TIMEOUT
- * [JBWS-1427] - Handling of invalid binding port type ref and doc/lit message parts
- * [JBWS-1428] - Java to WSDL - Arrays defined with indexed properties within value type are skipped when generating the WSDL
- * [JBWS-1441] - WSDL to Java - Complex type defined with complexContent only last element is in the generated java class if base type is empty
- * [JBWS-1450] - WSDL To Java - Parameter unwrapping not handling nillable types correctly.
- * [JBWS-1451] - comparison of the mime type should not be case sensitive
- * [JBWS-1455] - WSDL To Java - Generated jaxrpc mapping contains same exception mapped multiple times if there are multiple operations.
- * [JBWS-1468] - @Resource WebServiceContext for jbossas-4.x
- * [JBWS-1497] - Fix failed resource lookup when offline
- * [JBWS-1501] - wsimport RI fails when processing parameterOrder on one-way operations
-
-
-Errata
-------
- FIXME: [JBWS-1294] Add support for mapping async methods
- FIXME: [JBWS-1511] MessageFactory does not preserve comments
- FIXME: [JBWS-434] Support sequences of anys in JAXRPC
- FIXME: [JBWS-751] Multiple schema imports with the same namespace
-
-What's new in jbossws-1.0.4
----------------------------
-
-* [JBWS-660] XOP inline base64Binary and sign message
-* [JBWS-779] Add webservices.xml support to wsdlTojava
-* [JBWS-868] BPEL in jbossws-samples
-* [JBWS-1113] Improve performance of Service.getPort()
-* [JBWS-1178] Multiple virtual host and soap:address problem
-* [JBWS-1182] Change wsdl-java@file to wsdl-java@location
-* [JBWS-1200] Provide source download for GA release
-* [JBWS-1261] Provide support for additional MTOM java types besides byte[]
-* [JBWS-1299] Add support for wsdl-java@parameter-style
-* [JBWS-1302] Use EAR name in context root for EJB endpoints
-* [JBWS-1323] Add JBoss EULA
-* Bug fixes
-
-Errata
-------
-
-* FIXME: [JBWS-1291] Fix JaxrpcMappingValidator
-* FIXME: [JBWS-1292] Fix XOPElementRPCTestCase
-* FIXME: [JBWS-269] Support attachments in Web Services Tools
-* FIXME: [JBWS-269] Support attachments in Web Services Tools
-* FIXME: [JBWS-434] Support sequences of anys
-* FIXME: [JBWS-798] Complete EventingTestCase
-* FIXME: [JBWS-798] Complete EventingTestCase
-* FIXME: [JBWS-798] Complete EventingTestCase
-* FIXME: [JBWS-940] Add wsdl-java support for jdk 1.4 typesafe enums
-
-What's new in jbossws-1.0.3
-----------------------------------
-
-* [JBWS-983] Configure SOAPAction on the Call object
-* [JBWS-1090] preventing override of webservices.xml when multiple web services are processed with wstools
-* [JBWS-1160] XOP Inline base64 for doc/lit requests
-* Bug fixes
-
-What's new in jbossws-1.0.2
-----------------------------------
-
-* [JBWS-855] Provide MTOM for document/literal
-* [JBWS-920] integrate wstools wsdl2java functionality
-* [JBWS-921] integrate wstools java2wsdl functionality
-* [JBWS-932] Performance bottleneck when marshalling array types
-* Bug fixes
-
-What's new in jbossws-1.0.1
-----------------------------------
-
-* [JBWS-776] WSDLToJava Support wildcards
-* [JBWS-852] Integration with Mikrocontainer
-* [JBWS-865] Support security annotations for EJB3 endpoints
-* [JBWS-871] Arrays with JSR181 endpoints
-* [JBWS-923] Complete MTOM for rpc/literal
-* Bug fixes
+ * [CXF-1257] Cannot create proxy for namespaced doc/wrapped
+ * [CXF-1258] soap:Fault response does not cause SOAPFaultException
+ * [JBWS-1655] - Add support for endpoint address rewriting
Modified: stack/cxf/trunk/src/main/resources/jbossws-context.war/index.html
===================================================================
--- stack/cxf/trunk/src/main/resources/jbossws-context.war/index.html 2008-02-11 15:38:27 UTC (rev 5653)
+++ stack/cxf/trunk/src/main/resources/jbossws-context.war/index.html 2008-02-11 15:44:38 UTC (rev 5654)
@@ -46,7 +46,7 @@
<fieldset>
<legend><b>Community</b></legend>
<ul>
- <li><a href="http://www.jboss.org/index.html?module=bb&op=viewforum&f=200">User forum</a></li>
+ <li><a href="http://www.jboss.org/index.html?module=bb&op=viewforum&f=276">User forum</a></li>
<li><a href="http://www.jboss.org/index.html?module=bb&op=viewforum&f=174">Design forum</a></li>
<li><a href="https://lists.jboss.org/mailman/listinfo/jbossws-users">Mailing list</a></li>
</ul>
Modified: stack/cxf/trunk/version.properties
===================================================================
--- stack/cxf/trunk/version.properties 2008-02-11 15:38:27 UTC (rev 5653)
+++ stack/cxf/trunk/version.properties 2008-02-11 15:44:38 UTC (rev 5654)
@@ -3,10 +3,10 @@
specification.title=JBossWS
specification.vendor=JBoss (http://www.jboss.org)
- specification.version=jbossws-3.0
+specification.version=jbossws-3.0
-version.id=1.0.0.DEV
-repository.id=snapshot
+version.id=1.0.0.GA
+repository.id=1.0.0.GA
implementation.title=JBoss Web Services - Apache CXF
implementation.url=http://www.jboss.org/products/jbossws
@@ -36,7 +36,7 @@
# Thirdparty library versions
jbossws-spi=1.0.1.GA
jbossws-common=1.0.3.GA
-jbossws-framework=2.0.3.GA
+jbossws-framework=3.0.0.GA
jbossws-macros=1.0.0.GA
jbossws-jboss42=4.2.1.GA
16 years, 11 months
JBossWS SVN: r5653 - in stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA: ant-import and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: heiko.braun(a)jboss.com
Date: 2008-02-11 10:38:27 -0500 (Mon, 11 Feb 2008)
New Revision: 5653
Modified:
stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/ant-import/build-bin-dist.xml
stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/build.xml
Log:
Fix broken jbossws web context
Modified: stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/ant-import/build-bin-dist.xml
===================================================================
--- stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/ant-import/build-bin-dist.xml 2008-02-11 15:31:24 UTC (rev 5652)
+++ stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/ant-import/build-bin-dist.xml 2008-02-11 15:38:27 UTC (rev 5653)
@@ -99,7 +99,7 @@
<include name="jbossws-spi.jar"/>
</fileset>
<fileset dir="${cxf.dir}/output/lib">
- <include name="jbossws-context.war"/>
+ <include name="jbossws-context.war/**"/>
<include name="jbossws-cxf.jar"/>
<include name="jbossws-cxf-client.jar"/>
<include name="jbossws-cxf42.sar"/>
Modified: stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/build.xml
===================================================================
--- stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/build.xml 2008-02-11 15:31:24 UTC (rev 5652)
+++ stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/build.xml 2008-02-11 15:38:27 UTC (rev 5653)
@@ -211,7 +211,7 @@
<jar jarfile="${cxf.output.lib.dir}/jbossws-cxf42.sar" manifest="${cxf.output.etc.dir}/default.mf">
<fileset dir="${cxf.output.lib.dir}">
<include name="cxf-${cxf.version}.jar"/>
- <include name="jbossws-context.war"/>
+ <include name="jbossws-context.war/**"/>
<include name="jbossws-cxf.jar"/>
</fileset>
<fileset dir="${thirdparty.dir}">
16 years, 11 months
JBossWS SVN: r5652 - in stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/src/main: resources/jbossws-context.war and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: heiko.braun(a)jboss.com
Date: 2008-02-11 10:31:24 -0500 (Mon, 11 Feb 2008)
New Revision: 5652
Modified:
stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/src/main/distro/Install.txt
stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/src/main/distro/ReleaseNotes.txt
stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/src/main/resources/jbossws-context.war/index.html
Log:
Update docs and release notes
Modified: stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/src/main/distro/Install.txt
===================================================================
--- stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/src/main/distro/Install.txt 2008-02-11 15:31:05 UTC (rev 5651)
+++ stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/src/main/distro/Install.txt 2008-02-11 15:31:24 UTC (rev 5652)
@@ -2,26 +2,32 @@
@implementation.title@
@implementation.url@
-Version: jbossws-(a)version.id@
+Version: @specification.version@-cxf-(a)version.id@
Installation instructions
=========================
-This distribution ships with JBoss binaries for JDK1.4 and JDK1.5.
-Please make sure your chose the right distribution that fits your target JDK.
-
In order to install JBossWS the following steps are necessary:
-1.) Copy ant.properties.examples to ant.properties
-2.) Modify the target container location in ant.properties
-3.) Execute one of the following
+1.) Modify the target container location in ant.properties
+2.) Make sure to uninstall any deployed stack
- ant deploy-jboss50
- ant deploy-jboss42
- ant deploy-jboss40
- ant deploy-jboss40-jdk14
- ant deploy-tomcat
+ ant undeploy-<jboss.version>
+ I.e. 'ant undeploy-jboss422'
+
+3.) Install JBossWS-CXF into the target container
+
+ ant deploy-<jboss-version>
+
+ I.e. 'ant deploy-jboss422'
+
+4.) Execute the samples to verify your installation
+
+ 'ant tests'
+
+ You should see no errors.
+
Please consult the wiki for detailed up to date install instructions
http://labs.jboss.com/portal/jbossws/
@@ -29,7 +35,7 @@
http://localhost:8080/jbossws
If you have any questions, please post to the userforum:
-http://www.jboss.org/index.html?module=bb&op=viewforum&f=200
+http://www.jboss.org/index.html?module=bb&op=viewforum&f=276
Enjoy,
The JBossWS Team
\ No newline at end of file
Modified: stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/src/main/distro/ReleaseNotes.txt 2008-02-11 15:31:05 UTC (rev 5651)
+++ stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/src/main/distro/ReleaseNotes.txt 2008-02-11 15:31:24 UTC (rev 5652)
@@ -2,7 +2,7 @@
@implementation.title@
@implementation.url@
-Version: jbossws-(a)version.id@
+Version: @specification.version@-cxf-(a)version.id@
Release Notes
=============
@@ -14,7 +14,7 @@
that ship with the distribution.
If you have any questions, please post to the JBossWS User Forum
-http://www.jboss.org/index.html?module=bb&op=viewforum&f=200
+http://www.jboss.org/index.html?module=bb&op=viewforum&f=276
For details see the change log.
http://jira.jboss.com/jira/browse/JBWS?report=com.atlassian.jira.plugin.s...
@@ -22,242 +22,22 @@
For issues that are scheduled for future versions see the road map.
http://jira.jboss.com/jira/browse/JBWS?report=com.atlassian.jira.plugin.s...
-What's new in jbossws-(a)version.id@
+What's new in @specification.version@-cxf-(a)version.id@
----------------------------------
-Feature Request
-
- * [JBWS-434] - Support sequences of anys in JAXRPC
- * [JBWS-1460] - @XmlMimeType and @XmlAttachmentRef on SEI parameter declarations
- * [JBWS-1518] - Add support for jdk-1.6
- * [JBWS-1597] - WSDL To Java - Add support for bound headers.
- * [JBWS-1666] - Simplify jbosws jar dependencies
- * [JBWS-1564] - Support swaRef with JAX-WS
- * [JBWS-1618] - Make default context root for jaxws ejb endpoint configurable
- * [JBWS-429] - WSDL To Java - Create Custom Holders for Custom types that define INOUT parameters and OUT parameters
- * [JBWS-771] - Use part names that are friendly to .NET
-
Bug
- * [JBWS-801] - Chunked transfer of large attachments
- * [JBWS-805] - Fault code is always 'Client'
- * [JBWS-859] - SOAPMessageUnMarshaller doesn't support HTTP server response [204] - No Content
- * [JBWS-862] - Return SOAP Fault for invalid soap messages
- * [JBWS-1093] - Deploying a war that also contains normal servlets the web.xml is modified as if they are all endpoints
- * [JBWS-1263] - Addressing does not disable the mustUnderstand attribute, which causes HandlerchainBaseImple.checkMustUnderstand to fail
- * [JBWS-1283] - Soap attachments were dropped on server responses. Attachment is added on a handler's handleResponse method; however it mysteriously disappeared on the outgoing soap message.
- * [JBWS-1339] - @Security domain vs. <security-domain>
- * [JBWS-1346] - wsa:ReplyTo alwayt null
- * [JBWS-1403] - NumberFormatException When Using StubExt.PROPERTY_CLIENT_TIMEOUT
- * [JBWS-1422] - NPE if @WebParam.name like "mX.."
- * [JBWS-1439] - Jdk 1.6.0 Requests get the error "setProperty must be overridden by all subclasses of SOAPMessage"
- * [JBWS-1446] - Invalid WSDL when a parameter of type Object is part of a webmethod
- * [JBWS-1468] - @Resource WebServiceContext for jbossas-4.x
- * [JBWS-1472] - Address in WSDL is now always replaced regardless of 'alwaysModifySOAPAddress' value.
- * [JBWS-1511] - MessageFactory does not preserve comments
- * [JBWS-1520] - No server response on invalid soap request
- * [JBWS-1553] - fails to read operations for portType from different namespace
- * [JBWS-1556] - @WebWservice does not work with class isolation
- * [JBWS-1563] - WSDLDefinitionsFactory doesn't resolve schema references locally
- * [JBWS-1566] - JBossWS-1.2.0.GA invalid wsdl generated when using @XmlSchema annotations on Types inheriting from >1 java package
- * [JBWS-1579] - @EndpointConfig ignored on SEI
- * [JBWS-1588] - Review jar in classpath for wsrunclient.sh
- * [JBWS-1594] - Support certificate password different from keystore
- * [JBWS-1595] - No typemapping for xsd:anyType with soap encoding
- * [JBWS-1607] - WSDL To Java - document/literal, IN OUT parameter incorectly used as return type.
- * [JBWS-1609] - Address in WSDL - Port value is -1 when server is requested with default port 80
- * [JBWS-1611] - SOAPAction is not sent in dispath requests
- * [JBWS-1616] - Verify correct bahaviour of @WebService.wsdlLocation
- * [JBWS-1619] - ServletEndpointContext.getHttpSession always creates HTTPSession
- * [JBWS-1620] - Incorrect handling of MIME boundaries in MultipartRelatedDecoder
- * [JBWS-1621] - wstools.sh contain the wrong client libs and will fail
- * [JBWS-1622] - Multiple context root not supported
- * [JBWS-1624] - JBossWS samples don't work with JMX authentication
- * [JBWS-1625] - Calling SOAPPart.setContent() with a DOMSource containing an Element which is a SOAPElement the contents of the body are added twice.
- * [JBWS-1627] - WSDL To Java - Array Unwrapping uses incorect case to reference array type.
- * [JBWS-1647] - Text Node Preservation For Messages Sent Across The Wire
- * [JBWS-1653] - Post-handler-chain not invoked for "Standard Client" configuration
- * [JBWS-1657] - Error resolving swaref schema
- * [JBWS-1658] - SwaRef fails with doclit/wrapped endpoints
- * [JBWS-1659] - @XmlAttachmentRef ignored on method level
- * [JBWS-1660] - Resolve swaref schema through entity resolver
- * [JBWS-1680] - Dispatch.invoke does not throw a ProtocolException on Fault
- * [JBWS-1690] - Review wstools scripts and jars copied to client.
- * [JBWS-1691] - WSDL To Java - Initial Character of Service and SEI names should be upper case.
- * [JBWS-1692] - SOAPElement.importNode() not supported
- * [JBWS-1696] - MIssing wsdl4j.jar in scripts
- * [JBWS-1697] - WSDL To Java - Incorrect handling of Simple types derived by restriction for holders.
- * [JBWS-1698] - WSDL To Java - If fault name contains 'Fault' the generated Exception does not match the throws clause on the SEI
- * [JBWS-1706] - SOAPConnection.get fails with ProtocolException
- * [JBWS-1710] - StackOverflowError when calling SOAPDocument.createCDATASection
- * [JBWS-1711] - NoClassDefFoundError: com/sun/xml/stream/buffer/XMLStreamBuffer
+ * [JBWS-1754] - Investigate CXF samples oneway
+ * [JBWS-1756] - Fix @WebServiceRef with CXF
Task
- * [JBWS-1661] - Update to jaxb-ri-2.1
+ * [JBWS-1677] - Redirect CXF message logging to jboss log
+ * [JBWS-1742] - Update to cxf-2.0.3-incubator
+ * [JBWS-1952] - Release jbossws-cxf-1.0.0 binary
Errata
-------
- FIXME: [JBAS-3595] - Tomcat allows http access with transport guarantie CONFIDENTIAL
- FIXME: [JBWEB-68] Servlet.init(ServletConfig) not called
- FIXME: [JBCTS-540] EJB3 proxy does not implement the Home interface
- FIXME: [JBWS-1312] Fix JMS transport in trunk
- FIXME: [JBWS-1330] Fix jaxrpc wsse tests for jbossws-5.0
- FIXME: [JBWS-1397] Fix <wsdl-publish-location> for jboss-5.0.x
- FIXME: [JBWS-1460] @XmlMimeType on SEI parameter declarations
- FIXME: [JBWS-1617] JAXRPC doc/literal trims empty string
- FIXME: [JBWS-751] Multiple schema imports with the same namespace
- FIXME: [JBWS-798] Complete EventingTestCase
- FIXME: [JBWS-981] Virtual host configuration for EJB endpoints
-
-Enjoy,
-The JBossWS Team
-Previous Releases ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-What's new in JBossWS-1.2.1
----------------------------
-Feature Request
-
- * [JBWS-1156] - Implement injection of WebServiceRef
- * [JBWS-1021] - Implement javax.xml.ws.Endpoint
- * [JBWS-1022] - Implement javax.xml.ws.WebServiceContext
- * [JBWS-1023] - Implement javax.xml.ws.Service
- * [JBWS-1024] - Implement javax.xml.ws.BindingProvider
- * [JBWS-1025] - Implement javax.xml.ws.Dispatch
- * [JBWS-1070] - Add context-root in generated jboss-web.xml for Endpoint API
- * [JBWS-1207] - Async jaxws dispatch
- * [JBWS-1208] - Async jaxws proxy
- * [JBWS-1020] - Implement javax.xml.ws.Provider
- * [JBWS-1192] - Examples for JSR181 EJB Endpoints: show how to use a JavaBean as an operations's argument or return value
- * [JBWS-1388] - Notification validation before dispatch
- * [JBWS-1406] - WS-Eventing: event notification failure
- * [JBWS-1438] - Implement @WebServiceRef injection for JBossAS-4.2
- * [JBWS-1443] - getMessageContext Not Implemented
- * [JBWS-1456] - Allow client configuration on StubExt
- * [JBWS-1457] - Support soap attachments on StubExt
-
-Task
-
- * [JBWS-1284] - Gracefully handle invalid ImageIO mime types
- * [JBWS-1297] - Implement JAXB Fault Marshalling
- * [JBWS-1404] - Add support for differing namespaces on SEI and implementation bean
- * [JBWS-644] - JAXWS initial implementation
- * [JBWS-1031] - Use JAXB-2.0 for JSR-181 endpoints
- * [JBWS-1099] - Implement JAXWS Handler Framework
- * [JBWS-1150] - Implement JAXWS Logical Handlers
- * [JBWS-1315] - Implement WS deployers for jbossas/trunk
- * [JBWS-1425] - Update to remoting-2.0
- * [JBWS-723] - Protect access to WSDL
- * [JBWS-1077] - Improve/Complete security documentation
- * [JBWS-1098] - Publicly available interop endpoints
- * [JBWS-1100] - Move WS-Eventing to updated wsa schema
- * [JBWS-1155] - Document SwA/XOP usage with JSR181 endpoints.
- * [JBWS-1307] - JAXWS user guide and samples
- * [JBWS-1418] - Provide JBossWS API docs
- * [JBWS-1429] - Cleanup PortComponent annotation
- * [JBWS-1433] - Remerge connector discovery code
- * [JBWS-1434] - Client programming: Add property API at Service level similiar to StubExt.
- * [JBWS-1473] - Setup soak and performance tests
- * [JBWS-1503] - Support XOP samples in tomcat
- * [JBWS-1504] - Resolve dependency on snapshots
-
-Bug
-
- * [JBWS-1079] - Incorrect WSDL to Java mapping for anonymous struct.
- * [JBWS-1336] - JAXWSDeployerJSE throws NPE
- * [JBWS-1389] - WebServiceProvider should be allowed on EJB3 beans
- * [JBWS-1409] - WsdlGenerator crashes on void-methods
- * [JBWS-1168] - JAXWS handler ordering
- * [JBWS-1357] - JAXWSDeployerJSE is not handling jsp servlet defs correctly
- * [JBWS-1374] - Package to namespace mapping is wrong
- * [JBWS-1375] - JSR181MetaDataBuilder inspects java.* classes
- * [JBWS-800] - ClassCastException when trying to marshal a subclass of Date
- * [JBWS-810] - Simple type with restriction
- * [JBWS-1184] - WSDL to Java - maps required xsd:double attribute to java.lang.Double
- * [JBWS-1231] - wstools/java-wsdl does not handle recursive types
- * [JBWS-1259] - WSDL To Java - StackOverflowError with self referencing element.
- * [JBWS-1260] - WSDL To Java - Parameter unwrapping fails for a lot of scenarios.
- * [JBWS-1285] - NPE when the soap encoded array size is 0 on the return path
- * [JBWS-1317] - webservices.xml override does not account for namespaces
- * [JBWS-1328] - Security configuration not correctly loaded when deployed as ear to JBoss 5.0.x
- * [JBWS-1378] - NPE in replaceAddressLocation with SOAP1.2 WSDL
- * [JBWS-1384] - Attachment parts with doclit message
- * [JBWS-1386] - ComplexType with base64Binary property
- * [JBWS-1393] - Problem interpreting messages with attachment when confronted with no <start> header
- * [JBWS-1396] - Now jbossws-beans is exploded jbossws.sar must be exploded
- * [JBWS-1408] - NPE when jbossws.sar is not expanded
- * [JBWS-1410] - NumberFormatException From StubExt.PROPERTY_CLIENT_TIMEOUT
- * [JBWS-1427] - Handling of invalid binding port type ref and doc/lit message parts
- * [JBWS-1428] - Java to WSDL - Arrays defined with indexed properties within value type are skipped when generating the WSDL
- * [JBWS-1441] - WSDL to Java - Complex type defined with complexContent only last element is in the generated java class if base type is empty
- * [JBWS-1450] - WSDL To Java - Parameter unwrapping not handling nillable types correctly.
- * [JBWS-1451] - comparison of the mime type should not be case sensitive
- * [JBWS-1455] - WSDL To Java - Generated jaxrpc mapping contains same exception mapped multiple times if there are multiple operations.
- * [JBWS-1468] - @Resource WebServiceContext for jbossas-4.x
- * [JBWS-1497] - Fix failed resource lookup when offline
- * [JBWS-1501] - wsimport RI fails when processing parameterOrder on one-way operations
-
-
-Errata
-------
- FIXME: [JBWS-1294] Add support for mapping async methods
- FIXME: [JBWS-1511] MessageFactory does not preserve comments
- FIXME: [JBWS-434] Support sequences of anys in JAXRPC
- FIXME: [JBWS-751] Multiple schema imports with the same namespace
-
-What's new in jbossws-1.0.4
----------------------------
-
-* [JBWS-660] XOP inline base64Binary and sign message
-* [JBWS-779] Add webservices.xml support to wsdlTojava
-* [JBWS-868] BPEL in jbossws-samples
-* [JBWS-1113] Improve performance of Service.getPort()
-* [JBWS-1178] Multiple virtual host and soap:address problem
-* [JBWS-1182] Change wsdl-java@file to wsdl-java@location
-* [JBWS-1200] Provide source download for GA release
-* [JBWS-1261] Provide support for additional MTOM java types besides byte[]
-* [JBWS-1299] Add support for wsdl-java@parameter-style
-* [JBWS-1302] Use EAR name in context root for EJB endpoints
-* [JBWS-1323] Add JBoss EULA
-* Bug fixes
-
-Errata
-------
-
-* FIXME: [JBWS-1291] Fix JaxrpcMappingValidator
-* FIXME: [JBWS-1292] Fix XOPElementRPCTestCase
-* FIXME: [JBWS-269] Support attachments in Web Services Tools
-* FIXME: [JBWS-269] Support attachments in Web Services Tools
-* FIXME: [JBWS-434] Support sequences of anys
-* FIXME: [JBWS-798] Complete EventingTestCase
-* FIXME: [JBWS-798] Complete EventingTestCase
-* FIXME: [JBWS-798] Complete EventingTestCase
-* FIXME: [JBWS-940] Add wsdl-java support for jdk 1.4 typesafe enums
-
-What's new in jbossws-1.0.3
-----------------------------------
-
-* [JBWS-983] Configure SOAPAction on the Call object
-* [JBWS-1090] preventing override of webservices.xml when multiple web services are processed with wstools
-* [JBWS-1160] XOP Inline base64 for doc/lit requests
-* Bug fixes
-
-What's new in jbossws-1.0.2
-----------------------------------
-
-* [JBWS-855] Provide MTOM for document/literal
-* [JBWS-920] integrate wstools wsdl2java functionality
-* [JBWS-921] integrate wstools java2wsdl functionality
-* [JBWS-932] Performance bottleneck when marshalling array types
-* Bug fixes
-
-What's new in jbossws-1.0.1
-----------------------------------
-
-* [JBWS-776] WSDLToJava Support wildcards
-* [JBWS-852] Integration with Mikrocontainer
-* [JBWS-865] Support security annotations for EJB3 endpoints
-* [JBWS-871] Arrays with JSR181 endpoints
-* [JBWS-923] Complete MTOM for rpc/literal
-* Bug fixes
+ * [CXF-1257] Cannot create proxy for namespaced doc/wrapped
+ * [CXF-1258] soap:Fault response does not cause SOAPFaultException
+ * [JBWS-1655] - Add support for endpoint address rewriting
Modified: stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/src/main/resources/jbossws-context.war/index.html
===================================================================
--- stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/src/main/resources/jbossws-context.war/index.html 2008-02-11 15:31:05 UTC (rev 5651)
+++ stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/src/main/resources/jbossws-context.war/index.html 2008-02-11 15:31:24 UTC (rev 5652)
@@ -46,7 +46,7 @@
<fieldset>
<legend><b>Community</b></legend>
<ul>
- <li><a href="http://www.jboss.org/index.html?module=bb&op=viewforum&f=200">User forum</a></li>
+ <li><a href="http://www.jboss.org/index.html?module=bb&op=viewforum&f=276">User forum</a></li>
<li><a href="http://www.jboss.org/index.html?module=bb&op=viewforum&f=174">Design forum</a></li>
<li><a href="https://lists.jboss.org/mailman/listinfo/jbossws-users">Mailing list</a></li>
</ul>
16 years, 11 months
JBossWS SVN: r5651 - stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA.
by jbossws-commits@lists.jboss.org
Author: heiko.braun(a)jboss.com
Date: 2008-02-11 10:31:05 -0500 (Mon, 11 Feb 2008)
New Revision: 5651
Modified:
stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/version.properties
Log:
Use framework 3.0
Modified: stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/version.properties
===================================================================
--- stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/version.properties 2008-02-11 14:51:18 UTC (rev 5650)
+++ stack/cxf/tags/jbossws-3.0-cxf-1.0.0.GA/version.properties 2008-02-11 15:31:05 UTC (rev 5651)
@@ -36,7 +36,7 @@
# Thirdparty library versions
jbossws-spi=1.0.1.GA
jbossws-common=1.0.3.GA
-jbossws-framework=2.0.3.GA
+jbossws-framework=3.0.0.GA
jbossws-macros=1.0.0.GA
jbossws-jboss42=4.2.1.GA
16 years, 11 months
JBossWS SVN: r5650 - framework/trunk/src/main/java/org/jboss/wsf/framework/deployment.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-02-11 09:51:18 -0500 (Mon, 11 Feb 2008)
New Revision: 5650
Modified:
framework/trunk/src/main/java/org/jboss/wsf/framework/deployment/DefaultEndpoint.java
Log:
fixing TODO
Modified: framework/trunk/src/main/java/org/jboss/wsf/framework/deployment/DefaultEndpoint.java
===================================================================
--- framework/trunk/src/main/java/org/jboss/wsf/framework/deployment/DefaultEndpoint.java 2008-02-11 14:18:21 UTC (rev 5649)
+++ framework/trunk/src/main/java/org/jboss/wsf/framework/deployment/DefaultEndpoint.java 2008-02-11 14:51:18 UTC (rev 5650)
@@ -104,11 +104,6 @@
throw new IllegalStateException("Target bean not set");
ClassLoader classLoader = service.getDeployment().getRuntimeClassLoader();
- if (classLoader == null)
- {
- // TODO: IMO this is an exception
- classLoader = service.getDeployment().getInitialClassLoader();
- }
if (classLoader == null)
throw new IllegalStateException("Deployment classloader not set");
16 years, 11 months
JBossWS SVN: r5649 - in stack/metro/tags/jbossws-3.0-metro-1.0.0.GA/src/main: resources/jbossws-context.war and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: heiko.braun(a)jboss.com
Date: 2008-02-11 09:18:21 -0500 (Mon, 11 Feb 2008)
New Revision: 5649
Modified:
stack/metro/tags/jbossws-3.0-metro-1.0.0.GA/src/main/distro/Install.txt
stack/metro/tags/jbossws-3.0-metro-1.0.0.GA/src/main/distro/ReleaseNotes.txt
stack/metro/tags/jbossws-3.0-metro-1.0.0.GA/src/main/resources/jbossws-context.war/index.html
Log:
Fix installation instructions and update release notes
Modified: stack/metro/tags/jbossws-3.0-metro-1.0.0.GA/src/main/distro/Install.txt
===================================================================
--- stack/metro/tags/jbossws-3.0-metro-1.0.0.GA/src/main/distro/Install.txt 2008-02-11 14:17:54 UTC (rev 5648)
+++ stack/metro/tags/jbossws-3.0-metro-1.0.0.GA/src/main/distro/Install.txt 2008-02-11 14:18:21 UTC (rev 5649)
@@ -2,26 +2,32 @@
@implementation.title@
@implementation.url@
-Version: jbossws-(a)version.id@
+Version: @specification.version@-metro-(a)version.id@
Installation instructions
=========================
-This distribution ships with JBoss binaries for JDK1.4 and JDK1.5.
-Please make sure your chose the right distribution that fits your target JDK.
-
In order to install JBossWS the following steps are necessary:
-1.) Copy ant.properties.examples to ant.properties
-2.) Modify the target container location in ant.properties
-3.) Execute one of the following
+1.) Modify the target container location in ant.properties
+2.) Make sure to uninstall any deployed stack
- ant deploy-jboss50
- ant deploy-jboss42
- ant deploy-jboss40
- ant deploy-jboss40-jdk14
- ant deploy-tomcat
+ ant undeploy-<jboss.version>
+ I.e. 'ant undeploy-jboss422'
+
+3.) Install JBossWS-Metro into the target container
+
+ ant deploy-<jboss-version>
+
+ I.e. 'ant deploy-jboss422'
+
+4.) Execute the samples to verify your installation
+
+ 'ant tests'
+
+ You should see no errors.
+
Please consult the wiki for detailed up to date install instructions
http://labs.jboss.com/portal/jbossws/
@@ -29,7 +35,7 @@
http://localhost:8080/jbossws
If you have any questions, please post to the userforum:
-http://www.jboss.org/index.html?module=bb&op=viewforum&f=200
+http://www.jboss.org/index.html?module=bb&op=viewforum&f=275
Enjoy,
The JBossWS Team
\ No newline at end of file
Modified: stack/metro/tags/jbossws-3.0-metro-1.0.0.GA/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/metro/tags/jbossws-3.0-metro-1.0.0.GA/src/main/distro/ReleaseNotes.txt 2008-02-11 14:17:54 UTC (rev 5648)
+++ stack/metro/tags/jbossws-3.0-metro-1.0.0.GA/src/main/distro/ReleaseNotes.txt 2008-02-11 14:18:21 UTC (rev 5649)
@@ -2,7 +2,7 @@
@implementation.title@
@implementation.url@
-Version: jbossws-(a)version.id@
+Version: @specification.version@-metro-(a)version.id@
Release Notes
=============
@@ -22,242 +22,34 @@
For issues that are scheduled for future versions see the road map.
http://jira.jboss.com/jira/browse/JBWS?report=com.atlassian.jira.plugin.s...
-What's new in jbossws-(a)version.id@
+What's new in @specification.version@-metro-(a)version.id@
----------------------------------
-Feature Request
-
- * [JBWS-434] - Support sequences of anys in JAXRPC
- * [JBWS-1460] - @XmlMimeType and @XmlAttachmentRef on SEI parameter declarations
- * [JBWS-1518] - Add support for jdk-1.6
- * [JBWS-1597] - WSDL To Java - Add support for bound headers.
- * [JBWS-1666] - Simplify jbosws jar dependencies
- * [JBWS-1564] - Support swaRef with JAX-WS
- * [JBWS-1618] - Make default context root for jaxws ejb endpoint configurable
- * [JBWS-429] - WSDL To Java - Create Custom Holders for Custom types that define INOUT parameters and OUT parameters
- * [JBWS-771] - Use part names that are friendly to .NET
-
Bug
- * [JBWS-801] - Chunked transfer of large attachments
- * [JBWS-805] - Fault code is always 'Client'
- * [JBWS-859] - SOAPMessageUnMarshaller doesn't support HTTP server response [204] - No Content
- * [JBWS-862] - Return SOAP Fault for invalid soap messages
- * [JBWS-1093] - Deploying a war that also contains normal servlets the web.xml is modified as if they are all endpoints
- * [JBWS-1263] - Addressing does not disable the mustUnderstand attribute, which causes HandlerchainBaseImple.checkMustUnderstand to fail
- * [JBWS-1283] - Soap attachments were dropped on server responses. Attachment is added on a handler's handleResponse method; however it mysteriously disappeared on the outgoing soap message.
- * [JBWS-1339] - @Security domain vs. <security-domain>
- * [JBWS-1346] - wsa:ReplyTo alwayt null
- * [JBWS-1403] - NumberFormatException When Using StubExt.PROPERTY_CLIENT_TIMEOUT
- * [JBWS-1422] - NPE if @WebParam.name like "mX.."
- * [JBWS-1439] - Jdk 1.6.0 Requests get the error "setProperty must be overridden by all subclasses of SOAPMessage"
- * [JBWS-1446] - Invalid WSDL when a parameter of type Object is part of a webmethod
- * [JBWS-1468] - @Resource WebServiceContext for jbossas-4.x
- * [JBWS-1472] - Address in WSDL is now always replaced regardless of 'alwaysModifySOAPAddress' value.
- * [JBWS-1511] - MessageFactory does not preserve comments
- * [JBWS-1520] - No server response on invalid soap request
- * [JBWS-1553] - fails to read operations for portType from different namespace
- * [JBWS-1556] - @WebWservice does not work with class isolation
- * [JBWS-1563] - WSDLDefinitionsFactory doesn't resolve schema references locally
- * [JBWS-1566] - JBossWS-1.2.0.GA invalid wsdl generated when using @XmlSchema annotations on Types inheriting from >1 java package
- * [JBWS-1579] - @EndpointConfig ignored on SEI
- * [JBWS-1588] - Review jar in classpath for wsrunclient.sh
- * [JBWS-1594] - Support certificate password different from keystore
- * [JBWS-1595] - No typemapping for xsd:anyType with soap encoding
- * [JBWS-1607] - WSDL To Java - document/literal, IN OUT parameter incorectly used as return type.
- * [JBWS-1609] - Address in WSDL - Port value is -1 when server is requested with default port 80
- * [JBWS-1611] - SOAPAction is not sent in dispath requests
- * [JBWS-1616] - Verify correct bahaviour of @WebService.wsdlLocation
- * [JBWS-1619] - ServletEndpointContext.getHttpSession always creates HTTPSession
- * [JBWS-1620] - Incorrect handling of MIME boundaries in MultipartRelatedDecoder
- * [JBWS-1621] - wstools.sh contain the wrong client libs and will fail
- * [JBWS-1622] - Multiple context root not supported
- * [JBWS-1624] - JBossWS samples don't work with JMX authentication
- * [JBWS-1625] - Calling SOAPPart.setContent() with a DOMSource containing an Element which is a SOAPElement the contents of the body are added twice.
- * [JBWS-1627] - WSDL To Java - Array Unwrapping uses incorect case to reference array type.
- * [JBWS-1647] - Text Node Preservation For Messages Sent Across The Wire
- * [JBWS-1653] - Post-handler-chain not invoked for "Standard Client" configuration
- * [JBWS-1657] - Error resolving swaref schema
- * [JBWS-1658] - SwaRef fails with doclit/wrapped endpoints
- * [JBWS-1659] - @XmlAttachmentRef ignored on method level
- * [JBWS-1660] - Resolve swaref schema through entity resolver
- * [JBWS-1680] - Dispatch.invoke does not throw a ProtocolException on Fault
- * [JBWS-1690] - Review wstools scripts and jars copied to client.
- * [JBWS-1691] - WSDL To Java - Initial Character of Service and SEI names should be upper case.
- * [JBWS-1692] - SOAPElement.importNode() not supported
- * [JBWS-1696] - MIssing wsdl4j.jar in scripts
- * [JBWS-1697] - WSDL To Java - Incorrect handling of Simple types derived by restriction for holders.
- * [JBWS-1698] - WSDL To Java - If fault name contains 'Fault' the generated Exception does not match the throws clause on the SEI
- * [JBWS-1706] - SOAPConnection.get fails with ProtocolException
- * [JBWS-1710] - StackOverflowError when calling SOAPDocument.createCDATASection
- * [JBWS-1711] - NoClassDefFoundError: com/sun/xml/stream/buffer/XMLStreamBuffer
+ * [JBWS-1669] - Fix WebServiceContext.getMessageContext() for EJB endpoints
+ * [JBWS-1681] - Fix SunRI XOP contentType handling
+ * [JBWS-1684] - Fix @WebServiceRef with SunRI
+ * [JBWS-1772] - WSConsume output is not correctly redirected
-Task
-
- * [JBWS-1661] - Update to jaxb-ri-2.1
-
-Errata
-------
- FIXME: [JBAS-3595] - Tomcat allows http access with transport guarantie CONFIDENTIAL
- FIXME: [JBWEB-68] Servlet.init(ServletConfig) not called
- FIXME: [JBCTS-540] EJB3 proxy does not implement the Home interface
- FIXME: [JBWS-1312] Fix JMS transport in trunk
- FIXME: [JBWS-1330] Fix jaxrpc wsse tests for jbossws-5.0
- FIXME: [JBWS-1397] Fix <wsdl-publish-location> for jboss-5.0.x
- FIXME: [JBWS-1460] @XmlMimeType on SEI parameter declarations
- FIXME: [JBWS-1617] JAXRPC doc/literal trims empty string
- FIXME: [JBWS-751] Multiple schema imports with the same namespace
- FIXME: [JBWS-798] Complete EventingTestCase
- FIXME: [JBWS-981] Virtual host configuration for EJB endpoints
-
-Enjoy,
-The JBossWS Team
-
-Previous Releases ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-What's new in JBossWS-1.2.1
----------------------------
Feature Request
- * [JBWS-1156] - Implement injection of WebServiceRef
- * [JBWS-1021] - Implement javax.xml.ws.Endpoint
- * [JBWS-1022] - Implement javax.xml.ws.WebServiceContext
- * [JBWS-1023] - Implement javax.xml.ws.Service
- * [JBWS-1024] - Implement javax.xml.ws.BindingProvider
- * [JBWS-1025] - Implement javax.xml.ws.Dispatch
- * [JBWS-1070] - Add context-root in generated jboss-web.xml for Endpoint API
- * [JBWS-1207] - Async jaxws dispatch
- * [JBWS-1208] - Async jaxws proxy
- * [JBWS-1020] - Implement javax.xml.ws.Provider
- * [JBWS-1192] - Examples for JSR181 EJB Endpoints: show how to use a JavaBean as an operations's argument or return value
- * [JBWS-1388] - Notification validation before dispatch
- * [JBWS-1406] - WS-Eventing: event notification failure
- * [JBWS-1438] - Implement @WebServiceRef injection for JBossAS-4.2
- * [JBWS-1443] - getMessageContext Not Implemented
- * [JBWS-1456] - Allow client configuration on StubExt
- * [JBWS-1457] - Support soap attachments on StubExt
+ * [JBWS-1667] - Implement WSContractProvider for Sun-RI integration
+ * [JBWS-1737] - Fix service-ref for Sun-RI
Task
- * [JBWS-1284] - Gracefully handle invalid ImageIO mime types
- * [JBWS-1297] - Implement JAXB Fault Marshalling
- * [JBWS-1404] - Add support for differing namespaces on SEI and implementation bean
- * [JBWS-644] - JAXWS initial implementation
- * [JBWS-1031] - Use JAXB-2.0 for JSR-181 endpoints
- * [JBWS-1099] - Implement JAXWS Handler Framework
- * [JBWS-1150] - Implement JAXWS Logical Handlers
- * [JBWS-1315] - Implement WS deployers for jbossas/trunk
- * [JBWS-1425] - Update to remoting-2.0
- * [JBWS-723] - Protect access to WSDL
- * [JBWS-1077] - Improve/Complete security documentation
- * [JBWS-1098] - Publicly available interop endpoints
- * [JBWS-1100] - Move WS-Eventing to updated wsa schema
- * [JBWS-1155] - Document SwA/XOP usage with JSR181 endpoints.
- * [JBWS-1307] - JAXWS user guide and samples
- * [JBWS-1418] - Provide JBossWS API docs
- * [JBWS-1429] - Cleanup PortComponent annotation
- * [JBWS-1433] - Remerge connector discovery code
- * [JBWS-1434] - Client programming: Add property API at Service level similiar to StubExt.
- * [JBWS-1473] - Setup soak and performance tests
- * [JBWS-1503] - Support XOP samples in tomcat
- * [JBWS-1504] - Resolve dependency on snapshots
+ * [JBWS-1670] - SunRI client does not throw UserException
+ * [JBWS-1675] - Redirect SunRI logging to jboss log
+ * [JBWS-1951] - Release jbossws-metro-1.0.0 binary
+ * [JBWS-1954] - Include Metro specific tests in hudson QA
+ * [JBWS-1955] - Use stable Metro CVS tag/version
-Bug
-
- * [JBWS-1079] - Incorrect WSDL to Java mapping for anonymous struct.
- * [JBWS-1336] - JAXWSDeployerJSE throws NPE
- * [JBWS-1389] - WebServiceProvider should be allowed on EJB3 beans
- * [JBWS-1409] - WsdlGenerator crashes on void-methods
- * [JBWS-1168] - JAXWS handler ordering
- * [JBWS-1357] - JAXWSDeployerJSE is not handling jsp servlet defs correctly
- * [JBWS-1374] - Package to namespace mapping is wrong
- * [JBWS-1375] - JSR181MetaDataBuilder inspects java.* classes
- * [JBWS-800] - ClassCastException when trying to marshal a subclass of Date
- * [JBWS-810] - Simple type with restriction
- * [JBWS-1184] - WSDL to Java - maps required xsd:double attribute to java.lang.Double
- * [JBWS-1231] - wstools/java-wsdl does not handle recursive types
- * [JBWS-1259] - WSDL To Java - StackOverflowError with self referencing element.
- * [JBWS-1260] - WSDL To Java - Parameter unwrapping fails for a lot of scenarios.
- * [JBWS-1285] - NPE when the soap encoded array size is 0 on the return path
- * [JBWS-1317] - webservices.xml override does not account for namespaces
- * [JBWS-1328] - Security configuration not correctly loaded when deployed as ear to JBoss 5.0.x
- * [JBWS-1378] - NPE in replaceAddressLocation with SOAP1.2 WSDL
- * [JBWS-1384] - Attachment parts with doclit message
- * [JBWS-1386] - ComplexType with base64Binary property
- * [JBWS-1393] - Problem interpreting messages with attachment when confronted with no <start> header
- * [JBWS-1396] - Now jbossws-beans is exploded jbossws.sar must be exploded
- * [JBWS-1408] - NPE when jbossws.sar is not expanded
- * [JBWS-1410] - NumberFormatException From StubExt.PROPERTY_CLIENT_TIMEOUT
- * [JBWS-1427] - Handling of invalid binding port type ref and doc/lit message parts
- * [JBWS-1428] - Java to WSDL - Arrays defined with indexed properties within value type are skipped when generating the WSDL
- * [JBWS-1441] - WSDL to Java - Complex type defined with complexContent only last element is in the generated java class if base type is empty
- * [JBWS-1450] - WSDL To Java - Parameter unwrapping not handling nillable types correctly.
- * [JBWS-1451] - comparison of the mime type should not be case sensitive
- * [JBWS-1455] - WSDL To Java - Generated jaxrpc mapping contains same exception mapped multiple times if there are multiple operations.
- * [JBWS-1468] - @Resource WebServiceContext for jbossas-4.x
- * [JBWS-1497] - Fix failed resource lookup when offline
- * [JBWS-1501] - wsimport RI fails when processing parameterOrder on one-way operations
-
-
Errata
-------
- FIXME: [JBWS-1294] Add support for mapping async methods
- FIXME: [JBWS-1511] MessageFactory does not preserve comments
- FIXME: [JBWS-434] Support sequences of anys in JAXRPC
- FIXME: [JBWS-751] Multiple schema imports with the same namespace
-What's new in jbossws-1.0.4
----------------------------
-
-* [JBWS-660] XOP inline base64Binary and sign message
-* [JBWS-779] Add webservices.xml support to wsdlTojava
-* [JBWS-868] BPEL in jbossws-samples
-* [JBWS-1113] Improve performance of Service.getPort()
-* [JBWS-1178] Multiple virtual host and soap:address problem
-* [JBWS-1182] Change wsdl-java@file to wsdl-java@location
-* [JBWS-1200] Provide source download for GA release
-* [JBWS-1261] Provide support for additional MTOM java types besides byte[]
-* [JBWS-1299] Add support for wsdl-java@parameter-style
-* [JBWS-1302] Use EAR name in context root for EJB endpoints
-* [JBWS-1323] Add JBoss EULA
-* Bug fixes
-
-Errata
-------
-
-* FIXME: [JBWS-1291] Fix JaxrpcMappingValidator
-* FIXME: [JBWS-1292] Fix XOPElementRPCTestCase
-* FIXME: [JBWS-269] Support attachments in Web Services Tools
-* FIXME: [JBWS-269] Support attachments in Web Services Tools
-* FIXME: [JBWS-434] Support sequences of anys
-* FIXME: [JBWS-798] Complete EventingTestCase
-* FIXME: [JBWS-798] Complete EventingTestCase
-* FIXME: [JBWS-798] Complete EventingTestCase
-* FIXME: [JBWS-940] Add wsdl-java support for jdk 1.4 typesafe enums
-
-What's new in jbossws-1.0.3
-----------------------------------
-
-* [JBWS-983] Configure SOAPAction on the Call object
-* [JBWS-1090] preventing override of webservices.xml when multiple web services are processed with wstools
-* [JBWS-1160] XOP Inline base64 for doc/lit requests
-* Bug fixes
-
-What's new in jbossws-1.0.2
-----------------------------------
-
-* [JBWS-855] Provide MTOM for document/literal
-* [JBWS-920] integrate wstools wsdl2java functionality
-* [JBWS-921] integrate wstools java2wsdl functionality
-* [JBWS-932] Performance bottleneck when marshalling array types
-* Bug fixes
-
-What's new in jbossws-1.0.1
-----------------------------------
-
-* [JBWS-776] WSDLToJava Support wildcards
-* [JBWS-852] Integration with Mikrocontainer
-* [JBWS-865] Support security annotations for EJB3 endpoints
-* [JBWS-871] Arrays with JSR181 endpoints
-* [JBWS-923] Complete MTOM for rpc/literal
-* Bug fixes
+ * [JBWS-1671] SunRI client handler cannot set mime header
+ * [JBWS-1672] SunRI does not respect @HandlerChain on client SEI
+ * [JBWS-1772] WSConsume output is not correctly redirected
+ * [JBWS-1777] WSProvide output is not correctly redirected
+ * [JBWS-1776] Verify isolated classloading with WSProvide
+ * [JBWS-1773] Verify isolated classloading with WSConsume
Modified: stack/metro/tags/jbossws-3.0-metro-1.0.0.GA/src/main/resources/jbossws-context.war/index.html
===================================================================
--- stack/metro/tags/jbossws-3.0-metro-1.0.0.GA/src/main/resources/jbossws-context.war/index.html 2008-02-11 14:17:54 UTC (rev 5648)
+++ stack/metro/tags/jbossws-3.0-metro-1.0.0.GA/src/main/resources/jbossws-context.war/index.html 2008-02-11 14:18:21 UTC (rev 5649)
@@ -46,7 +46,7 @@
<fieldset>
<legend><b>Community</b></legend>
<ul>
- <li><a href="http://www.jboss.org/index.html?module=bb&op=viewforum&f=200">User forum</a></li>
+ <li><a href="http://www.jboss.org/index.html?module=bb&op=viewforum&f=275">User forum</a></li>
<li><a href="http://www.jboss.org/index.html?module=bb&op=viewforum&f=174">Design forum</a></li>
<li><a href="https://lists.jboss.org/mailman/listinfo/jbossws-users">Mailing list</a></li>
</ul>
16 years, 11 months
JBossWS SVN: r5648 - stack/metro/tags/jbossws-3.0-metro-1.0.0.GA.
by jbossws-commits@lists.jboss.org
Author: heiko.braun(a)jboss.com
Date: 2008-02-11 09:17:54 -0500 (Mon, 11 Feb 2008)
New Revision: 5648
Modified:
stack/metro/tags/jbossws-3.0-metro-1.0.0.GA/version.properties
Log:
Use jbossws-framework 3.0 binary
Modified: stack/metro/tags/jbossws-3.0-metro-1.0.0.GA/version.properties
===================================================================
--- stack/metro/tags/jbossws-3.0-metro-1.0.0.GA/version.properties 2008-02-11 13:46:04 UTC (rev 5647)
+++ stack/metro/tags/jbossws-3.0-metro-1.0.0.GA/version.properties 2008-02-11 14:17:54 UTC (rev 5648)
@@ -17,7 +17,7 @@
jbossws-spi=1.0.1.GA
jbossws-common=1.0.3.GA
jbossws-macros=1.0.0.GA
-jbossws-framework=2.0.3.GA
+jbossws-framework=3.0.0.GA
jbossws-jboss42=4.2.1.GA
junit=3.8.1
16 years, 11 months
JBossWS SVN: r5647 - framework/tags.
by jbossws-commits@lists.jboss.org
Author: heiko.braun(a)jboss.com
Date: 2008-02-11 08:46:04 -0500 (Mon, 11 Feb 2008)
New Revision: 5647
Added:
framework/tags/jbossws-framework-3.0.0.GA/
Log:
Create release tag
Copied: framework/tags/jbossws-framework-3.0.0.GA (from rev 5646, framework/branches/jbossws-3.0)
16 years, 11 months
JBossWS SVN: r5646 - framework/trunk/src/main/java/org/jboss/wsf/framework/deployment.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-02-11 04:56:55 -0500 (Mon, 11 Feb 2008)
New Revision: 5646
Modified:
framework/trunk/src/main/java/org/jboss/wsf/framework/deployment/DefaultEndpoint.java
Log:
remove useless field + minor optimization
Modified: framework/trunk/src/main/java/org/jboss/wsf/framework/deployment/DefaultEndpoint.java
===================================================================
--- framework/trunk/src/main/java/org/jboss/wsf/framework/deployment/DefaultEndpoint.java 2008-02-11 08:56:01 UTC (rev 5645)
+++ framework/trunk/src/main/java/org/jboss/wsf/framework/deployment/DefaultEndpoint.java 2008-02-11 09:56:55 UTC (rev 5646)
@@ -21,14 +21,12 @@
*/
package org.jboss.wsf.framework.deployment;
-import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.Vector;
import javax.management.ObjectName;
-import org.jboss.wsf.spi.binding.BindingCustomization;
import org.jboss.wsf.spi.deployment.AbstractExtensible;
import org.jboss.wsf.spi.deployment.Endpoint;
import org.jboss.wsf.spi.deployment.LifecycleHandler;
@@ -59,7 +57,6 @@
private InvocationHandler invocationHandler;
private LifecycleHandler lifecycleHandler;
private EndpointMetrics metrics;
- private List<BindingCustomization> bindingCustomizsations = new ArrayList<BindingCustomization>();
private String address;
private List<RecordProcessor> recordProcessors = new Vector<RecordProcessor>();
@@ -101,7 +98,7 @@
this.address = address;
}
- public Class getTargetBeanClass()
+ public Class<?> getTargetBeanClass()
{
if (targetBean == null)
throw new IllegalStateException("Target bean not set");
@@ -116,7 +113,7 @@
if (classLoader == null)
throw new IllegalStateException("Deployment classloader not set");
- Class beanClass;
+ Class<?> beanClass;
try
{
beanClass = classLoader.loadClass(targetBean);
16 years, 11 months
JBossWS SVN: r5645 - in framework/trunk: eclipse and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-02-11 03:56:01 -0500 (Mon, 11 Feb 2008)
New Revision: 5645
Modified:
framework/trunk/ant.properties.example
framework/trunk/eclipse/jbossws.userlibraries
Log:
beta4 is out, new one is CR1
Modified: framework/trunk/ant.properties.example
===================================================================
--- framework/trunk/ant.properties.example 2008-02-11 08:49:45 UTC (rev 5644)
+++ framework/trunk/ant.properties.example 2008-02-11 08:56:01 UTC (rev 5645)
@@ -47,7 +47,7 @@
hudson.jboss423.rev=HEAD
hudson.jboss500.url=https://svn.jboss.org/repos/jbossas/trunk
-hudson.jboss500.build=jboss-5.0.0.Beta4
+hudson.jboss500.build=jboss-5.0.0.CR1
hudson.jboss500.rev=HEAD
hudson.tck14.url=https://svn.corp.jboss.com/repos/tck/tck141/trunk
Modified: framework/trunk/eclipse/jbossws.userlibraries
===================================================================
--- framework/trunk/eclipse/jbossws.userlibraries 2008-02-11 08:49:45 UTC (rev 5644)
+++ framework/trunk/eclipse/jbossws.userlibraries 2008-02-11 08:56:01 UTC (rev 5645)
@@ -33,30 +33,30 @@
<archive path="/home/tdiesler/svn/jbossas/tags/JBoss_4_2_1_GA/build/output/jboss-4.2.1.GA/server/default/lib/jbosssx.jar"/>
</library>
<library name="jboss-5.0.x" systemlibrary="false">
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/lib/jboss-aop-jdk50.jar"/>
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/lib/jboss-j2se.jar"/>
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/server/default/lib/jboss-javaee.jar"/>
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/lib/jboss-system.jar"/>
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/lib/jboss-system-jmx.jar" source="/home/tdiesler/svn/jbossas/trunk/system-jmx/src/main"/>
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/lib/jboss-vfs.jar"/>
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/server/default/lib/jboss.jar" source="/home/tdiesler/svn/jbossas/trunk/server/src/main"/>
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/server/default/lib/jnpserver.jar"/>
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/server/default/deployers/jboss-aop-jboss5.deployer/jboss-aspect-library-jdk50.jar"/>
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/lib/jboss-logging-spi.jar"/>
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/lib/jboss-xml-binding.jar"/>
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/client/jboss-ejb3-client.jar"/>
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/client/jboss-ejb3-ext-api.jar"/>
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/lib/jboss-common-core.jar"/>
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/server/default/lib/jbosssx.jar"/>
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/server/default/deployers/ejb3.deployer/jboss-annotations-ejb3.jar"/>
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/server/default/deployers/ejb3.deployer/jboss-ejb3.jar"/>
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/server/default/lib/antlr.jar"/>
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/server/default/lib/jboss-security-spi.jar"/>
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/lib/jboss-deployers-structure-spi.jar"/>
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/lib/jboss-deployers-core-spi.jar"/>
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/lib/jboss-deployers-spi.jar"/>
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/lib/jboss-deployers-client-spi.jar"/>
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/lib/jboss-deployers-vfs-spi.jar"/>
-<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta4/server/default/deployers/jbossws.deployer/jbossws-jboss50.jar" source="/home/tdiesler/svn/jbossas/trunk/webservices/src/main"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/lib/jboss-aop-jdk50.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/lib/jboss-j2se.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/server/default/lib/jboss-javaee.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/lib/jboss-system.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/lib/jboss-system-jmx.jar" source="/home/tdiesler/svn/jbossas/trunk/system-jmx/src/main"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/lib/jboss-vfs.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/server/default/lib/jboss.jar" source="/home/tdiesler/svn/jbossas/trunk/server/src/main"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/server/default/lib/jnpserver.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/server/default/deployers/jboss-aop-jboss5.deployer/jboss-aspect-library-jdk50.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/lib/jboss-logging-spi.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/lib/jboss-xml-binding.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/client/jboss-ejb3-client.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/client/jboss-ejb3-ext-api.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/lib/jboss-common-core.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/server/default/lib/jbosssx.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/server/default/deployers/ejb3.deployer/jboss-annotations-ejb3.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/server/default/deployers/ejb3.deployer/jboss-ejb3.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/server/default/lib/antlr.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/server/default/lib/jboss-security-spi.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/lib/jboss-deployers-structure-spi.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/lib/jboss-deployers-core-spi.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/lib/jboss-deployers-spi.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/lib/jboss-deployers-client-spi.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/lib/jboss-deployers-vfs-spi.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/server/default/deployers/jbossws.deployer/jbossws-jboss50.jar" source="/home/tdiesler/svn/jbossas/trunk/webservices/src/main"/>
</library>
</eclipse-userlibraries>
16 years, 11 months