Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 29674 invoked from network); 4 Oct 2006 17:09:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Oct 2006 17:09:19 -0000 Received: (qmail 78231 invoked by uid 500); 4 Oct 2006 17:09:18 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 78217 invoked by uid 500); 4 Oct 2006 17:09:18 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 78203 invoked by uid 99); 4 Oct 2006 17:09:18 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Oct 2006 10:09:18 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=eran.chinthaka@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [64.233.166.179] ([64.233.166.179:39867] helo=py-out-1112.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id C3/F2-17684-BBAE3254 for ; Wed, 04 Oct 2006 10:09:16 -0700 Received: by py-out-1112.google.com with SMTP id z74so291709pyg for ; Wed, 04 Oct 2006 10:09:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=AhsFZWNSk+B29FKpn00MBkylr4xLWrK3pC45OhaMCYJJ9UxYcF3jGL0bWVmQhUP80GALzlNNMlotGZMnNSEpJ6toZtB7PI9Ub+aZ9nSXdwkkl3GeF9kJAFnsLWe1vPV6J4dP+IKjvrW7JUE0Qy6pBCUSdJUkCzrSqivxbEOGJrc= Received: by 10.35.99.6 with SMTP id b6mr1535280pym; Wed, 04 Oct 2006 10:09:13 -0700 (PDT) Received: by 10.35.122.14 with HTTP; Wed, 4 Oct 2006 10:09:12 -0700 (PDT) Message-ID: <12f870d60610041009h4269f013ya4d3014fe63aeb05@mail.gmail.com> Date: Wed, 4 Oct 2006 22:09:12 +0500 From: "Eran Chinthaka" To: "Apache AXIS C Developers List" Subject: Re: [Axis2][ANN]Apache Axis2/c 0.94 Released. In-Reply-To: <87odsskryw.fsf@etch.wso2.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_126364_16777973.1159981752910" References: <87odsskryw.fsf@etch.wso2.com> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_126364_16777973.1159981752910 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Excellent !! I just followed your installation guide and everything worked as described (not like in Axis2/Java :) ). I was amazed to see how it was to do echo invocation compared to the time it takes in Axis2 java. Anyway, I have couple of minor comments. 1. Logs are by default set to debug level in the release. Don't you think it better be set to INFO (I'm thinking in terms of log4j :) ) when you release it. 2. I saw a 0 byte file, AUTHORS, in the root directory of the release. Was it intentional? 3. This is a tiny mistake. The release date was mentioned as 3rd and not 4th (today). Those are very minute things. Well done !! -- Chinthaka On 10/4/06, Dinesh Premalal wrote: > > > We are pleased to announce the release of Apache Axis2/C version 0.94. > You can download this release from > http://ws.apache.org/axis2/c/download.cgi > > Key Features > > 1. AXIOM, an XML object model optimized for SOAP 1.1/1.2 Messages. This > has complete XML infoset support. > 2. Support for one-way messaging (In-Only) and request response > messaging (In-Out) > 3. Description hierarchy (configuration, service groups, services, > operations and messages) > 4. Directory based deployment model > 5. Archive based deployment model > 6. Context hierarchy (corresponding contexts to map to each level of > description hierarchy) > 7. Raw XML message receiver > 8. Module architecture, mechanism to extend the SOAP processing model > 9. Module version support > 10. Transports supports: HTTP > o Both simple axis server and Apache2 httpd module for server side > o Client transport with ability to enable SSL support > 11. Service client and operation client APIs > 12. REST support (HTTP POST case) > 13. WS-Addressing, both the submission (2004/08) and final (2005/08) > versions > 14. MTOM/XOP support > 15. Code generation tool for stub and skeleton generation for a given > WSDL (based on Java tool) > o Axis Data Binding (ADB) support > 16. Security module with UsernameToken support > 17. REST support (HTTP GET case) > 18. Dynamic invocation support (based on XML schema and WSDL > implementations) > 19. Guththila pull parser support - New > 20. WSDL2C code generation tool- with schema code generation > (experimental) - New > 21. TCP Monitor - C implementation (experimental) - New > > Major Changes Since Last Release > 1. Guththila pull parser support > 2. WSDL2C code generation tool > 3. TCP Monitor - C implementation > 4. Major Memory leak fixes > 5. Fixes to code generation with Java Tool > 6. Many Bug Fixes > > TODOs Remaining for 1.0 > 1. Complete API documentation and API improvements > 2. Fix further memory leaks > 3. Put in place a comprehensive functional test framework > > > We welcome your early feedback on this implementation. > Thanks for your interest in Axis2C > > -- Apache Axis2C Team -- > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-c-dev-help@ws.apache.org > > -- -------------------------------------------------------------------------------- Eran Chinthaka Lanka Software Foundation Tel : (+94) 777 257633 E-Mail : eran.chinthaka@gmail.com ------=_Part_126364_16777973.1159981752910 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Excellent !! I just followed your installation guide and everything worked as described (not like in Axis2/Java :) ). I was amazed to see how it was to do echo invocation compared to the time it takes in Axis2  java.

Anyway, I have couple of minor comments.

1. Logs are by default set to debug level in the release. Don't you think it better be set to INFO (I'm thinking in terms of log4j :) ) when you release it.
2. I saw a 0 byte file, AUTHORS, in the root directory of the release. Was it intentional?
3. This is a tiny mistake. The release date was mentioned as 3rd and not 4th (today).

Those are very minute things.  Well done !!

-- Chinthaka

On 10/4/06, Dinesh Premalal <xydinesh@gmail.com> wrote:

We are pleased to announce the release of Apache Axis2/C version 0.94.
You can download this release from
http://ws.apache.org/axis2/c/download.cgi

Key Features

   1. AXIOM, an XML object model optimized for SOAP 1.1/1.2 Messages. This has complete XML infoset support.
   2. Support for one-way messaging (In-Only) and request response messaging (In-Out)
   3. Description hierarchy (configuration, service groups, services, operations and messages)
   4. Directory based deployment model
   5. Archive based deployment model
   6. Context hierarchy (corresponding contexts to map to each level of description hierarchy)
   7. Raw XML message receiver
   8. Module architecture, mechanism to extend the SOAP processing model
   9. Module version support
  10. Transports supports: HTTP
        o Both simple axis server and Apache2 httpd module for server side
        o Client transport with ability to enable SSL support
  11. Service client and operation client APIs
  12. REST support (HTTP POST case)
  13. WS-Addressing, both the submission (2004/08) and final (2005/08) versions
  14. MTOM/XOP support
  15. Code generation tool for stub and skeleton generation for a given WSDL (based on Java tool)
        o Axis Data Binding (ADB) support
  16. Security module with UsernameToken support
  17. REST support (HTTP GET case)
  18. Dynamic invocation support (based on XML schema and WSDL implementations)
  19. Guththila pull parser support - New
  20. WSDL2C code generation tool- with schema code generation (experimental) - New
  21. TCP Monitor - C implementation (experimental) - New

Major Changes Since Last Release
   1. Guththila pull parser support
   2. WSDL2C code generation tool
   3. TCP Monitor - C implementation
   4. Major Memory leak fixes
   5. Fixes to code generation with Java Tool
   6. Many Bug Fixes

TODOs Remaining for 1.0
   1. Complete API documentation and API improvements
   2. Fix further memory leaks
   3. Put in place a comprehensive functional test framework


We welcome your early feedback on this implementation.
Thanks for your interest in Axis2C

-- Apache Axis2C Team --

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org




--
--------------------------------------------------------------------------------
Eran Chinthaka
Lanka Software Foundation

Tel       : (+94) 777 257633
E-Mail : eran.chinthaka@gmail.com
------=_Part_126364_16777973.1159981752910--