RE: [Axis2][ANN] Apache Axis2/C 0.93 Released

2006-09-04 Thread Popuri, Monica

Hi Samisa,

I am facing problem in starting simple_axis_server in axis c++ 1.6 . For some 
reason my simple_axis_server is getting aborted with following error when I see 
through gdb:
(gdb) bt
#0  0x0013bcef in raise () from /lib/tls/libc.so.6
#1  0x0013d4f5 in abort () from /lib/tls/libc.so.6
#2  0x00c794b7 in __cxa_call_unexpected () from /usr/lib/libstdc++.so.5
#3  0x00c79504 in std::terminate () from /usr/lib/libstdc++.so.5
#4  0x00c796dc in __cxa_rethrow () from /usr/lib/libstdc++.so.5
#5  0x00e9e377 in initialize_module () from 
/usr/local/axiscpp_deploy/deploy/lib/libaxis_server.so
#6  0x0804b9d1 in main ()


I have verified many times that my axiscpp.conf is in right place ( 
axiscpp_deploy/deploy/etc folder). server.wsdd is in 
(axiscpp_deploy/deploy/conf folder) and other directories are correct. For eas 
following is content of axiscpp.conf file:
LogPath:/usr/local/axiscpp_deploy/deploy/log/AxisLog
WSDDFilePath:/usr/local/axiscpp_deploy/deploy/etc/server.wsdd
ClientLogPath:/usr/local/axiscpp_deploy/deploy/log/AxisClientLog
XMLParser:/usr/local/axiscpp_deploy/deploy/lib/libaxis_xmlparser.so
Transport_http:/usr/local/axiscpp_deploy/deploy/lib/libaxis2_transport.so


Besides above APACHE2_HOME, AXISCPP_HOME, AXISCPP_DEPLOY env vars are set

Could you please help me in resolving why I get this error.

Secondly I am never able to deploy axis in apache following the steps in 
installation guide or in the following doc:
http://programming.linux.com/programming/05/02/16/1947220.shtml?tid=63&tid=67&tid=68

Please help.

Thanks & Best Regards,
Monica


Regards,
Monica

-Original Message-
From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED]
Sent: Saturday, September 02, 2006 5:39 AM
To: Apache AXIS C User List
Subject: Re: [Axis2][ANN] Apache Axis2/C 0.93 Released


Alastair FETTES wrote:
> Early feedback:
>
> The WSDL2C tool would be useful before 1.0.  This would allow
> (potential) users, such as myself, a chance to try things out.
>   
We tried to ship WSDL2C with 0.93, but could not do so, due to critical 
bugs in the source (the tests failed)
Hopefully this would be available tith 1.0 Release Candidate 1 (RC1)

Samisa...

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Axis2][ANN] Apache Axis2/C 0.93 Released

2006-09-01 Thread Samisa Abeysinghe

Alastair FETTES wrote:

Early feedback:

The WSDL2C tool would be useful before 1.0.  This would allow
(potential) users, such as myself, a chance to try things out.
  
We tried to ship WSDL2C with 0.93, but could not do so, due to critical 
bugs in the source (the tests failed)

Hopefully this would be available tith 1.0 Release Candidate 1 (RC1)

Samisa...

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [Axis2][ANN] Apache Axis2/C 0.93 Released

2006-09-01 Thread Alastair FETTES
Early feedback:

The WSDL2C tool would be useful before 1.0.  This would allow
(potential) users, such as myself, a chance to try things out.

Cheers,
Alastair 

-Original Message-
From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 01, 2006 4:18 PM
To: Apache AXIS C Developers List; axis-c-user@ws.apache.org
Subject: [Axis2][ANN] Apache Axis2/C 0.93 Released

We are pleased to announce the release of Apache Axis2/C version 0.93.
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) - New
  18. Dynamic invocation support (based on XML schema and WSDL 
implementations) - New

Major Changes Since Last Release

   1. REST support for HTTP GET case
   2. XML Schema implementation
   3. Woden/C implementation that supports both WSDL 1.1 and WSDL 2.0
   4. Dynamic client invocation (given a WSDL, consume services
dynamically)
   5. Numerous improvements to API and API documentation
   6. Many bug fixes, especially, many paths of execution previously 
untouched were tested along with
  Sandesha2/C implementation

TODOs Remaining for 1.0

   1. Complete API documentation and API improvements
   2. Fix major memory leaks
   3. Test codegen for both ADB and none cases
   4. Put in place a comprehensive functional test framework
   5. WSDL2C tool


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

-- Apache Axis2C Team --


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]