JBossWS SVN: r6165 - stack/native/trunk/ant-import.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-03-28 16:29:17 -0400 (Fri, 28 Mar 2008)
New Revision: 6165
Modified:
stack/native/trunk/ant-import/build-bin-dist.xml
Log:
fix binary distribution
Modified: stack/native/trunk/ant-import/build-bin-dist.xml
===================================================================
--- stack/native/trunk/ant-import/build-bin-dist.xml 2008-03-28 20:28:46 UTC (rev 6164)
+++ stack/native/trunk/ant-import/build-bin-dist.xml 2008-03-28 20:29:17 UTC (rev 6165)
@@ -94,7 +94,7 @@
<!-- build tools -->
<copy todir="${bindist.tools.dir}" overwrite="true">
- <fileset dir="${core.dir}/tools/ant"/>
+ <fileset dir="${core.dir}/tools"/>
</copy>
<copy todir="${bindist.dir}" overwrite="true">
<fileset dir="${core.dir}">
16 years, 9 months
JBossWS SVN: r6164 - stack/native/branches/jbossws-3.0.1-native-2.0.4.GA/ant-import.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-03-28 16:28:46 -0400 (Fri, 28 Mar 2008)
New Revision: 6164
Modified:
stack/native/branches/jbossws-3.0.1-native-2.0.4.GA/ant-import/build-bin-dist.xml
Log:
fix binary distribution
Modified: stack/native/branches/jbossws-3.0.1-native-2.0.4.GA/ant-import/build-bin-dist.xml
===================================================================
--- stack/native/branches/jbossws-3.0.1-native-2.0.4.GA/ant-import/build-bin-dist.xml 2008-03-28 20:28:29 UTC (rev 6163)
+++ stack/native/branches/jbossws-3.0.1-native-2.0.4.GA/ant-import/build-bin-dist.xml 2008-03-28 20:28:46 UTC (rev 6164)
@@ -94,7 +94,7 @@
<!-- build tools -->
<copy todir="${bindist.tools.dir}" overwrite="true">
- <fileset dir="${core.dir}/tools/ant"/>
+ <fileset dir="${core.dir}/tools"/>
</copy>
<copy todir="${bindist.dir}" overwrite="true">
<fileset dir="${core.dir}">
16 years, 9 months
JBossWS SVN: r6163 - stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/ant-import.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-03-28 16:28:29 -0400 (Fri, 28 Mar 2008)
New Revision: 6163
Modified:
stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/ant-import/build-bin-dist.xml
Log:
fix binary distribution
Modified: stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/ant-import/build-bin-dist.xml
===================================================================
--- stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/ant-import/build-bin-dist.xml 2008-03-28 20:28:03 UTC (rev 6162)
+++ stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/ant-import/build-bin-dist.xml 2008-03-28 20:28:29 UTC (rev 6163)
@@ -89,7 +89,7 @@
<!-- build tools -->
<copy todir="${bindist.tools.dir}" overwrite="true">
- <fileset dir="${metro.dir}/tools/ant"/>
+ <fileset dir="${metro.dir}/tools"/>
</copy>
<copy todir="${bindist.dir}" overwrite="true">
<fileset dir="${metro.dir}">
16 years, 9 months
JBossWS SVN: r6162 - stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/ant-import.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-03-28 16:28:03 -0400 (Fri, 28 Mar 2008)
New Revision: 6162
Modified:
stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/ant-import/build-bin-dist.xml
Log:
fix binary distribution
Modified: stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/ant-import/build-bin-dist.xml
===================================================================
--- stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/ant-import/build-bin-dist.xml 2008-03-28 18:55:11 UTC (rev 6161)
+++ stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/ant-import/build-bin-dist.xml 2008-03-28 20:28:03 UTC (rev 6162)
@@ -89,7 +89,7 @@
<!-- build tools -->
<copy todir="${bindist.tools.dir}" overwrite="true">
- <fileset dir="${cxf.dir}/tools/ant"/>
+ <fileset dir="${cxf.dir}/tools"/>
</copy>
<copy todir="${bindist.dir}" overwrite="true">
<fileset dir="${cxf.dir}">
16 years, 9 months
JBossWS SVN: r6161 - stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-03-28 14:55:11 -0400 (Fri, 28 Mar 2008)
New Revision: 6161
Modified:
stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/build.xml
Log:
fixing javadoc directory creation
Modified: stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/build.xml
===================================================================
--- stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/build.xml 2008-03-28 18:54:22 UTC (rev 6160)
+++ stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/build.xml 2008-03-28 18:55:11 UTC (rev 6161)
@@ -53,7 +53,6 @@
<!-- ================================================================== -->
<target name="init" depends="prepare,thirdparty">
- <mkdir dir="${metro.output.apidocs.dir}"/>
</target>
<!-- ================================================================== -->
@@ -193,6 +192,7 @@
<mkdir dir="${metro.output.dir}/thirdparty-sources"/>
<unzip src="${thirdparty.dir}/jaxws-ri-src.jar" dest="${metro.output.dir}/thirdparty-sources"/>
+ <mkdir dir="${metro.output.apidocs.dir}"/>
<javadoc destdir="${metro.output.apidocs.dir}" author="true" version="true" use="true" windowtitle="JBossWS API">
<classpath>
<pathelement path="${metro50.integration.classpath}"/>
16 years, 9 months
JBossWS SVN: r6160 - stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-03-28 14:54:22 -0400 (Fri, 28 Mar 2008)
New Revision: 6160
Modified:
stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/build.xml
Log:
fixing javadoc directory creation
Modified: stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/build.xml
===================================================================
--- stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/build.xml 2008-03-28 18:44:39 UTC (rev 6159)
+++ stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/build.xml 2008-03-28 18:54:22 UTC (rev 6160)
@@ -52,7 +52,6 @@
<!-- ================================================================== -->
<target name="init" depends="prepare,thirdparty">
- <mkdir dir="${cxf.output.apidocs.dir}"/>
</target>
<!-- ================================================================== -->
@@ -194,6 +193,7 @@
<unzip src="${thirdparty.dir}/cxf-distribution-sources.jar" dest="${cxf.output.dir}/thirdparty-sources"/>
+ <mkdir dir="${cxf.output.apidocs.dir}"/>
<javadoc destdir="${cxf.output.apidocs.dir}" author="true" version="true" use="true" windowtitle="JBossWS API ${version.id} ">
<classpath>
<pathelement path="${cxf.integration.classpath}"/>
16 years, 9 months
JBossWS SVN: r6159 - stack/native/branches/jbossws-3.0.1-native-2.0.4.GA/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-03-28 14:44:39 -0400 (Fri, 28 Mar 2008)
New Revision: 6159
Modified:
stack/native/branches/jbossws-3.0.1-native-2.0.4.GA/src/main/distro/ReleaseNotes.txt
Log:
[JBWS-2003] updating release notes
Modified: stack/native/branches/jbossws-3.0.1-native-2.0.4.GA/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/native/branches/jbossws-3.0.1-native-2.0.4.GA/src/main/distro/ReleaseNotes.txt 2008-03-28 16:27:29 UTC (rev 6158)
+++ stack/native/branches/jbossws-3.0.1-native-2.0.4.GA/src/main/distro/ReleaseNotes.txt 2008-03-28 18:44:39 UTC (rev 6159)
@@ -25,284 +25,76 @@
What's new in jbossws-(a)version.id@
----------------------------------
-Feature Request
-
- * [JBWS-1736] - MTOM property at service-ref level
-
Bug
- * [JBWS-1453] - WSDL To Java - Invalid name for generated class if complex type name contains a period.
- * [JBWS-1536] - NPE in WSDL to Java when webservices.xml requested but no global package mapping
- * [JBWS-1617] - JAXRPC doc/literal trims empty string
- * [JBWS-1702] - JAXWS type inheritance
- * [JBWS-1723] - WSDL To Java - Anonymous Types Referenced As Bound Headers Not Handled Correctly
- * [JBWS-1725] - WSDL-JAVA Derivation of a complex type from a Simple type: bas64Binary is not mapped to byte[]
- * [JBWS-1732] - WSProvideTask throws IllegalArgumentException
- * [JBWS-1733] - JAXWS client ignores BindingProvider.SESSION_MAINTAIN_PROPERTY
- * [JBWS-1747] - org.jboss.wsf.container.jboss42.WebMetaDataAdapter doesn't check if there's a J2eeApplicationMetaData instance set on the DeploymentInfo parent
- * [JBWS-1749] - JBossWS2.0.0.GA download does not contain updated jboss-xml-binding library
- * [JBWS-1762] - web.xml modified to web.xml.org - Subsequent runs fail
+ * [JBWS-1217] - WSDLtoJava Namespace to package mapping does not support multiple namespaces
* [JBWS-1763] - Incorrect handling of charsets when the default charset is not UTF-8
- * [JBWS-1766] - UsernameToken ignores BindingProvider.USERNAME_PROPERTY
- * [JBWS-1771] - Post-handler-chain not invoked for "Standard Client" configuration with DII client
- * [JBWS-1780] - Context servlet throws NPE
+ * [JBWS-1857] - JAXBContext created for every wrapper type
+ * [JBWS-1878] - ConcurrentModificationException in initHandlerChain()
+ * [JBWS-1905] - jaxws-samples-logicalhandler-jaxb.war produces: java.lang.ClassCastException: org.jboss.ws.core.soap.TextImpl
+ * [JBWS-1909] - RequestHandler.handlerWSDLResquest has dependency on Servlet API
+ * [JBWS-1912] - DispatcherDelegate - Bypass RMIAdaptor when used locally
+ * [JBWS-1938] - Assign message name instead of IN and OUT for Inbound/Outbound Addressing Property
+ * [JBWS-1941] - Fault handler chain is not called when user application exceptions are thrown
+ * [JBWS-1948] - Optional SOAP Header element is required by WSSecurityHandlerServer handler
+ * [JBWS-1957] - WS-Eventing extension sends incorrect HTTP content-type
+ * [JBWS-1964] - showSubscriptionTable MBean Method - NullPointerException
+ * [JBWS-1965] - subscribe method on subscription manager - NullPointerException
+ * [JBWS-1966] - No Handler execution for inbound response when using Dispatch
+ * [JBWS-1969] - Cannot publish wsdl with imported schema files, using bottom up approach
+ * [JBWS-1970] - wsrunclient doesn't work with args
+ * [JBWS-1971] - Missing clone on MemoryBufferRecorder
+ * [JBWS-1973] - MTOM/XOP attachments not inlined when using JAX-WS handlers
+ * [JBWS-1974] - Using signature as security in a webservice throws an error when loglevel not Debug
+ * [JBWS-1979] - Endpoint address prop doesn't work with Dispatch
+ * [JBWS-1985] - EntityResolver not used when reading web.xml during web serivce deployment
+ * [JBWS-2000] - MTOM: Chunked encoding transfer problem
+ * [JBWS-2009] - WSDLFilePublisher throws FileNotFoundException when schema files are not in wsdl directory
+ * [JBWS-2011] - Signature is invalid error when the message contains \r
+ * [JBWS-2018] - JavatoWSDL Package to Namespace mapping does not support multiple packages
+ * [JBWS-2019] - WSDL To Java - Case of service-interface and service-endpoint-interface in JAX-RPC mapping does not match generated interface when WSDL type begins with lower case
+ * [JBWS-2058] - 'wsa:From' header field is assigned to variable 'replyTo' instead of 'from'
-
-Task
-
- * [JBWS-1729] - Create a comprehensive SPI tools test suite
- * [JBWS-1770] - Fix Endpoint API for jboss-5.0.0.Beta3
-
-Errata
-------
-
- FIXME: [JBCTS-540] EJB3 proxy does not implement the Home interface
- FIXME: [JBCTS-624] R2753 cannot parse web.xml for jsp vehicle
- FIXME: [JBWS-1460] @XmlMimeType on SEI parameter declarations
- FIXME: [JBWS-1665] incorrect wsdl generation
- FIXME: [JBWS-1772] WSConsume output is not correctly redirected
- FIXME: [JBWS-1773] Verify isolated classloading with WSConsume
- FIXME: [JBWS-1776] Verify isolated classloading with WSProvide
- 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-2.0.0
----------------------------
-
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
+ * [JBWS-925] - Provide initial support for FastInfoset
+ * [JBWS-1124] - Scoped class loading domains for WS endpoints
+ * [JBWS-1165] - Provide initial support JSON data binding
+ * [JBWS-1172] - Support schema validation for incoming/outgoing messages
+ * [JBWS-1211] - Add support for @WebFault
+ * [JBWS-1296] - Add support for digest + nonces
+ * [JBWS-1814] - Dynamic Encryption based on clients input
+ * [JBWS-1820] - Using JRE from vendors other than Sun the Remoting key store and trust store algorithms are not propagated
+ * [JBWS-1844] - Implement Provider.createW3CEndpointReference()
+ * [JBWS-1850] - Documentation support for Java->WSDL
+ * [JBWS-1861] - Improve exception message on invalid @WebService usage on SEI
+ * [JBWS-1865] - Unify SOAP message trace
+ * [JBWS-1886] - Provide basic configuration for WS-enabled user projects
+ * [JBWS-1890] - Provide basic project configuration for JBossWS tests
+ * [JBWS-1893] - Provide meaningful advanced samples
+ * [JBWS-1968] - Documentation support for WSDL->Java
+ * [JBWS-1988] - Complete Username Token Profile 1.0
+ * [JBWS-1990] - Support for SOAP 1.2 in wsconsume
+ * [JBWS-2022] - Provide interface for WSSecurityDispatcher
-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
-
Task
- * [JBWS-1661] - Update to jaxb-ri-2.1
+ * [JBWS-515] - Provide an initial implementation for WS-ReliableMessaging
+ * [JBWS-1724] - wsconsume cannot use part names that are friendly to .NET
+ * [JBWS-1776] - Verify isolated classloading with WSProvide
+ * [JBWS-1978] - Evaluate (and remove) JBPM dependency from component info
+ * [JBWS-1982] - Simplify deploy/undeploy cycles for different stacks
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-751] Multiple schema imports with the same namespace
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: [JBCTS-540] EJB3 proxy does not implement the Home interface
FIXME: [JBWS-981] Virtual host configuration for EJB endpoints
-
-What's new in JBossWS-1.2.1
----------------------------
-Feature Request
+ FIXME: [JBWS-798] Complete EventingTestCase
+ FIXME: [JBWS-2044] Rewrite Server side file system based RM store
- * [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
+Enjoy,
+The JBossWS Team
-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
16 years, 9 months
JBossWS SVN: r6158 - stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-03-28 12:27:29 -0400 (Fri, 28 Mar 2008)
New Revision: 6158
Modified:
stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro/ReleaseNotes.txt
Log:
[JBWS-2006] updating release notes
Modified: stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro/ReleaseNotes.txt 2008-03-28 16:12:18 UTC (rev 6157)
+++ stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro/ReleaseNotes.txt 2008-03-28 16:27:29 UTC (rev 6158)
@@ -2,7 +2,7 @@
@implementation.title@
@implementation.url@
-Version: @specification.version@-cxf-(a)version.id@
+Version: jbossws-(a)version.id@
Release Notes
=============
@@ -22,22 +22,26 @@
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 @specification.version@-cxf-(a)version.id@
+What's new in jbossws-(a)version.id@
----------------------------------
-Bug
+Feature Request
- * [JBWS-1754] - Investigate CXF samples oneway
- * [JBWS-1756] - Fix @WebServiceRef with CXF
+ * [JBWS-1865] - Unify SOAP message trace
Task
- * [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
+ * [JBWS-1982] - Simplify deploy/undeploy cycles for different stacks
+ * [JBWS-1995] - Fix cxf build issues
+ * [JBWS-2056] - Update to apache-cxf-2.0.4-incubator
Errata
- * [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
+ * [CXF-1253] - CXF does not respect @HandlerChain on client SEI
+ * [CXF-1257] - Cannot create proxy for namespaced doc/wrapped
+ * [CXF-1258] - soap:Fault response does not cause SOAPFaultException
+ * [CXF-1310] - Generated WSDL for an WS-RM endpoint does not contain RM policies
+ * [JBWS-1655] - Add support for endpoint address rewriting
+ * [JBWS-1683] - Fix JAXR samples for CXF
+ * [JBWS-1774] - Provide tools implementation for CXF (WSContractProvider and WSContractConsumer)
+
16 years, 9 months
JBossWS SVN: r6157 - stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-03-28 12:12:18 -0400 (Fri, 28 Mar 2008)
New Revision: 6157
Modified:
stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro/ReleaseNotes.txt
Log:
[JBWS-2005] updated release notes
Modified: stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro/ReleaseNotes.txt 2008-03-28 15:46:56 UTC (rev 6156)
+++ stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro/ReleaseNotes.txt 2008-03-28 16:12:18 UTC (rev 6157)
@@ -2,7 +2,7 @@
@implementation.title@
@implementation.url@
-Version: @specification.version@-metro-(a)version.id@
+Version: jbossws-(a)version.id@
Release Notes
=============
@@ -22,34 +22,32 @@
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 @specification.version@-metro-(a)version.id@
+What's new in jbossws-(a)version.id@
----------------------------------
Bug
- * [JBWS-1669] - Fix WebServiceContext.getMessageContext() for EJB endpoints
- * [JBWS-1681] - Fix Metro XOP contentType handling
- * [JBWS-1684] - Fix @WebServiceRef with Metro
- * [JBWS-1772] - WSConsume output is not correctly redirected
+ * [JBWS-1714] - Verify correct behaviour of @WebService.wsdlLocation
+ * [JBWS-1996] - Metro Tools Integration Missing in Windows Batch Scripts (wsprovide,wsconsume)
+ * [JBWS-2057] - Metro stax integration has a hardcoded dependency
Feature Request
- * [JBWS-1667] - Implement WSContractProvider for Sun-RI integration
- * [JBWS-1737] - Fix service-ref for Sun-RI
+ * [JBWS-1871] - Support @HandlerChain on Service classes
+ * [JBWS-1990] - Support for SOAP 1.2 in wsconsume
Task
- * [JBWS-1670] - Metro client does not throw UserException
- * [JBWS-1675] - Redirect Metro 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
+ * [JBWS-1865] - Unify SOAP message trace
+ * [JBWS-1982] - Simplify deploy/undeploy cycles for different stacks
+ * [JBWS-1994] - Fix metro build issues
Errata
- * [JBWS-1671] Metro client handler cannot set mime header
- * [JBWS-1672] Metro 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
+ * [JBWS-1671] SunRI client handler cannot set mime header
+ * [JBWS-1673] Fix JAXR samples for SunRI
+ * [JBWS-1777] WSProvide output is not correctly redirected
+ * [JBWS-1869] Implement the stream based request handler API
+ * [JBWS-1947] Metro clients require jnpserver.jar
+ * [JBWS-1949] Metro MTOM ignores content-type on attachment part
+
16 years, 9 months
JBossWS SVN: r6156 - stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-03-28 11:46:56 -0400 (Fri, 28 Mar 2008)
New Revision: 6156
Modified:
stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro/Install.txt
Log:
[JBWS-2006] update instalation instructions
Modified: stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro/Install.txt
===================================================================
--- stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro/Install.txt 2008-03-28 15:46:11 UTC (rev 6155)
+++ stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro/Install.txt 2008-03-28 15:46:56 UTC (rev 6156)
@@ -2,32 +2,22 @@
@implementation.title@
@implementation.url@
-Version: @specification.version@-cxf-(a)version.id@
+Version: jbossws-(a)version.id@
Installation instructions
=========================
In order to install JBossWS the following steps are necessary:
-1.) Modify the target container location in ant.properties
-2.) Make sure to uninstall any deployed stack
+1.) Copy ant.properties.examples to ant.properties
+2.) Modify the target container location in ant.properties
+3.) Execute one of the following
- ant undeploy-<jboss.version>
+ ant deploy-jboss422
+ ant deploy-jboss423 // for JBoss AS 4.2 Branch
+ ant deploy-jboss500 // for JBoss AS Beta 4
+ ant deploy-jboss501 // for JBoss AS Trunk
- 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/
@@ -38,4 +28,4 @@
http://www.jboss.org/index.html?module=bb&op=viewforum&f=276
Enjoy,
-The JBossWS Team
\ No newline at end of file
+The JBossWS Team
16 years, 9 months