[Axis2] 0.93 Release - Code Freeze

2006-08-30 Thread Samisa Abeysinghe
I would like to propose that we freeze the svn code by 1200 hours GMT for the release Once code is frozen, please refrain from adding in code related to new features. Only bug fixes and improvements to documents would be welcome while code if frozen. Thanks, Samisa...

[jira] Commented: (AXIS2C-198) WSDL2C Code generation tool ( C Implementation )

2006-08-30 Thread Dinesh Premalal (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-198?page=comments#action_12431518 ] Dinesh Premalal commented on AXIS2C-198: Hi Dimuthu, Unless I'm mistaken there is a header file called axis2_properties.h (please note

Has their been axis-c port to Mac OS X?

2006-08-30 Thread Oisin Hurley
Hi all, Looking thru the archives I noticed some activity on porting Axis C to Mac OS X, but the thread collapsed late last year. Does anyone know of any progress made on such a port? best regards Oisin - To unsubscribe,

[jira] Created: (AXISCPP-997) WSDL2WS Doesn't take care of safe names for types or defined in wsld file

2006-08-30 Thread Juan Pablo Rojas (JIRA)
WSDL2WS Doesn't take care of safe names for types or defined in wsld file - Key: AXISCPP-997 URL: http://issues.apache.org/jira/browse/AXISCPP-997 Project: Axis-C++

An API to configure Axis services?

2006-08-30 Thread Jean-Sebastien Delfino
In the Apache Tuscany/C++ project we are using Axis2C to implement our Web Service support. Application developers use Tuscany to create components, then our runtime takes care of exposing these components as Web Services. Currently each time we create a Web service, we create a directory

Re: An API to configure Axis services?

2006-08-30 Thread Samisa Abeysinghe
Jean-Sebastien Delfino wrote: In the Apache Tuscany/C++ project we are using Axis2C to implement our Web Service support. Application developers use Tuscany to create components, then our runtime takes care of exposing these components as Web Services. Currently each time we create a Web

[Axis2][Fwd: An API to configure Axis services?]

2006-08-30 Thread Damitha Kumarage
---BeginMessage--- In the Apache Tuscany/C++ project we are using Axis2C to implement our Web Service support. Application developers use Tuscany to create components, then our runtime takes care of exposing these components as Web Services. Currently each time we create a Web service, we

Re: [Axis2][Fwd: An API to configure Axis services?]

2006-08-30 Thread Damitha Kumarage
Damitha Kumarage wrote: Subject: An API to configure Axis services? From: Jean-Sebastien Delfino [EMAIL PROTECTED] Date: Wed, 30 Aug 2006 16:13:36 -0700 To: axis-c-dev@ws.apache.org To: axis-c-dev@ws.apache.org

[jira] Commented: (AXIS2-850) NullPointerException in AbstractHTTPSender

2006-08-30 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-850?page=comments#action_12431479 ] Deepal Jayasinghe commented on AXIS2-850: - Hi Michele; Can you please attach a test case , it will be easier for me to fix this issue.

[jira] Commented: (AXIS2-937) WSDL2Java not generating parameters for stib methods

2006-08-30 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-937?page=comments#action_12431507 ] Deepal Jayasinghe commented on AXIS2-937: - I just generate code for your wsdl and it generate stub with correct method signature , so I have attached that

[jira] Updated: (AXIS2-937) WSDL2Java not generating parameters for stib methods

2006-08-30 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-937?page=all ] Deepal Jayasinghe updated AXIS2-937: Attachment: JasperServiceStub.java WSDL2Java not generating parameters for stib methods

[jira] Resolved: (AXIS2-805) namespace of generated WSDL

2006-08-30 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-805?page=all ] Deepal Jayasinghe resolved AXIS2-805. - Resolution: Fixed Just fixed in current SVN. rename stn_ to asn please check against current svn or nightly build and let us know whether it is

[jira] Resolved: (AXIS2-1027) RawXMLINOutMessageReceiver doesn't allow empty soap bodies on outgoing messages

2006-08-30 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1027?page=all ] Deepal Jayasinghe resolved AXIS2-1027. -- Resolution: Fixed fixed in current svn RawXMLINOutMessageReceiver doesn't allow empty soap bodies on outgoing messages

[jira] Resolved: (AXIS2-939) Client API does not remove OperationContext instances from configuration context after MEP completes

2006-08-30 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-939?page=all ] Deepal Jayasinghe resolved AXIS2-939. - Resolution: Fixed InstanceDispatcher call axisOperation.registerMessageContext(msgContext, operationContext); so it is not must to call that method

[jira] Commented: (AXIS2-682) Problems testing Axis2 1.0 with Oracle OC4J (9.0.4)

2006-08-30 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-682?page=comments#action_12431538 ] Deepal Jayasinghe commented on AXIS2-682: - I think we can resolve the issue since all the issued are fixed now what do you think dims ? Problems testing

[jira] Resolved: (AXIS2-682) Problems testing Axis2 1.0 with Oracle OC4J (9.0.4)

2006-08-30 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-682?page=all ] Davanum Srinivas resolved AXIS2-682. Resolution: Fixed marking as resolved. Please let us know if there's any problem in latest svn and we'll reopen the bug. thanks, dims Problems

[jira] Commented: (AXIS2-1033) Load Web Service on Startup

2006-08-30 Thread robert lazarski (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1033?page=comments#action_12431570 ] robert lazarski commented on AXIS2-1033: That exactly what I need, thanks. Just comment when your ready and I'll test it. Load Web Service on Startup

Re: [jira] Commented: (AXIS2-1033) Load Web Service on Startup

2006-08-30 Thread Deepal Jayasinghe
its doen robert lazarski (JIRA) wrote: [ http://issues.apache.org/jira/browse/AXIS2-1033?page=comments#action_12431570 ] robert lazarski commented on AXIS2-1033: That exactly what I need, thanks. Just comment when your ready and

Re: [jira] Commented: (AXIS2-1033) Load Web Service on Startup

2006-08-30 Thread robert lazarski
Works great! Thanks Deepal. Robert http://www.braziloutsource.com/ On 8/30/06, Deepal Jayasinghe [EMAIL PROTECTED] wrote: its doen robert lazarski (JIRA) wrote: [ http://issues.apache.org/jira/browse/AXIS2-1033?page=comments#action_12431570 ] robert lazarski commented on AXIS2-1033:

[jira] Updated: (AXIS2-1033) Load Web Service on Startup

2006-08-30 Thread Ali Sadik Kumlali (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1033?page=all ] Ali Sadik Kumlali updated AXIS2-1033: - Attachment: DependencyManager.patch Made following simple change to make latest improvement works properly. public static void

[AXIOM][AXIS2] StAX Filter

2006-08-30 Thread Takahide Nogayama
Hi all, I proposed new feature StAX Filter on JIRA https://issues.apache.org/jira/browse/WSCOMMONS-76 and https://issues.apache.org/jira/browse/AXIS2-1085. StAX Filter enables us to avoid fruitness traverse and creating fruitness OMElements. And we can convert XML data before creating OM. If

FW: Creating or setting header options

2006-08-30 Thread Joe Wyrembelski
Basic Question: What do I need to do in order to get header options to show up in my envelope? Environment: Using Axis2 to generate my client (with XMLBeans as my binding technology). Generated the code using the -s -t -p com.mypackage -d xmlbeans options. When I create my stub using the

[jira] Commented: (AXIS2-1089) WSDL2Java is generating invalid inner class, method with XmlBeans binding

2006-08-30 Thread Brennan Spies (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1089?page=comments#action_12431722 ] Brennan Spies commented on AXIS2-1089: -- OK, I have switched to the latest nightly build (2006-08-29), and this problem seems to have been resolved. I had to

[jira] Commented: (AXIS2-805) namespace of generated WSDL

2006-08-30 Thread Kinichiro Inoguchi (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-805?page=comments#action_12431759 ] Kinichiro Inoguchi commented on AXIS2-805: -- I checked current SVN. Problem pattern (3) and (4), still remain. In pattern (3) and (4), I defined schema

[jira] Created: (AXIS2-1095) Transmission with MTOM enabled fails when client sets useSeparateListener for req/rsp

2006-08-30 Thread Bill Nagy (JIRA)
Transmission with MTOM enabled fails when client sets useSeparateListener for req/rsp - Key: AXIS2-1095 URL: http://issues.apache.org/jira/browse/AXIS2-1095 Project:

[jira] Updated: (AXIS2-1095) Transmission with MTOM enabled fails when client sets useSeparateListener for req/rsp

2006-08-30 Thread Bill Nagy (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1095?page=all ] Bill Nagy updated AXIS2-1095: - Attachment: MTOM-enabled-axis2.xml Transmission with MTOM enabled fails when client sets useSeparateListener for req/rsp

[jira] Updated: (AXIS2-1095) Transmission with MTOM enabled fails when client sets useSeparateListener for req/rsp

2006-08-30 Thread Bill Nagy (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1095?page=all ] Bill Nagy updated AXIS2-1095: - Affects Version/s: (was: M2) Transmission with MTOM enabled fails when client sets useSeparateListener for req/rsp

[jira] Updated: (AXIS2-1095) Reception of response from server when using MTOM fails when client sets useSeparateListener for req/rsp

2006-08-30 Thread Bill Nagy (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1095?page=all ] Bill Nagy updated AXIS2-1095: - Summary: Reception of response from server when using MTOM fails when client sets useSeparateListener for req/rsp (was: Transmission with MTOM enabled fails when

Re: [Axis2] Re-setting of the Action

2006-08-30 Thread Sanjiva Weerawarana
On Tue, 2006-08-29 at 12:39 +0100, David Illsley wrote: Hi Chamikara, I don't know why the code is trying to reuse the request side Options object, just that it is and that it is is marked in the code with: // This is a hack - Needs to change Which suggests that it's being done for a

[jira] Closed: (AXIS2-1072) Doc/Lit non-wrap initial support for Proxy

2006-08-30 Thread Nick Gallardo (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1072?page=all ] Nick Gallardo closed AXIS2-1072. Resolution: Fixed Doc/Lit non-wrap initial support for Proxy -- Key: AXIS2-1072

[jira] Closed: (AXIS2-1088) Proxy failing with IndexOutOfBounds or NPE when no @webParam or SEI method with no signature.

2006-08-30 Thread Nick Gallardo (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1088?page=all ] Nick Gallardo closed AXIS2-1088. Resolution: Fixed Proxy failing with IndexOutOfBounds or NPE when no @webParam or SEI method with no signature.

[jira] Resolved: (AXIS2-937) WSDL2Java not generating parameters for stib methods

2006-08-30 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-937?page=all ] Deepal Jayasinghe resolved AXIS2-937. - Resolution: Fixed In current SVN it works fine WSDL2Java not generating parameters for stib methods