Re: [Axis2] ServiceClient questions

2006-09-14 Thread Deepal Jayasinghe
>That doesn't make any sense IMO .. the reason we use the anon ops is to >make the simple case possible. If someone's getting at the operation >client and doing stuff there better know the name of the operation. > > Yes , I understand that. But the scenario I am talking about also making the sim

[jira] Created: (AXIS2-1164) Remove the OMTutorial inside Axis2 docs and point the links to it from Axis2 to http://ws.apache.org/commons/axiom/OMTutorial.html

2006-09-14 Thread Thilina Gunarathne (JIRA)
Remove the OMTutorial inside Axis2 docs and point the links to it from Axis2 to http://ws.apache.org/commons/axiom/OMTutorial.html -- Key: AXIS2-1164

[Axis2] Improvements to Service life cycle in handling

2006-09-14 Thread Chamil Thanthrimudalige
Forwarding with Axis2 prefix. Best Regards, Chamil Thanthrimudalige Begin forwarded message: From: Deepal Jayasinghe <[EMAIL PROTECTED]> Date: September 14, 2006 11:54:39 PM GMT+06:00 To: "axis-dev@ws.apache.org" Subject: Improvements to Service life cycle in handling Reply-To: axis-dev@ws.a

[jira] Resolved: (AXIS2-1082) digest authentication is not working

2006-09-14 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1082?page=all ] Davanum Srinivas resolved AXIS2-1082. - Resolution: Fixed Fixed. auth scheme list can be configured, retry option can be specified, preemptive flag is configurable too. -- dims > digest a

[jira] Resolved: (AXIS2-1081) Basic Authentication should not be tried before NTLM authentication

2006-09-14 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1081?page=all ] Davanum Srinivas resolved AXIS2-1081. - Resolution: Fixed There is an option to specify the order of different auth schemes now. -- dims > Basic Authentication should not be tried before N

Improvements to Service life cycle in handling

2006-09-14 Thread Deepal Jayasinghe
Hi All; Currently we have an interface called Service and which has few methods that are used to manage session (or else user can add those method into service impl class w.o implementing the interface). And that interface has the following methods ; - startUp - init - setOperationContext - destr

Re: [Axis2] ServiceClient questions

2006-09-14 Thread Sanjiva Weerawarana
On Thu, 2006-09-14 at 16:04 +0530, Deepal Jayasinghe wrote: > > > >Hmmm. Good question- I also don't see why the ANON_* constants are > >externally visible. We put those to create underlying anonymous > >AxisOperation objects to make the simple API calls work right and hence > >should be private

Re: [Axis2] Codegen tool command line options

2006-09-14 Thread Samisa Abeysinghe
Ajith Ranabahu wrote: Hi, Lemme add my thoughts here. First: It is the usual convention that we use -- for long options. Long options are any option that has more than one char. e.g. ss, sd Either we have to come up with single char alternatives to them or have to change the syntax to -- The

[jira] Created: (AXIS2-1163) replace service endpoint when serving original wsdl using useOriginalwsdl param

2006-09-14 Thread rajesh (JIRA)
replace service endpoint when serving original wsdl using useOriginalwsdl param --- Key: AXIS2-1163 URL: http://issues.apache.org/jira/browse/AXIS2-1163 Project: Apache Axis 2

Re: Proposal to introduce axis2 specific annotations to supplement JSR 181

2006-09-14 Thread Rajith Attapattu
Nicholas.I agree that in the absence of Axsi2 specific annotations we have to assume JAX-WS and the message receiver should be JAXWSMessageReceiver. @EngageModule will make more sense if the @Axis2ServiceBinding is of type "Native". (Eventhough this can be used with JAX-WS it will fail with the TCK

Re: Proposal to introduce axis2 specific annotations to supplement JSR 181

2006-09-14 Thread Nicholas L Gallardo
Rajith, That make sense...  Thanks for the clarification. Regards, Nicholas Gallardo WebSphere  -  WebServices Development [EMAIL PROTECTED] Phone: 512-838-1182 Building: 901 / 5G-016 "Rajith Attapattu" <[EMAIL PROTECTED]> 09/14/2006 04:52 PM Please respond to axis-dev@ws.apache.org

Re: [Axis2][Vote] Create a branch for the Axis2 1.1 release

2006-09-14 Thread Davanum Srinivas
+1 to creating a branch. *PLEASE* note that the branch for a release is the prerogative of the Release Manager and he/she chooses when to cut the branch. thanks, dims On 9/14/06, Nicholas L Gallardo <[EMAIL PROTECTED]> wrote: Ajith, Branching before would allow others to continue longer term

Re: [Axis2][Vote] Create a branch for the Axis2 1.1 release

2006-09-14 Thread Ajith Ranabahu
Hi Nick,Yep, That is definitely a reason to do so. What I'm a bit worried about is that when you do a branch then whatever the bug fixes you do to the branch would also need to go to the trunk. And believe me, there is going to be a significant number of bug fixes before the release :) So I guess t

Re: [Axis2][Vote] Create a branch for the Axis2 1.1 release

2006-09-14 Thread Nicholas L Gallardo
Ajith, Branching before would allow others to continue longer term development items while the final fixes are being applied to the upcoming release. Regards, Nicholas Gallardo WebSphere  -  WebServices Development [EMAIL PROTECTED] Phone: 512-838-1182 Building: 901 / 5G-016 "Ajith Ranabah

Re: Proposal to introduce axis2 specific annotations to supplement JSR 181

2006-09-14 Thread Nicholas L Gallardo
Rajith, I think this is the way to go.  It removes the ambiguity of where the endpoint needs to be deployed. Just to clarify one point though, if no @Axis2ServiceBinding annotation is included, seems like the default would be JAX-WS.  If not, then there will be TCK failures as we can't require a

Re: [Axis2][Vote] Create a branch for the Axis2 1.1 release

2006-09-14 Thread Ajith Ranabahu
Hi guys,If I understand right the branching usually happens at the same time  of a release (or slightly after) and is usually used to fix issues in that particular release. We can definitely use a branch before the release but is there any particular reason why we need a branch before the release ?

Re: [Axis2][Vote] Create a branch for the Axis2 1.1 release

2006-09-14 Thread Nicholas L Gallardo
+1 As already stated, it would be nice to have the ability to have just releases with fixes vs. forcing users to consume new (and possibly disruptive) features. Nicholas Gallardo WebSphere  -  WebServices Development [EMAIL PROTECTED] Phone: 512-838-1182 Building: 901 / 5G-016 Eran Chintha

RE: org.apache.axis2.om.OMElement not in war distribution

2006-09-14 Thread CYW
Thanks. That was the case as pointed out earlier by Chinthaka. cyw -Original Message- From: Ajith Ranabahu [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 3:35 PM To: axis-dev@ws.apache.org Subject: Re: org.apache.axis2.om.OMElement not in war distribution Hmmm... We have no

[jira] Commented: (AXIS2-1152) In code generation , it does not not generate code correctly for wsdl which has schema element contains attribute nillable="true"

2006-09-14 Thread Ajith Harshana Ranabahu (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1152?page=comments#action_12434800 ] Ajith Harshana Ranabahu commented on AXIS2-1152: Can you attach the WSDL and perhaps the trace message from TCPMon ? > In code generation , it does

Re: org.apache.axis2.om.OMElement not in war distribution

2006-09-14 Thread Ajith Ranabahu
Hmmm... We have no class called org.apache.axis2.om.OMElement anymore. The packaging has changed and it is called org.apache.axiom.om.OMElement now. Are you having an older aar file ? Ajith On 9/14/06, CYW <[EMAIL PROTECTED]> wrote: I am getting errors complaining about not finding org/apache/a

Re: Proposal to introduce axis2 specific annotations to supplment JSR 181

2006-09-14 Thread Rajith Attapattu
Hi All,Based on the wiki page http://wiki.apache.org/ws/FrontPage/Axis2/JAX-WS/JSR-181 we need to decide which approach we are going to take. The last approach seems more practical. If we select the last approach described in the proposal we have the following optionWe could introduce other annota

Re: [Axis2] Codegen tool command line options

2006-09-14 Thread Ajith Ranabahu
Hi, Lemme add my thoughts here. First: It is the usual convention that we use -- for long options. Long options are any option that has more than one char. e.g. ss, sd Either we have to come up with single char alternatives to them or have to change the syntax to -- The problem with always ha

Re: [Axis2] Codegen tool command line options

2006-09-14 Thread robert lazarski
GetOpt is the standard way on linux / unix to do command line parsing and I like it alot. I wasn't aware that Xalan has one but there are a few (non apache) java versions I've used. +1 . Robert On 9/14/06, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: I have few problems with codegen command lin

[Axis2] Codegen tool command line options

2006-09-14 Thread Samisa Abeysinghe
I have few problems with codegen command line options. I would like it to have some getopt (see man page) like syntax. However there are some problems here. First: It is the usual convention that we use -- for long options. Long options are any option that has more than one char. e.g. ss, sd

Re: [Axis2] Thread model for handlers

2006-09-14 Thread Eran Chinthaka
David Illsley wrote: > Hi all, > I've just been reviewing the AddressingOutHandler and noticed that it > sets an instance variable in the invoke method which it then uses > later in another method. I've reviewed the architecture docs and the > Handler Javadoc but neither tell me if this is ok or no

Re: [Axis2] Thread model for handlers

2006-09-14 Thread Davanum Srinivas
Yes, you are right., the code is wrong. thanks, dims On 9/14/06, David Illsley <[EMAIL PROTECTED]> wrote: Hi all, I've just been reviewing the AddressingOutHandler and noticed that it sets an instance variable in the invoke method which it then uses later in another method. I've reviewed the ar

[jira] Resolved: (AXIS2-1161) error occurring using the CodeGenerationEngine with the attached wsdl file

2006-09-14 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1161?page=all ] Davanum Srinivas resolved AXIS2-1161. - Resolution: Fixed works fine with latest SVN. -- dims > error occurring using the CodeGenerationEngine with the attached wsdl file > ---

[jira] Commented: (AXIS2-1162) Build Failure: testScenarioOne(org.apache.axis2.wsdl.codegen.extension.SchemaUnwrapperExtensionTest): Caused an ERROR

2006-09-14 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1162?page=comments#action_12434740 ] Davanum Srinivas commented on AXIS2-1162: - which jdk version? > Build Failure: > testScenarioOne(org.apache.axis2.wsdl.codegen.extension.SchemaUnwrapperEx

Re: [Axis2] Options questions

2006-09-14 Thread Dennis Sosnoski
David Illsley wrote: On 14/09/06, Dennis Sosnoski <[EMAIL PROTECTED]> wrote: ... 3. The getRelatesTo(String) method doesn't make any allowance for multiple RelatesTo items with the same RelationshipType value. I didn't see anything in the WS-Addressing spec that says the RelationshipType values

Re: [Axis2] ServiceClient questions

2006-09-14 Thread Dennis Sosnoski
Thanks for the clarifications, Deepal and Sanjiva - I'll get the Javadoc updates checked in later today, and add Jira issues on the other items. - Dennis Deepal Jayasinghe wrote: Hmmm. Good question- I also don't see why the ANON_* constants are externally visible. We put those to create

Re: [Axis2] Improvements to Authentication support in http transport

2006-09-14 Thread Oleg Kalnichevski
On Thu, 2006-09-14 at 13:10 +0530, Saminda Abeyruwan wrote: > Hi Devs, > ... > Axis2 enables preemptive authentication. Thus, in this mode Httpclient > will send the basic authentication response even before the server > gives an unauthorized response in certain situations, thus reducing > the ove

[jira] Resolved: (AXIS2-1148) Bug in TransportUtils with the file caching

2006-09-14 Thread Thilina Gunarathne (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1148?page=all ] Thilina Gunarathne resolved AXIS2-1148. --- Resolution: Fixed Done... Thanks Roshan for finding this out... http://svn.apache.org/viewvc?view=rev&rev=443362 http://svn.apache.org/viewvc?vi

Re: [Axis2] ServiceClient questions

2006-09-14 Thread Rajith Attapattu
Deepal,Can I use this opportunity to clear my doubts about the operation client vs service client.This is still not documented properly other than to say that "if you are experianced with Axis2 use operation client" I understand that Operation Client is more flexible and powerfull as you could deal

[jira] Created: (AXIS2-1162) Build Failure: testScenarioOne(org.apache.axis2.wsdl.codegen.extension.SchemaUnwrapperExtensionTest): Caused an ERROR

2006-09-14 Thread David Illsley (JIRA)
Build Failure: testScenarioOne(org.apache.axis2.wsdl.codegen.extension.SchemaUnwrapperExtensionTest): Caused an ERROR Key: AXIS2-1162

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

2006-09-14 Thread Kinichiro Inoguchi (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-805?page=comments#action_12434701 ] Kinichiro Inoguchi commented on AXIS2-805: -- I hope this issue is re-opened. I can't reopen by myself. Thanks. > namespace of generated WSDL > -

Re: [Axis2] Improvements to Authentication support in http transport

2006-09-14 Thread Davanum Srinivas
Saminda, I tweaked the code a bit more: - New property (HTTPConstants.ALLOW_RETRY) for handling serialize/serializeWithConsume switch - Move AxisRequestEntity to RESTSender (only place where it is used) - Convert authenticationEnabled into a method (isAuthenticationEnabled) - Allow the user to s

org.apache.axis2.om.OMElement not in war distribution

2006-09-14 Thread CYW
I am getting errors complaining about not finding org/apache/axis2/om/OMElement when deploying an aar. Deepal Jayasinghe suggested that I use 1.0, and that was what I used. Anyway, I re-downloaded a 1.0 axis2 war, and searched all jars in the axis2/WEB-INF/lib directory. The org.apache.axis2.om.

Can I define new provider and use it instead of Axis Provider?

2006-09-14 Thread Domenico Caputi
Hi all, I have necessity of to define a Provider that instead of to have a Java class how web services, have a owner technology. This provider through wsdd file deploy services defined in this technology. Is possible? If yes how can I start? Is there some documentation? Thanks, Domenico --

[jira] Updated: (AXIS2-1161) error occurring using the CodeGenerationEngine with the attached wsdl file

2006-09-14 Thread Matt Corby (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1161?page=all ] Matt Corby updated AXIS2-1161: -- Attachment: gws.wsdl > error occurring using the CodeGenerationEngine with the attached wsdl file >

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

2006-09-14 Thread William Ferguson (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-937?page=comments#action_12434664 ] William Ferguson commented on AXIS2-937: Aha! I think I've got it Deepal. Wsdl2Java -uri "WsdlLocation" -o "OutputLocation" -pn JasperServiceSOAP12port0 An

[jira] Created: (AXIS2-1161) error occurring using the CodeGenerationEngine with the attached wsdl file

2006-09-14 Thread Matt Corby (JIRA)
error occurring using the CodeGenerationEngine with the attached wsdl file -- Key: AXIS2-1161 URL: http://issues.apache.org/jira/browse/AXIS2-1161 Project: Apache Axis 2.0 (Axis2)

[Axis2] Thread model for handlers

2006-09-14 Thread David Illsley
Hi all, I've just been reviewing the AddressingOutHandler and noticed that it sets an instance variable in the invoke method which it then uses later in another method. I've reviewed the architecture docs and the Handler Javadoc but neither tell me if this is ok or not. An investigation of the Ph

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

2006-09-14 Thread William Ferguson (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-937?page=comments#action_12434658 ] William Ferguson commented on AXIS2-937: Deepal, can you please confirm that the #scheduleReport method in the generated stub interface has a single Schedul

[jira] Commented: (AXIS2-864) ServiceClient running inside a handler fails to receive response

2006-09-14 Thread Michele Mazzucco (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-864?page=comments#action_12434655 ] Michele Mazzucco commented on AXIS2-864: I'll try the next nightly build > ServiceClient running inside a handler fails to receive response > --

[jira] Commented: (AXIS2-1154) OMException when calling web-service

2006-09-14 Thread Felix (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1154?page=comments#action_12434652 ] Felix commented on AXIS2-1154: -- By the way, I get the same error message when running the Axis2SampleDocLit example of Axis2. The echoString call works fine, but echo

Re: [Axis2] ServiceClient questions

2006-09-14 Thread Deepal Jayasinghe
>Hmmm. Good question- I also don't see why the ANON_* constants are >externally visible. We put those to create underlying anonymous >AxisOperation objects to make the simple API calls work right and hence >should be private IMO. > >Deepal? > > > If some one want to create an operationclient u

[jira] Resolved: (AXIS2-1122) service?wsdl returns error in conjunction with the startUp() method

2006-09-14 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1122?page=all ] Deepal Jayasinghe resolved AXIS2-1122. -- Resolution: Fixed Fixed in current SVN > service?wsdl returns error in conjunction with the startUp() method >

Re: [Axis2] ServiceClient questions

2006-09-14 Thread Sanjiva Weerawarana
On Thu, 2006-09-14 at 13:23 +0530, Deepal Jayasinghe wrote: > Hi Dennis: > please see my comment in line. > > > I'm working on documentation for > > org.apache.axis2.client.ServiceClient, and ran into a few questions. > > First off, the constants ANON_OUT_ONLY_OP, ANON_ROBUST_OUT_ONLY_OP, > > and

Can I expose a service with interface that is different of implementation?

2006-09-14 Thread Domenico Caputi
Hi all, is possible expose a service with interface that is different of implementation? Example, Server define a web services with a service that is: /void setParameter(Vector parameters)/, but Client have to see: /void setParameter(Type1 param1, Type2 param2, ...)/. Thanks, Domenico

[jira] Resolved: (AXIS2-781) Handling NPE for null fields

2006-09-14 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-781?page=all ] Deepal Jayasinghe resolved AXIS2-781. - Resolution: Fixed fixed in current svn > Handling NPE for null fields > > > Key: AXIS2-781 >

[jira] Updated: (AXIS2-1160) Error given when trying to edit parameters of activated services

2006-09-14 Thread Evanthika Amarasiri (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1160?page=all ] Evanthika Amarasiri updated AXIS2-1160: --- Attachment: Error 26.JPG > Error given when trying to edit parameters of activated services >

[jira] Created: (AXIS2-1160) Error given when trying to edit parameters of activated services

2006-09-14 Thread Evanthika Amarasiri (JIRA)
Error given when trying to edit parameters of activated services Key: AXIS2-1160 URL: http://issues.apache.org/jira/browse/AXIS2-1160 Project: Apache Axis 2.0 (Axis2) Issue Typ

[jira] Resolved: (AXIS2-864) ServiceClient running inside a handler fails to receive response

2006-09-14 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-864?page=all ] Deepal Jayasinghe resolved AXIS2-864. - Resolution: Fixed Now the bug is fixed in the current svn > ServiceClient running inside a handler fails to receive response > ---

[jira] Created: (AXIS2-1159) Explicit ReplyTo should not be set on responses unless SOAP Session Scope has been enabled

2006-09-14 Thread David Illsley (JIRA)
Explicit ReplyTo should not be set on responses unless SOAP Session Scope has been enabled -- Key: AXIS2-1159 URL: http://issues.apache.org/jira/browse/AXIS2-1159

[jira] Updated: (AXIS2-1158) Error page given when trying to edit paramters on services which have been inactivated

2006-09-14 Thread Evanthika Amarasiri (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1158?page=all ] Evanthika Amarasiri updated AXIS2-1158: --- Attachment: Error 25.JPG > Error page given when trying to edit paramters on services which have been > inactivated > ---

[jira] Created: (AXIS2-1158) Error page given when trying to edit paramters on services which have been inactivated

2006-09-14 Thread Evanthika Amarasiri (JIRA)
Error page given when trying to edit paramters on services which have been inactivated -- Key: AXIS2-1158 URL: http://issues.apache.org/jira/browse/AXIS2-1158 Project

[jira] Updated: (AXIS2-1157) Error given when clicking on the 'Inactivate' button when there are no more services to be inactivated

2006-09-14 Thread Evanthika Amarasiri (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1157?page=all ] Evanthika Amarasiri updated AXIS2-1157: --- Attachment: Error 25.JPG > Error given when clicking on the 'Inactivate' button when there are no more > services to be inactivated > ---

[jira] Created: (AXIS2-1157) Error given when clicking on the 'Inactivate' button when there are no more services to be inactivated

2006-09-14 Thread Evanthika Amarasiri (JIRA)
Error given when clicking on the 'Inactivate' button when there are no more services to be inactivated -- Key: AXIS2-1157 URL: http://issues.apache.org/jira/browse

[jira] Created: (AXIS2-1156) Both the 'Refresh' link and the 'Back Home' link takes the user to the Axis2 Home page

2006-09-14 Thread Evanthika Amarasiri (JIRA)
Both the 'Refresh' link and the 'Back Home' link takes the user to the Axis2 Home page -- Key: AXIS2-1156 URL: http://issues.apache.org/jira/browse/AXIS2-1156 Project

Re: [Axis2] Options questions

2006-09-14 Thread David Illsley
Attachment didn't work. Simple perf test at [1] David [1] http://people.apache.org/~davidillsley/sample_src/OptionsTest.java On 14/09/06, David Illsley <[EMAIL PROTECTED]> wrote: On 14/09/06, Dennis Sosnoski <[EMAIL PROTECTED]> wrote: > I'm also working on documentation for org.apache.axis2.cli

[jira] Updated: (AXIS2-1155) Error given when accessing the site http://localhost:8080/axis2/index.jsp

2006-09-14 Thread Evanthika Amarasiri (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1155?page=all ] Evanthika Amarasiri updated AXIS2-1155: --- Attachment: Error 23.JPG > Error given when accessing the site http://localhost:8080/axis2/index.jsp > ---

Re: [Axis2] Options questions

2006-09-14 Thread David Illsley
On 14/09/06, Dennis Sosnoski <[EMAIL PROTECTED]> wrote: I'm also working on documentation for org.apache.axis2.client.Options, Excellent! and again ran into some questions. Haven't we all :-( Here's the list: 1. The COPY_PROPERTIES constant appears to be specifically for use by org.apache.

Re: [Axis2] ServiceClient questions

2006-09-14 Thread Deepal Jayasinghe
Hi Dennis; please see my comment in line. > I'm working on documentation for > org.apache.axis2.client.ServiceClient, and ran into a few questions. > First off, the constants ANON_OUT_ONLY_OP, ANON_ROBUST_OUT_ONLY_OP, > and ANON_OUT_IN_OP; if I'm understanding these correctly they > represent exa

[jira] Created: (AXIS2-1155) Error given when accessing the site http://localhost:8080/axis2/index.jsp

2006-09-14 Thread Evanthika Amarasiri (JIRA)
Error given when accessing the site http://localhost:8080/axis2/index.jsp - Key: AXIS2-1155 URL: http://issues.apache.org/jira/browse/AXIS2-1155 Project: Apache Axis 2.0 (Axis2)

[jira] Created: (AXIS2-1154) OMException when calling web-service

2006-09-14 Thread Felix (JIRA)
OMException when calling web-service Key: AXIS2-1154 URL: http://issues.apache.org/jira/browse/AXIS2-1154 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: deployment Affects Vers

[jira] Created: (AXIS2-1153) The admin user name and password not getting cleared when logged out from the Web Admin Module

2006-09-14 Thread Evanthika Amarasiri (JIRA)
The admin user name and password not getting cleared when logged out from the Web Admin Module -- Key: AXIS2-1153 URL: http://issues.apache.org/jira/browse/AXIS2-1153

Re: [Axis2] ServiceClient questions

2006-09-14 Thread Deepal Jayasinghe
Hi Dennis: please see my comment in line. > I'm working on documentation for > org.apache.axis2.client.ServiceClient, and ran into a few questions. > First off, the constants ANON_OUT_ONLY_OP, ANON_ROBUST_OUT_ONLY_OP, > and ANON_OUT_IN_OP; if I'm understanding these correctly they > represent exac

[jira] Created: (AXIS2-1152) In code generation , it does not not generate code correctly for wsdl which has schema element contains attribute nillable="true"

2006-09-14 Thread indika priyantha kumara (JIRA)
In code generation , it does not not generate code correctly for wsdl which has schema element contains attribute nillable="true" - Key: AXIS2-1152

Re: [Axis2] Options questions

2006-09-14 Thread Deepal Jayasinghe
Hi Dennis ; > I'm also working on documentation for org.apache.axis2.client.Options, > and again ran into some questions. Here's the list: > > 1. The COPY_PROPERTIES constant appears to be specifically for use by > org.apache.axis2.context.AbstractContext? Also, the comment for the > setProperties

[Axis2] Improvements to Authentication support in http transport

2006-09-14 Thread Saminda Abeyruwan
Hi Devs,The configuration of Axis2 client side for HTTP authentication has been undergone some major improvements as per JIRA 1081 and 1082. The underline HTTP transport helper, commons-httpclient supports three different types of HTTP authentication schemes: NTLM, Digest and Basic. By setting prop

[jira] Created: (AXIS2-1151) SEVERE: Skipped installing application listeners due to previous error(s)

2006-09-14 Thread Giridaran.RS (JIRA)
SEVERE: Skipped installing application listeners due to previous error(s) - Key: AXIS2-1151 URL: http://issues.apache.org/jira/browse/AXIS2-1151 Project: Apache Axis 2.0 (Axis2)

[Axis2] Options questions

2006-09-14 Thread Dennis Sosnoski
I'm also working on documentation for org.apache.axis2.client.Options, and again ran into some questions. Here's the list: 1. The COPY_PROPERTIES constant appears to be specifically for use by org.apache.axis2.context.AbstractContext? Also, the comment for the setProperties(Map) method discuss

[Axis2] ServiceClient questions

2006-09-14 Thread Dennis Sosnoski
I'm working on documentation for org.apache.axis2.client.ServiceClient, and ran into a few questions. First off, the constants ANON_OUT_ONLY_OP, ANON_ROBUST_OUT_ONLY_OP, and ANON_OUT_IN_OP; if I'm understanding these correctly they represent exactly the opposite of what you'd expect from lookin