Author: azeez
Date: Fri Jan 18 00:19:32 2008
New Revision: 12464
Log:
Merging trunk changes
Modified:
branches/wsas/java/2.2/wsas/java/README
branches/wsas/java/2.2/wsas/java/modules/documentation/src/site/site.xml
branches/wsas/java/2.2/wsas/java/modules/documentation/src/site/xdoc/release_notes.xml
branches/wsas/java/2.2/wsas/java/release-notes.html
Modified: branches/wsas/java/2.2/wsas/java/README
==============================================================================
--- branches/wsas/java/2.2/wsas/java/README (original)
+++ branches/wsas/java/2.2/wsas/java/README Fri Jan 18 00:19:32 2008
@@ -1,4 +1,4 @@
-10th October 2007
+21st January 2008
WSO2 Web Services Application Server [EMAIL PROTECTED]@
-------------------------------------------
@@ -11,49 +11,47 @@
Bringing together a number of Apache Web services projects, WSO2 WSAS provides
a
secure, transactional and reliable runtime for deploying and managing Web
services.
-What is new in WSAS @wso2wsas_version@
---------------------------------------
-
-* Data services support
- Allows data in RDBMS/MS-Excel(97-2003)/CSV or JNDI Data sources to be
exposed as
- Web services, and to be included in Web mashups with ease.
-
-* Eclipse IDE integration
- Wizard based flows to automate most steps and make easy the process of
- developing, deploying and debugging Web services. In addition to this
- Eclipse IDE Plugins will include JAVA2WSDL form completion of all
round
- web services cycle through IDE, Inclusion of offline Web Services
Archive
- build feature with all resources, Introduction of WSAS Tools from IDE
- (Validators AAR/MAR, WSDL Converter 1.1->2.0), All the WSAS
Preferences
- now persist through Eclipse Preferences, Debug features now can be
- configured from preferences, and Various Bug fixes and improvements.
-
-* Clustering support
- Clustering support with state replication for high availability, along
with
- load balancing, failover and cluster-wide management functions.
-
-* Full support for WS-Security, WS-Trust, WS-Policy and WS-SecureConversation
- and XKMS.
- Extended security with support for WS-Security, WS-Trust, WS-Policy and
- WS-SecureConversation with additional means for secure Web-based
- communications using public key infrastructure (PKI) with XKMS. This
release
- of WSO2 WSAS also includes an inbuilt SecurityTokenService as defined
in
- WS-Trust specification.
-
-* EJB service provider support
- Expose EJBs deployed on a remote J2EE application server (AS) as Web
- services.
-
-* Axis1 backward compatibility
- Easily deploy any Apache Axis1-based Web service and engage advanced
WS-*
- services, such as WS-RM and WS-Policy in front of legacy Axis1 services.
-
-* UI Tools
- UI components have integrated for WSDL2Java, Java2WSDL, WSDL 1.1 to
WSDL 2.0
- converter, AAR/MAR validators and try it via WSO2 WSAS console.
+Key Features
+------------
+* Data services support - Expose you enterprise data as a services in a jiffy
+* WSAS IDE - Eclipse IDE integration
+* Clustering support for High Availability & High Scalability
+* Full support for WS-Security, WS-Trust, WS-Policy and WS-Secure Conversation
and XKMS
+* EJB service provider support - Expose your EJBs as services
+* Axis1 backward compatibility - Deploy Axis1 services on WSAS & Engage
advanced WS-* protocols in front of legacy services
+* JMX & Web interface based monitoring and management
+* WS-* & REST support
+* GUI, command line & IDE based tools for Web service development
+
+
+New Features In This Release
+----------------------------
+* Improved Data Services support including New & improved UI, and database
connection pooling
+* WS-Security 1.1 support
+* Improved clustering support
+* Improved JSR-181 & JAXWS support
+* JMX based monitoring
+* Graceful shutdown & restart of the server
+ Serve all pending requests before shutting down or restarting the
server
+* Improvements to the Management Console
+* Various bug fixes to Apache Axis2, Apache Rampart & WSAS
+
+Data Services - Bringing Enterprise Data to Web
+-----------------------------------------------
+* Service enable data locked in relational databases, CSV & Excel files in no
time
+* Zero code. Simple descriptor file describes the data to service mapping
+* Controlled access to your data
+* Customizable XML output
+* Benefit from REST & WS-* support
+* Built-in Connection pooling support
+* Supports exposing Stored procedures & functions
+* Built-in caching
+* Throttling - to ensure your database is never overloaded.
+* Easy configuration via graphical console
+* Test your services via Try-it tool
WSAS Binary Distribution Directory Structure
-================================================
+--------------------------------------------
WSO2WSAS_HOME
|- bin <folder>
@@ -141,6 +139,10 @@
For additional support information please refer to http://wso2.com/support/
+For more information on WSO2 WSAS, visit the WSO2 Oxygen Tank (http://wso2.org)
+
+How to do various things with WSAS - WSAS HOWTO
Series(http://wso2.org/library/2707)
+
Known Issues
------------
@@ -157,8 +159,7 @@
Hence all WSDL based functionality related to services will not work for
such services.
-2. WS-Policy support is still in experimental stage and limited to single
-port scenarios.
+2. WS-Policy support is limited to policy expressions with a single policy
alternative.
3. You cannot have two different versions of the Apache Sandesha2 module
in the system.
@@ -180,7 +181,10 @@
8. Cannot connect to JMX service using a JMX client tool such as jconsole from
a remote machine
when the server is running on Linux. See
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6209663.
To rectify this, you should edit the /etc/hosts file on the server machine and
set the correct IP
-address.
+address.
+
+9 Data Services, Axis1 services, Javascript services & POJO services
cannot be
+deployed using the URL-based repository configuration
---------------------------------------------------------------------------
- 2007 WSO2 Inc.
+ 2008 WSO2 Inc.
Modified:
branches/wsas/java/2.2/wsas/java/modules/documentation/src/site/site.xml
==============================================================================
--- branches/wsas/java/2.2/wsas/java/modules/documentation/src/site/site.xml
(original)
+++ branches/wsas/java/2.2/wsas/java/modules/documentation/src/site/site.xml
Fri Jan 18 00:19:32 2008
@@ -43,6 +43,7 @@
</item>
<item name="EJB Guide" href="ejb_guide.html"/>
<item name="Clustering Guide" href="wsas-clustering.html"/>
+ <item name="JMX Guide" href="jmx.html"/>
<item name="XKMS Guide" href="xkms.html"/>
<item name="Changing Keys" href="keys.html"/>
</menu>
Modified:
branches/wsas/java/2.2/wsas/java/modules/documentation/src/site/xdoc/release_notes.xml
==============================================================================
---
branches/wsas/java/2.2/wsas/java/modules/documentation/src/site/xdoc/release_notes.xml
(original)
+++
branches/wsas/java/2.2/wsas/java/modules/documentation/src/site/xdoc/release_notes.xml
Fri Jan 18 00:19:32 2008
@@ -14,195 +14,260 @@
~ limitations under the License.
-->
<html>
-<head>
- <meta http-equiv="content-type" content=""></meta>
- <title>WSO2 Web Services Application Server @wso2wsas_version@ Release
- Notes</title>
- <link href="./tools/cmd/css/wsas-dist-doc.css" rel="stylesheet"
- type="text/css" media="all"></link>
-</head>
-
-<body>
-<h1>WSO2 Web Services Application Server(WSO2 WSAS) @wso2wsas_version@
-Release Notes</h1>
-
-<h3>10th October 2007</h3>
-
-<p>WSO2 WSAS is the Enterprise ready Web services engine powered by Apache
Axis2.
- It is lightweight application server for Web services that
-incorporates leading open source components into a simple, easy-to-use and
-highly performant package.</p>
-
-<p>It supports Java components as services using both SOAP and REST models.
-Web services support include WS-Security, WS-Trust, WS-SecureConversation,
-WS-Reliable Messaging, WS-Addressing, WS-Policy, WS-SecurityPolicy and more,
-giving a full secure and reliable infrastructure that interoperates with both
-J2EE and .NET frameworks using open standard protocols.</p>
-
-<p>WSO2 WSAS is built on Apache Axis2, the popular Web services framework
-mainly developed by WSO2 engineers. It integrates other core Apache Web
-services projects such as Apache Axiom, Apache Rampart, Apache Sandesha2
-, and Apache Neethi to form a production quality, comprehensive Web
-services server platform.</p>
-
-<p>An open source product, WSO2 WSAS is available under the <a
-href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Software
-License (v2.0)</a>. This includes all of the extra integration and management
-functionalities as well.</p>
-
-<p>WSO2 WSAS is built on Apache Axis2, the popular Web services framework
-mainly developed by WSO2 engineers. WSO2 WSAS provides many value additions on
top of Axis2,
- making it a more enterprise ready product. It integrates other core Apache
Web
-services projects such as Apache Axiom, Apache Rampart, Apache Sandesha2
-, and Apache Neethi to form a production quality, comprehensive Web
-services server platform.</p>
-
-<h2>New Features In This Release</h2>
-<ul>
- <li>Data services support for RDBMS, MS-Excel(97-2003) and CSV</li>
- <li>WSAS IDE - Eclipse IDE integration
- <ul>
- <li>JAVA2WSDL form completion of all round web services cycle
through IDE</li>
- <li>Inclusion of offline Web Services Archive build feature with all
resources</li>
- <li>Introduction of WSAS Tools from IDE (Validators AAR/MAR, WSDL
Converter 1.1->2.0)</li>
- <li>All the WSAS Preferences now persist through Eclipse
Preferences</li>
- <li>Debug features now can be configured from preferences</li>
- <li>Various Bug fixes and improvements</li>
- </ul>
- </li>
- <li>Easy to use tools in the WSAS console
- <ul>
- <li>WSDL2Java</li>
- <li>Java2WSDL</li>
- <li>WSDL 1.1 to WSDL 2.0 converter</li>
- <li>Try it for public WSDLs available either 1.1 or 2.0
versions</li>
- <li>AAR/MAR Validators</li>
- </ul>
- </li>
- <li>Various bug fixes since the WSAS 2.0 release</li>
-</ul>
-
-<h2>WS-* Support</h2>
-<ul>
- <li>SOAP 1.1/1.2</li>
- <li>WSDL 1.1</li>
- <li>WSDL 2.0</li>
- <li>MTOM, XOP & SOAP with Attachments</li>
- <li>WS-Addressing</li>
- <li>WS-Security</li>
- <li>WS-Trust</li>
- <li>WS-SecureConversation</li>
- <li>WS-MetaDataExchange</li>
- <li>WS-SecurityPolicy</li>
- <li>WS-ReliableMessaging</li>
- <li>WS-Policy</li>
- <li>WS-PolicyAttachment</li>
- <li>WS-MetadataExchange</li>
- <li>WS-Transfer</li>
- <li>XKMS</li>
-</ul>
-
-<h2>Open Source components included in WSO2 WSAS/Java</h2>
-<ul>
- <li>Apache Axis2 (SOAP)</li>
- <li>Apache Axiom (High performance XML Object Model)</li>
- <li>Apache Rampart/Apache WSS4J (WS-Security)</li>
- <li>Apache Rahas(WS-SecureConversation)</li>
- <li>Apache Sandesha2 (WS-ReliableMessaging)</li>
- <li>WS-Addressing implementation in Axis2</li>
- <li>Apache Neethi (WS-Policy)</li>
- <li>WS-SecurityPolicy implementation in Axis2</li>
- <li>Apache XML Schema</li>
- <li>Apache Derby (Database)</li>
- <li>Hibernate (Persistence)</li>
- <li>Embedded Apache Tomcat</li>
- <li>Apache Tribes (Group Communications Framework)</li>
- <li>Spring Framework</li>
-</ul>
-
-<h2>Tools</h2>
-<ul>
- <li>AJAX based Management Console with complete administration capability
- of the server</li>
- <li>Command line system administration tool</li>
- <li>WS-Commons TCPMon</li>
- <li>WSDL2Java/Java2WSDL/WSDL 1.1 to WSDL 2.0 Converter/AAR & Mar
Validator and General Try it tools</li>
- <li>IDE Integration</li>
-</ul>
-
-<h3>Apache Axis2 modules included with WSO2 WSAS</h3>
-<ul>
- <li>Apache Rampart: Supporting WS-Security & WS-Trust</li>
- <li>Apache Rahas: Supporting WS-SecureConversation</li>
- <li>Apache Sandesha2: Supporting WS-Reliable Messaging</li>
- <li>Mex: Supporting WS-MetaDataExchange</li>
- <li>Throttle: For throttling requests</li>
- <li>Statistics: For gathering & monitoring statistics</li>
- <li>Tracer: For tracing SOAP requests & responses</li>
- <li>WSO2 WSAS Administration: For administering Web services</li>
- <li>XFer: Supporting WS-Transfer</li>
- <li>XKMS: Supporting XML Key Management Specification</li>
-</ul>
-
-<h2>Known Issues</h2>
-<ol>
- <li>POJO to Web service feature is still at an experimental stage. One can
- upload jar/zip file and can create an AAR out of it. If you uploaded a
- jar/zip file which has the semantics of an AAR, when its transformed into
- AAR its services.xml will be replaced by the generated services.xml. In
- addition to this, the user cannot give associate any library dependencies
- or web content with the generated AAR file.
- <ul>
- <li>Due to limitations in Axis2, method overloading is not supported,
- and hence the WSDL for services where methods are overloaded cannot
- be generated. Hence all WSDL based functionality related to services
- will not work.</li>
- </ul>
- </li>
- <li>WS-Policy support is still in the experimental stage and limited to
- single port scenarios.</li>
- <li>You cannot have two different versions of the Apache Sandesha2 module
- in the system.</li>
- <li>A <parameter name="OmitSOAP12Action">true</parameter> entry
- has been added to the HTTP & HTTPS transportSenders in order to
- overcome some issues with some browsers. In case of interoperability
- failures, please change the value of this parameter to false and
- retry.</li>
- <li>The 'Try It' feature does not work for MTOM enabled services.</li>
-</ol>
-
-<p></p>
-
-<p></p>
-
-<h2>Reporting Problems</h2>
-<br></br>
-Issues can be reported using the public JIRA available at <a
-href="https://wso2.org/jira/browse/WSAS">https://wso2.org/jira/browse/WSAS</a>
-
-<h2>Contact us</h2>
-WSO2 WSAS developers can be contacted via mailing lists: <br></br>
-<strong>For Users: </strong><a
-href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> <br></br>
-<strong>For Developers:</strong><a
-href="mailto:[email protected]">[email protected]</a><br></br>
-For details on subscriptions see <a
-href="http://www.wso2.org/projects/wsas/java#mail">
-http://www.wso2.org/projects/wsas/java#mail</a><br></br>
-<br></br>
-Alternatively, questions can also be raised in the forums: <br></br>
-<strong>For Users:</strong> <a
-href="http://www.wso2.org/forum/181">http://www.wso2.org/forum/181</a>
<br></br>
-<strong>For Developers:</strong> <a
-href="http://www.wso2.org/forum/184">http://www.wso2.org/forum/184</a>
<br></br>
-
-
-<p>For more information on WSO2 WSAS, visit the <a
-href="http://wso2.org/library">WSO2 Oxygen Tank</a></p>
-
-<p>Thank you for your interest in WSO2 WSAS</p>
-<strong><em>-The WSO2 WSAS Development Team</em></strong>
-<hr></hr>
+ <head>
+ <meta http-equiv="content-type" content=""></meta>
+ <title>WSO2 Web Services Application Server @wso2wsas_version@ Release
+ Notes</title>
+ <link href="./tools/cmd/css/wsas-dist-doc.css" rel="stylesheet"
+ type="text/css" media="all"></link>
+ </head>
+
+ <body>
+ <h1>WSO2 Web Services Application Server(WSO2 WSAS) @wso2wsas_version@
+ Release Notes</h1>
+
+ <h3>21st January 2008</h3>
+
+ <p>WSO2 WSAS is the Enterprise ready Web services engine powered by
Apache Axis2.
+ It is a lightweight application server for Web services that
+ incorporates leading open source components into a simple,
easy-to-use and
+ highly performant package.</p>
+
+ <p>It supports Java components as services using both SOAP and REST
models.
+ Web services support include WS-Security, WS-Trust,
WS-SecureConversation,
+ WS-Reliable Messaging, WS-Addressing, WS-Policy, WS-SecurityPolicy
and more,
+ giving a full secure and reliable infrastructure that
interoperates with both
+ J2EE and .NET frameworks using open standard protocols.</p>
+
+ <p>WSO2 WSAS is built on Apache Axis2, the popular Web services
framework
+ mainly developed by WSO2 engineers. WSO2 WSAS provides many value
additions on top of
+ Axis2,
+ making it a more enterprise ready product. It integrates other
core Apache Web
+ services projects such as Apache Axiom, Apache Rampart, Apache
Sandesha2
+ , and Apache Neethi to form a production quality, comprehensive Web
+ services server platform.</p>
+
+ <p>An open source product, WSO2 WSAS is available under the
+ <a target="_blank"
href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Software License
(v2.0)</a>
+ . This includes all of the extra integration and management
functionalities as well.
+ </p>
+
+ <h2>Key Features</h2>
+
+ <ul>
+
+ <li>Data services support - Expose you enterprise data as a
services in a jiffy</li>
+ <li>WSAS IDE - Eclipse IDE integration</li>
+ <li>Clustering support for High Availability & High
Scalability</li>
+ <li>Full support for WS-Security, WS-Trust, WS-Policy and
WS-Secure Conversation and
+ XKMS</li>
+ <li>EJB service provider support - Expose your EJBs as
services</li>
+ <li>Axis1 backward compatibility - Deploy Axis1 services on WSAS
& Engage advanced
+ WS-* protocols in front of legacy
+ services</li>
+ <li>JMX & Web interface based monitoring and management</li>
+ <li>WS-* & REST support</li>
+ <li>GUI, command line & IDE based tools for Web service
development</li>
+
+ </ul>
+
+ <h2>New Features In This Release</h2>
+ <ul>
+ <li>Improved Data Services support including New & improved
UI, and database
+ connection pooling</li>
+ <li>WS-Security 1.1 support</li>
+ <li>Improved clustering support</li>
+ <li>Improved JSR-181 & JAXWS support</li>
+ <li>JMX based monitoring</li>
+ <li>Graceful shutdown & restart of the server
+ <br/>
+ Serve all pending requests before shutting down or restarting
the server
+ </li>
+ <li>Improvements to the Management Console</li>
+ <li>Various bug fixes to Apache Axis2, Apache Rampart &
WSAS</li>
+ </ul>
+
+ <h2>Data Services - Bringing Enterprise Data to Web</h2>
+ <ul>
+ <li>Service enable data locked in relational databases, CSV &
Excel files in no
+ time</li>
+ <li>Zero code. Simple descriptor file describes the data to
service mapping</li>
+ <li>Controlled access to your data</li>
+ <li>Customizable XML output</li>
+ <li>Benefit from REST & WS-* support</li>
+ <li>Built-in Connection pooling support</li>
+ <li>Supports exposing Stored procedures & functions</li>
+ <li>Built-in caching</li>
+ <li>Throttling - to ensure your database is never overloaded.</li>
+ <li>Easy configuration via graphical console</li>
+ <li>Test your services via Try-it tool</li>
+ </ul>
+
+ <h2>XML & WS-* Standards Support</h2>
+ <ul>
+ <li>SOAP 1.1/1.2</li>
+ <li>WSDL 1.1</li>
+ <li>WSDL 2.0</li>
+ <li>MTOM, XOP & SOAP with Attachments</li>
+ <li>WS-Addressing</li>
+ <li>WS-Security 1.0/1.1</li>
+ <li>WS-Trust</li>
+ <li>WS-SecureConversation</li>
+ <li>WS-SecurityPolicy</li>
+ <li>WS-ReliableMessaging</li>
+ <li>WS-Policy</li>
+ <li>WS-PolicyAttachment</li>
+ <li>WS-MetadataExchange</li>
+ <li>WS-Transfer</li>
+ <li>XKMS</li>
+ </ul>
+
+ <h2>Open Source components included in WSO2 WSAS/Java</h2>
+ <ul>
+ <li>Apache Axis2 (SOAP)</li>
+ <li>Apache Axiom (High performance XML Object Model)</li>
+ <li>Apache Rampart/Apache WSS4J (WS-Security)</li>
+ <li>Apache Rahas(WS-SecureConversation)</li>
+ <li>Apache Sandesha2 (WS-ReliableMessaging)</li>
+ <li>WS-Addressing implementation in Axis2</li>
+ <li>Apache Neethi (WS-Policy)</li>
+ <li>WS-SecurityPolicy implementation in Axis2</li>
+ <li>Apache XML Schema</li>
+ <li>Apache Derby (Database)</li>
+ <li>Hibernate (Persistence)</li>
+ <li>Embedded Apache Tomcat</li>
+ <li>Apache Tribes (Group Communications Framework)</li>
+ <li>Spring Framework</li>
+ </ul>
+
+ <h2>Tools</h2>
+ <ul>
+ <li>AJAX based Management Console with complete administration
capability
+ of the server</li>
+ <li>WS-Commons TCPMon</li>
+ <li>WSDL2Java/Java2WSDL/WSDL 1.1 to WSDL 2.0 Converter/AAR &
Mar Validator and Try
+ it(invoke any remote Web service)</li>
+ <li>IDE Integration</li>
+ </ul>
+
+ <h2>Apache Axis2 modules included with WSO2 WSAS</h2>
+ <ul>
+ <li>Apache Rampart: Supporting WS-Security & WS-Trust</li>
+ <li>Apache Rahas: Supporting WS-SecureConversation</li>
+ <li>Apache Sandesha2: Supporting WS-Reliable Messaging</li>
+ <li>Mex: Supporting WS-MetaDataExchange</li>
+ <li>Throttle: For throttling requests</li>
+ <li>Statistics: For gathering & monitoring statistics</li>
+ <li>Tracer: For tracing SOAP requests & responses</li>
+ <li>WSO2 WSAS Administration: For administering Web services</li>
+ <li>XFer: Supporting WS-Transfer</li>
+ <li>XKMS: Supporting XML Key Management Specification</li>
+ </ul>
+
+ <h2>Known Issues</h2>
+ <ol>
+ <li>POJO to Web service feature is still at an experimental stage.
One can
+ upload jar/zip file and can create an AAR out of it. If you
uploaded a
+ jar/zip file which has the semantics of an AAR, when its
transformed into
+ AAR its services.xml will be replaced by the generated
services.xml. In
+ addition to this, the user cannot give associate any library
dependencies
+ or web content with the generated AAR file.
+ <ul>
+ <li>Due to limitations in Axis2, method overloading is not
supported,
+ and hence the WSDL for services where methods are
overloaded cannot
+ be generated. Hence all WSDL based functionality
related to services
+ will not work.</li>
+ </ul>
+ </li>
+ <li>WS-Policy support is limited to policy expressions with a
single policy alternative.</li>
+ <li>You cannot have two different versions of the Apache Sandesha2
module
+ in the system.</li>
+ <li>Persistent RM is still in the experimental stage</li>
+ <li>A <parameter
name="OmitSOAP12Action">true</parameter> entry
+ has been added to the HTTP & HTTPS transportSenders in
order to
+ overcome some issues with some browsers. In case of
interoperability
+ failures, please change the value of this parameter to false
and
+ retry.</li>
+ <li>The 'Try It' feature does not work for MTOM enabled
services.</li>
+ <li>Cannot connect to JMX service using a JMX client tool such as
jconsole from a remote
+ machine
+ when the server is running on Linux. See
+ http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6209663.
+ To rectify this, you should edit the /etc/hosts file on the
server machine and set
+ the correct IP
+ address.</li>
+ <li>Data Services, Axis1 services, Javascript services & POJO
services cannot be
+ deployed using the URL-based repository configuration</li>
+ </ol>
+
+ <p></p>
+
+ <p></p>
+
+ <h2>Reporting Problems</h2>
+ <br></br>
+ Issues can be reported using the public JIRA available at
+ <a href="https://wso2.org/jira/browse/WSAS" target="_blank">
+ https://wso2.org/jira/browse/WSAS</a>
+
+ <h2>Contact us</h2>
+ WSO2 WSAS developers can be contacted via mailing lists:
+ <br></br>
+ <strong>For Users:</strong>
+ <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>
+ <br></br>
+ <strong>For Developers:</strong>
+ <a href="mailto:[email protected]">[email protected]</a>
+ <br></br>
+ For details on subscriptions see
+ <a href="http://www.wso2.org/projects/wsas/java#mail">
+ http://www.wso2.org/projects/wsas/java#mail</a>
+ <br></br>
+ <br></br>
+ Alternatively, questions can also be raised in the WSAS forum:
+ <br></br>
+ <strong>Forum   </strong>
+ <a href="http://www.wso2.org/forum/184"
target="_blank">http://www.wso2.org/forum/184</a>
+ <br></br>
+
+ <h2>Training</h2>
+ <p>
+ WSO2 Inc. offers a variety of professional Training Programs,
including
+ training on general Web services as well as WSO2 WSAS, Apache
Axis2, Data Services
+ and a number of other products.
+
+ For additional support information please refer to
+ <a target="_blank" href="http://wso2.com/training/course-catalog/">
+ http://wso2.com/training/course-catalog/</a>
+ </p>
+
+ <h2>Support</h2>
+
+ <p>
+ WSO2 Inc. offers a variety of development and production support
+ programs, ranging from Web-based support up through normal business
+ hours, to premium 24x7 phone support.
+ <br/>
+ <br/>
+
+ For additional support information please refer to
+ <a target="_blank"
href="http://wso2.com/support/">http://wso2.com/support/</a>
+ </p>
+
+ <p>For more information on WSO2 WSAS, visit the
+ <a href="http://wso2.org/" target="_blank">WSO2 Oxygen Tank</a>
+ </p>
+
+ <p>
+ <strong>How to do various things with WSAS</strong>-
+ <a href="http://wso2.org/library/2707" target="_blank">WSAS
HOWTO Series</a>
+ </p>
+
+ <p>Thank you for your interest in WSO2 WSAS</p>
+ <strong>
+ <em>-The WSO2 WSAS Development Team</em>
+ </strong>
+ <hr></hr>
-</body>
+ </body>
</html>
Modified: branches/wsas/java/2.2/wsas/java/release-notes.html
==============================================================================
--- branches/wsas/java/2.2/wsas/java/release-notes.html (original)
+++ branches/wsas/java/2.2/wsas/java/release-notes.html Fri Jan 18 00:19:32 2008
@@ -14,199 +14,263 @@
~ limitations under the License.
-->
<html>
-<head>
- <meta http-equiv="content-type" content=""></meta>
- <title>WSO2 Web Services Application Server @wso2wsas_version@ Release
- Notes</title>
- <link href="./tools/cmd/css/wsas-dist-doc.css" rel="stylesheet"
- type="text/css" media="all"></link>
-</head>
-
-<body>
-<h1>WSO2 Web Services Application Server(WSO2 WSAS) @wso2wsas_version@
-Release Notes</h1>
-
-<h3>10th October 2007</h3>
-
-<p>WSO2 WSAS is the Enterprise ready Web services engine powered by Apache
Axis2.
- It is lightweight application server for Web services that
-incorporates leading open source components into a simple, easy-to-use and
-highly performant package.</p>
-
-<p>It supports Java components as services using both SOAP and REST models.
-Web services support include WS-Security, WS-Trust, WS-SecureConversation,
-WS-Reliable Messaging, WS-Addressing, WS-Policy, WS-SecurityPolicy and more,
-giving a full secure and reliable infrastructure that interoperates with both
-J2EE and .NET frameworks using open standard protocols.</p>
-
-<p>WSO2 WSAS is built on Apache Axis2, the popular Web services framework
-mainly developed by WSO2 engineers. WSO2 WSAS provides many value additions on
top of Axis2,
- making it a more enterprise ready product. It integrates other core Apache
Web
-services projects such as Apache Axiom, Apache Rampart, Apache Sandesha2
-, and Apache Neethi to form a production quality, comprehensive Web
-services server platform.</p>
-
-<p>An open source product, WSO2 WSAS is available under the <a
-href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Software
-License (v2.0)</a>. This includes all of the extra integration and management
-functionalities as well.</p>
-
-<p>WSO2 WSAS can be used as a standalone server or within a J2EE compliant
-servlet container. It also contains client components required to communicate
-with services. The support for WS-ReliableMessaging and WS-Security means
-that WSO2 WSAS is ideal for hosting B2B solutions, or building enterprise
-class integrated applications.</p>
-
-<h2>New Features In This Release</h2>
-<ul>
- <li>Data services support for RDBMS, MS-Excel(97-2003),CSV and JNDI data
sources</li>
- <li>WSAS IDE - Eclipse IDE integration
- <ul>
- <li>JAVA2WSDL form completion of all round web services cycle
through IDE</li>
- <li>Inclusion of offline Web Services Archive build feature with all
resources</li>
- <li>Introduction of WSAS Tools from IDE (Validators AAR/MAR, WSDL
Converter 1.1->2.0)</li>
- <li>All the WSAS Preferences now persist through Eclipse
Preferences</li>
- <li>Debug features now can be configured from preferences</li>
- <li>Various Bug fixes and improvements</li>
- </ul>
- </li>
- <li>Easy to use tools in the WSAS console
- <ul>
- <li>WSDL2Java</li>
- <li>Java2WSDL</li>
- <li>WSDL 1.1 to WSDL 2.0 converter</li>
- <li>Try it for public WSDLs available either 1.1 or 2.0
versions</li>
- <li>AAR/MAR Validators</li>
- </ul>
- </li>
- <li>Various bug fixes since the WSAS 2.0 release</li>
-</ul>
-
-<h2>WS-* Support</h2>
-<ul>
- <li>SOAP 1.1/1.2</li>
- <li>WSDL 1.1</li>
- <li>WSDL 2.0</li>
- <li>MTOM, XOP & SOAP with Attachments</li>
- <li>WS-Addressing</li>
- <li>WS-Security</li>
- <li>WS-Trust</li>
- <li>WS-SecureConversation</li>
- <li>WS-MetaDataExchange</li>
- <li>WS-SecurityPolicy</li>
- <li>WS-ReliableMessaging</li>
- <li>WS-Policy</li>
- <li>WS-PolicyAttachment</li>
- <li>WS-MetadataExchange</li>
- <li>WS-Transfer</li>
- <li>XKMS</li>
-</ul>
-
-<h2>Open Source components included in WSO2 WSAS/Java</h2>
-<ul>
- <li>Apache Axis2 (SOAP)</li>
- <li>Apache Axiom (High performance XML Object Model)</li>
- <li>Apache Rampart/Apache WSS4J (WS-Security)</li>
- <li>Apache Rahas(WS-SecureConversation)</li>
- <li>Apache Sandesha2 (WS-ReliableMessaging)</li>
- <li>WS-Addressing implementation in Axis2</li>
- <li>Apache Neethi (WS-Policy)</li>
- <li>WS-SecurityPolicy implementation in Axis2</li>
- <li>Apache XML Schema</li>
- <li>Apache Derby (Database)</li>
- <li>Hibernate (Persistence)</li>
- <li>Embedded Apache Tomcat</li>
- <li>Apache Tribes (Group Communications Framework)</li>
-</ul>
-
-<h2>Tools</h2>
-<ul>
- <li>AJAX based Management Console with complete administration capability
- of the server</li>
- <li>Command line system administration tool</li>
- <li>WS-Commons TCPMon</li>
- <li>WSDL2Java/Java2WSDL/WSDL 1.1 to WSDL 2.0 Converter/AAR & Mar
Validator and General Try it tools</li>
- <li>IDE Integration</li>
-</ul>
-
-<h3>Apache Axis2 modules included with WSO2 WSAS</h3>
-<ul>
- <li>Apache Rampart: Supporting WS-Security & WS-Trust</li>
- <li>Apache Rahas: Supporting WS-SecureConversation</li>
- <li>Apache Sandesha2: Supporting WS-Reliable Messaging</li>
- <li>Mex: Supporting WS-MetaDataExchange</li>
- <li>Throttle: For throttling requests</li>
- <li>Statistics: For gathering & monitoring statistics</li>
- <li>Tracer: For tracing SOAP requests & responses</li>
- <li>WSO2 WSAS Administration: For administering Web services</li>
- <li>XFer: Supporting WS-Transfer</li>
- <li>XKMS: Supporting XML Key Management Specification</li>
-</ul>
-
-<h2>Known Issues</h2>
-<ol>
- <li>POJO to Web service feature is still at an experimental stage. One can
- upload jar/zip file and can create an AAR out of it. If you uploaded a
- jar/zip file which has the semantics of an AAR, when its transformed into
- AAR its services.xml will be replaced by the generated services.xml. In
- addition to this, the user cannot give associate any library dependencies
- or web content with the generated AAR file.
- <ul>
- <li>Due to limitations in Axis2, method overloading is not supported,
- and hence the WSDL for services where methods are overloaded cannot
- be generated. Hence all WSDL based functionality related to services
- will not work.</li>
- </ul>
- </li>
- <li>WS-Policy support is still in the experimental stage and limited to
- single port scenarios.</li>
- <li>You cannot have two different versions of the Apache Sandesha2 module
- in the system.</li>
- <li>A <parameter name="OmitSOAP12Action">true</parameter> entry
- has been added to the HTTP & HTTPS transportSenders in order to
- overcome some issues with some browsers. In case of interoperability
- failures, please change the value of this parameter to false and
- retry.</li>
- <li>The 'Try It' feature does not work for MTOM enabled services.</li>
- <li> Persistent Reliable Messaging support is experimental. Thus it might not
-provide QoS expected, during every possible interruption scenario..</li>
- <li> When daemon.sh is used in Gentoo kernel that runs on Intel processors
with 32/64 bit,
-users probably have to rename the native binaries with the proper name as
given in error
-message. </li>
-</ol>
-
-<p></p>
-
-<p></p>
-
-<h2>Reporting Problems</h2>
-<br></br>
-Issues can be reported using the public JIRA available at <a
-href="https://wso2.org/jira/browse/WSAS">https://wso2.org/jira/browse/WSAS</a>
-
-<h2>Contact us</h2>
-WSO2 WSAS developers can be contacted via mailing lists: <br></br>
-<strong>For Users: </strong><a
-href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> <br></br>
-<strong>For Developers:</strong><a
-href="mailto:[email protected]">[email protected]</a><br></br>
-For details on subscriptions see <a
-href="http://www.wso2.org/projects/wsas/java#mail">
-http://www.wso2.org/projects/wsas/java#mail</a><br></br>
-<br></br>
-Alternatively, questions can also be raised in the forums: <br></br>
-<strong>For Users:</strong> <a
-href="http://www.wso2.org/forum/181">http://www.wso2.org/forum/181</a>
<br></br>
-<strong>For Developers:</strong> <a
-href="http://www.wso2.org/forum/184">http://www.wso2.org/forum/184</a>
<br></br>
-
-
-<p>For more information on WSO2 WSAS, visit the <a
-href="http://wso2.org/library">WSO2 Oxygen Tank</a></p>
-
-<p>Thank you for your interest in WSO2 WSAS</p>
-<strong><em>-The WSO2 WSAS Development Team</em></strong>
-<hr></hr>
+ <head>
+ <meta http-equiv="content-type" content=""></meta>
+ <title>WSO2 Web Services Application Server @wso2wsas_version@ Release
+ Notes</title>
+ <link href="./tools/cmd/css/wsas-dist-doc.css" rel="stylesheet"
+ type="text/css" media="all"></link>
+ </head>
+
+ <body>
+ <h1>WSO2 Web Services Application Server(WSO2 WSAS) @wso2wsas_version@
+ Release Notes</h1>
+
+ <h3>21st January 2008</h3>
+
+ <p>WSO2 WSAS is the Enterprise ready Web services engine powered by
Apache Axis2.
+ It is a lightweight application server for Web services that
+ incorporates leading open source components into a simple,
easy-to-use and
+ highly performant package.</p>
+
+ <p>It supports Java components as services using both SOAP and REST
models.
+ Web services support include WS-Security, WS-Trust,
WS-SecureConversation,
+ WS-Reliable Messaging, WS-Addressing, WS-Policy, WS-SecurityPolicy
and more,
+ giving a full secure and reliable infrastructure that
interoperates with both
+ J2EE and .NET frameworks using open standard protocols.</p>
+
+ <p>WSO2 WSAS is built on Apache Axis2, the popular Web services
framework
+ mainly developed by WSO2 engineers. WSO2 WSAS provides many value
additions on top of
+ Axis2,
+ making it a more enterprise ready product. It integrates other
core Apache Web
+ services projects such as Apache Axiom, Apache Rampart, Apache
Sandesha2
+ , and Apache Neethi to form a production quality, comprehensive Web
+ services server platform.</p>
+
+ <p>An open source product, WSO2 WSAS is available under the
+ <a target="_blank"
href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache
+ Software
+ License (v2.0)</a>
+ . This includes all of the extra integration and management
+ functionalities as well.
+ </p>
+
+ <h2>Key Features</h2>
+
+ <ul>
+
+ <li>Data services support - Expose you enterprise data as a
services in a jiffy</li>
+ <li>WSAS IDE - Eclipse IDE integration</li>
+ <li>Clustering support for High Availability & High
Scalability</li>
+ <li>Full support for WS-Security, WS-Trust, WS-Policy and
WS-Secure Conversation and
+ XKMS</li>
+ <li>EJB service provider support - Expose your EJBs as
services</li>
+ <li>Axis1 backward compatibility - Deploy Axis1 services on WSAS
& Engage advanced
+ WS-* protocols in front of legacy
+ services</li>
+ <li>JMX & Web interface based monitoring and management</li>
+ <li>WS-* & REST support</li>
+ <li>GUI, command line & IDE based tools for Web service
development</li>
+
+ </ul>
+
+ <h2>New Features In This Release</h2>
+ <ul>
+ <li>Improved Data Services support including New & improved
UI, and database
+ connection pooling</li>
+ <li>WS-Security 1.1 support</li>
+ <li>Improved clustering support</li>
+ <li>Improved JSR-181 & JAXWS support</li>
+ <li>JMX based monitoring</li>
+ <li>Graceful shutdown & restart of the server
+ <br/>
+ Serve all pending requests before shutting down or restarting
the server
+ </li>
+ <li>Improvements to the Management Console</li>
+ <li>Various bug fixes to Apache Axis2, Apache Rampart &
WSAS</li>
+ </ul>
+
+ <h2>Data Services - Bringing Enterprise Data to Web</h2>
+ <ul>
+ <li>Service enable data locked in relational databases, CSV &
Excel files in no
+ time</li>
+ <li>Zero code. Simple descriptor file describes the data to
service mapping</li>
+ <li>Controlled access to your data</li>
+ <li>Customizable XML output</li>
+ <li>Benefit from REST & WS-* support</li>
+ <li>Built-in Connection pooling support</li>
+ <li>Supports exposing Stored procedures & functions</li>
+ <li>Built-in caching</li>
+ <li>Throttling - to ensure your database is never overloaded.</li>
+ <li>Easy configuration via graphical console</li>
+ <li>Test your services via Try-it tool</li>
+ </ul>
+
+ <h2>XML & WS-* Standards Support</h2>
+ <ul>
+ <li>SOAP 1.1/1.2</li>
+ <li>WSDL 1.1</li>
+ <li>WSDL 2.0</li>
+ <li>MTOM, XOP & SOAP with Attachments</li>
+ <li>WS-Addressing</li>
+ <li>WS-Security 1.0/1.1</li>
+ <li>WS-Trust</li>
+ <li>WS-SecureConversation</li>
+ <li>WS-SecurityPolicy</li>
+ <li>WS-ReliableMessaging</li>
+ <li>WS-Policy</li>
+ <li>WS-PolicyAttachment</li>
+ <li>WS-MetadataExchange</li>
+ <li>WS-Transfer</li>
+ <li>XKMS</li>
+ </ul>
+
+ <h2>Open Source components included in WSO2 WSAS/Java</h2>
+ <ul>
+ <li>Apache Axis2 (SOAP)</li>
+ <li>Apache Axiom (High performance XML Object Model)</li>
+ <li>Apache Rampart/Apache WSS4J (WS-Security)</li>
+ <li>Apache Rahas(WS-SecureConversation)</li>
+ <li>Apache Sandesha2 (WS-ReliableMessaging)</li>
+ <li>WS-Addressing implementation in Axis2</li>
+ <li>Apache Neethi (WS-Policy)</li>
+ <li>WS-SecurityPolicy implementation in Axis2</li>
+ <li>Apache XML Schema</li>
+ <li>Apache Derby (Database)</li>
+ <li>Hibernate (Persistence)</li>
+ <li>Embedded Apache Tomcat</li>
+ <li>Apache Tribes (Group Communications Framework)</li>
+ <li>Spring Framework</li>
+ </ul>
+
+ <h2>Tools</h2>
+ <ul>
+ <li>AJAX based Management Console with complete administration
capability
+ of the server</li>
+ <li>WS-Commons TCPMon</li>
+ <li>WSDL2Java/Java2WSDL/WSDL 1.1 to WSDL 2.0 Converter/AAR &
Mar Validator and Try
+ it(invoke any remote Web service)</li>
+ <li>IDE Integration</li>
+ </ul>
+
+ <h2>Apache Axis2 modules included with WSO2 WSAS</h2>
+ <ul>
+ <li>Apache Rampart: Supporting WS-Security & WS-Trust</li>
+ <li>Apache Rahas: Supporting WS-SecureConversation</li>
+ <li>Apache Sandesha2: Supporting WS-Reliable Messaging</li>
+ <li>Mex: Supporting WS-MetaDataExchange</li>
+ <li>Throttle: For throttling requests</li>
+ <li>Statistics: For gathering & monitoring statistics</li>
+ <li>Tracer: For tracing SOAP requests & responses</li>
+ <li>WSO2 WSAS Administration: For administering Web services</li>
+ <li>XFer: Supporting WS-Transfer</li>
+ <li>XKMS: Supporting XML Key Management Specification</li>
+ </ul>
+
+ <h2>Known Issues</h2>
+ <ol>
+ <li>POJO to Web service feature is still at an experimental stage.
One can
+ upload jar/zip file and can create an AAR out of it. If you
uploaded a
+ jar/zip file which has the semantics of an AAR, when its
transformed into
+ AAR its services.xml will be replaced by the generated
services.xml. In
+ addition to this, the user cannot give associate any library
dependencies
+ or web content with the generated AAR file.
+ <ul>
+ <li>Due to limitations in Axis2, method overloading is not
supported,
+ and hence the WSDL for services where methods are
overloaded cannot
+ be generated. Hence all WSDL based functionality
related to services
+ will not work.</li>
+ </ul>
+ </li>
+ <li>WS-Policy support is limited to policy expressions with a
single policy alternative.</li>
+ <li>You cannot have two different versions of the Apache Sandesha2
module
+ in the system.</li>
+ <li>Persistent RM is still in the experimental stage</li>
+ <li>A <parameter
name="OmitSOAP12Action">true</parameter> entry
+ has been added to the HTTP & HTTPS transportSenders in
order to
+ overcome some issues with some browsers. In case of
interoperability
+ failures, please change the value of this parameter to false
and
+ retry.</li>
+ <li>The 'Try It' feature does not work for MTOM enabled
services.</li>
+ <li>Cannot connect to JMX service using a JMX client tool such as
jconsole from a remote
+ machine
+ when the server is running on Linux. See
+ http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6209663.
+ To rectify this, you should edit the /etc/hosts file on the
server machine and set
+ the correct IP
+ address.</li>
+ <li>Data Services, Axis1 services, Javascript services & POJO
services cannot be
+ deployed using the URL-based repository configuration</li>
+ </ol>
+
+ <p></p>
+
+ <p></p>
+
+ <h2>Reporting Problems</h2>
+ <br></br>
+ Issues can be reported using the public JIRA available at
+ <a href="https://wso2.org/jira/browse/WSAS" target="_blank">
+ https://wso2.org/jira/browse/WSAS</a>
+
+ <h2>Contact us</h2>
+ WSO2 WSAS developers can be contacted via mailing lists:
+ <br></br>
+ <strong>For Users:</strong>
+ <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>
+ <br></br>
+ <strong>For Developers:</strong>
+ <a href="mailto:[email protected]">[email protected]</a>
+ <br></br>
+ For details on subscriptions see
+ <a href="http://www.wso2.org/projects/wsas/java#mail">
+ http://www.wso2.org/projects/wsas/java#mail</a>
+ <br></br>
+ <br></br>
+ Alternatively, questions can also be raised in the WSAS forum:
+ <br></br>
+ <strong>Forum </strong>
+ <a href="http://www.wso2.org/forum/184"
target="_blank">http://www.wso2.org/forum/184</a>
+ <br></br>
+
+ <h2>Training</h2>
+ <p>
+ WSO2 Inc. offers a variety of professional Training Programs,
including
+ training on general Web services as well as WSO2 WSAS, Apache
Axis2, Data Services
+ and a number of other products.
+
+ For additional support information please refer to
+ <a target="_blank" href="http://wso2.com/training/course-catalog/">
+ http://wso2.com/training/course-catalog/</a>
+ </p>
+
+ <h2>Support</h2>
+
+ <p>
+ WSO2 Inc. offers a variety of development and production support
+ programs, ranging from Web-based support up through normal business
+ hours, to premium 24x7 phone support.
+ <br/>
+ <br/>
+
+ For additional support information please refer to
+ <a target="_blank"
href="http://wso2.com/support/">http://wso2.com/support/</a>
+ </p>
+
+ <p>For more information on WSO2 WSAS, visit the
+ <a href="http://wso2.org/" target="_blank">WSO2 Oxygen Tank</a>
+ </p>
+
+ <p>
+ <strong>How to do various things with WSAS</strong>-
+ <a href="http://wso2.org/library/2707" target="_blank">WSAS
HOWTO Series</a>
+ </p>
+
+ <p>Thank you for your interest in WSO2 WSAS</p>
+ <strong>
+ <em>-The WSO2 WSAS Development Team</em>
+ </strong>
+ <hr></hr>
-</body>
+ </body>
</html>
_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev