[jira] Updated: (AXIS2C-1046) mod_axis2.dll load fails on

2008-03-07 Thread Senaka Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Senaka Fernando updated AXIS2C-1046: Environment: Win XP SP2 (Japanese edition) (was: Win XP SP2) Summary:

[jira] Commented: (AXIS2C-1046) mod_axis2.dll load fails

2008-03-07 Thread Senaka Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576075#action_12576075 ] Senaka Fernando commented on AXIS2C-1046: - Hi Ikeda, This is rather an

[jira] Updated: (AXIS2C-1046) mod_axis2.dll load fails on Win XP SP2 (Japanese edition)

2008-03-07 Thread Senaka Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Senaka Fernando updated AXIS2C-1046: Summary: mod_axis2.dll load fails on Win XP SP2 (Japanese edition) (was: mod_axis2.dll

Supporting wchar on Axis2/C

2008-03-07 Thread Senaka Fernando
Hi all, In order to have support for Unicode, we'll have to switch to wchar instead of char. And, replace the strxx() methods with wstrxx() methods. This is not that much of a trouble. However, the real issue is that we'll have to define all strings as Lstring instead of string. Thus, I propose

Re: Sample Service WSDLs

2008-03-07 Thread Senaka Fernando
Hi Samisa, Manjula, and Milinda, Yes, this is what we should be doing. But, we do have users who use Axis2/C server side with .NET or Java client side. Just within the last week only I replied to two people on the user list. Their concern is about using the C service with say a .NET client.

[jira] Created: (AXIS2C-1046) mod_axis2.dll load fails

2008-03-07 Thread Hiroshi Ikeda (JIRA)
mod_axis2.dll load fails Key: AXIS2C-1046 URL: https://issues.apache.org/jira/browse/AXIS2C-1046 Project: Axis2-C Issue Type: Bug Components: core/deployment Affects Versions: 1.3.0

Re: Supporting wchar on Axis2/C

2008-03-07 Thread Senaka Fernando
Also, We'll need a AXIS2_CHAR() macro so that we can replace all 'c' with L'c' when using the wchar mode. Please note that we'll be experiencing a rather painless transaction from char to wchar when using the methods mentioned above. Meaning that no existing code will break due to this.

Default WSDL path on Axis2/C

2008-03-07 Thread Senaka Fernando
Hi all, At present, we have the ability to specify the location of a static wsdl file that can be attached to a service. However, there is no such implementation where we could simply lookup for a default file and serve it if the static wsdl path is not specified. This requires just little bit

Re: Sample Service WSDLs

2008-03-07 Thread Samisa Abeysinghe
Senaka Fernando wrote: Hi Samisa, Manjula, and Milinda, Yes, this is what we should be doing. But, we do have users who use Axis2/C server side with .NET or Java client side. Just within the last week only I replied to two people on the user list. Their concern is about using the C service with

Re: Default WSDL path on Axis2/C

2008-03-07 Thread Samisa Abeysinghe
Senaka Fernando wrote: Hi all, At present, we have the ability to specify the location of a static wsdl file that can be attached to a service. However, there is no such implementation where we could simply lookup for a default file and serve it if the static wsdl path is not specified. This

Re: Default WSDL path on Axis2/C

2008-03-07 Thread Senaka Fernando
Senaka Fernando wrote: Hi all, At present, we have the ability to specify the location of a static wsdl file that can be attached to a service. However, there is no such implementation where we could simply lookup for a default file and serve it if the static wsdl path is not specified.

Re: Sample Service WSDLs

2008-03-07 Thread Senaka Fernando
Senaka Fernando wrote: Hi Samisa, Manjula, and Milinda, Yes, this is what we should be doing. But, we do have users who use Axis2/C server side with .NET or Java client side. Just within the last week only I replied to two people on the user list. Their concern is about using the C service

Re: Default WSDL path on Axis2/C

2008-03-07 Thread Samisa Abeysinghe
Senaka Fernando wrote: Senaka Fernando wrote: Hi all, At present, we have the ability to specify the location of a static wsdl file that can be attached to a service. However, there is no such implementation where we could simply lookup for a default file and serve it if the static wsdl

Re: Default WSDL path on Axis2/C

2008-03-07 Thread Senaka Fernando
Senaka Fernando wrote: Senaka Fernando wrote: Hi all, At present, we have the ability to specify the location of a static wsdl file that can be attached to a service. However, there is no such implementation where we could simply lookup for a default file and serve it if the static wsdl

Re: Sample Service WSDLs

2008-03-07 Thread Samisa Abeysinghe
Senaka Fernando wrote: Senaka Fernando wrote: Hi Samisa, Manjula, and Milinda, Yes, this is what we should be doing. But, we do have users who use Axis2/C server side with .NET or Java client side. Just within the last week only I replied to two people on the user list. Their concern is

Re: Sample Service WSDLs

2008-03-07 Thread Senaka Fernando
Hi Samisa, Since Calculator has a WSDL, let it be the single sample with a WSDL in that case. Yes, as you say this might give an incorrect understanding. Well we can use another approach to address this issue. We can provide some try-it on your own WSDL files inside the samples folder. How about

[jira] Commented: (AXIS2C-1046) mod_axis2.dll load fails on Win XP SP2 (Japanese edition)

2008-03-07 Thread Bill Mitchell (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576235#action_12576235 ] Bill Mitchell commented on AXIS2C-1046: --- Hi Senaka, I would hate for someone to

[jira] Commented: (AXIS2C-1046) mod_axis2.dll load fails on Win XP SP2 (Japanese edition)

2008-03-07 Thread Senaka Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576261#action_12576261 ] Senaka Fernando commented on AXIS2C-1046: - Hi Bill, Well I didn't mean that

[jira] Commented: (AXIS2C-1046) mod_axis2.dll load fails on Win XP SP2 (Japanese edition)

2008-03-07 Thread Senaka Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576274#action_12576274 ] Senaka Fernando commented on AXIS2C-1046: - Hi again Bill, It seems that you can

[jira] Commented: (AXIS2C-1046) mod_axis2.dll load fails on Win XP SP2 (Japanese edition)

2008-03-07 Thread Bill Mitchell (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576288#action_12576288 ] Bill Mitchell commented on AXIS2C-1046: --- Exactly. A global fix will require the

[jira] Commented: (AXIS2C-1046) mod_axis2.dll load fails on Win XP SP2 (Japanese edition)

2008-03-07 Thread Senaka Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576335#action_12576335 ] Senaka Fernando commented on AXIS2C-1046: - Hi Bill, If so, isn't it possible to

[jira] Issue Comment Edited: (AXIS2C-1046) mod_axis2.dll load fails on Win XP SP2 (Japanese edition)

2008-03-07 Thread Senaka Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576335#action_12576335 ] senakafdo edited comment on AXIS2C-1046 at 3/7/08 11:07 AM:

[jira] Updated: (AXIS2-3552) Axis2 on Jetty Tomcat bug: work dir is deleted on jetty shut down

2008-03-07 Thread Krystian Szczesny (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krystian Szczesny updated AXIS2-3552: - Description: When shutting down Jetty version 6.1.2+ with Axis2 1.3+ warfile deployed,

[jira] Commented: (AXIS2-3552) Axis2 on Jetty Tomcat bug: work dir is deleted on jetty shut down

2008-03-07 Thread Krystian Szczesny (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576113#action_12576113 ] Krystian Szczesny commented on AXIS2-3552: -- Michele, this issue is not a web

[jira] Commented: (AXIS2-3552) Axis2 on Jetty Tomcat bug: work dir is deleted on jetty shut down

2008-03-07 Thread Krystian Szczesny (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576124#action_12576124 ] Krystian Szczesny commented on AXIS2-3552: -- Michele, I'm sorry, my bad. I think I

Re: [VOYE][Axis2] Dims as 1.4 Release Manager

2008-03-07 Thread sumedha rubasinghe
+1 /sumedha On Fri, Mar 7, 2008 at 11:43 AM, Deepal jayasinghe [EMAIL PROTECTED] wrote: Hi Dims, Deepal, Would you have time for Axis2? I can volunteer as Release Manager if you wish or we can share the responsibility as usual. Either works for me. To be honest I was about to send

Re: [VOYE][Axis2] Dims as 1.4 Release Manager

2008-03-07 Thread Martin Gainty
Good Morning All I have been experiencing intermittent difficulties locating dependency plugins for axis projects from remoteRepository and requesting release manager to create a simple ANT build.xml for each pom.xml Thanks Martin - Original Message - From: Deepal jayasinghe [EMAIL

Re: [VOYE][Axis2] Dims as 1.4 Release Manager

2008-03-07 Thread Glen Daniels
If dims is willing, I vote +1! I'll help out in whatever way possible. --Glen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [axis2] [proposal] JIRA AXIS2-3568

2008-03-07 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Deepal, Please catch me on IM, i will walk thru the scenario again, i think you may have missed a few points in the JIRA and the email thread. thanks, dims Deepal jayasinghe wrote: | | | I would like to propose a change to handle certain

Re: [VOYE][Axis2] Dims as 1.4 Release Manager

2008-03-07 Thread keith chapman
+1 Thanks, Keith On Fri, Mar 7, 2008 at 11:43 AM, Deepal jayasinghe [EMAIL PROTECTED] wrote: Hi Dims, Deepal, Would you have time for Axis2? I can volunteer as Release Manager if you wish or we can share the responsibility as usual. Either works for me. To be honest I was about to

[jira] Resolved: (AXIS2-3411) TransportUtils NullPointerException When Logger Category is DEBUG

2008-03-07 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle resolved AXIS2-3411. --- Resolution: Fixed The code has already been corrected. Thanks TransportUtils

Re: [VOYE][Axis2] Dims as 1.4 Release Manager

2008-03-07 Thread Thilina Gunarathne
+1 ~Thilina On Fri, Mar 7, 2008 at 9:27 AM, keith chapman [EMAIL PROTECTED] wrote: +1 Thanks, Keith On Fri, Mar 7, 2008 at 11:43 AM, Deepal jayasinghe [EMAIL PROTECTED] wrote: Hi Dims, Deepal, Would you have time for Axis2? I can volunteer as Release Manager if you wish

Re: [Axis2] Server-side defaulting is now difficult

2008-03-07 Thread Ajith Ranabahu
Thanks for the clarification. I am +1 to go ahead Ajith On Fri, Mar 7, 2008 at 12:29 AM, Chuck Williams [EMAIL PROTECTED] wrote: Hi Ajith, Our person working on Axis2 now, An Hong, has discovered the right fix. amilas already did all the plumbing for this in r585400, so the code

[jira] Commented: (AXIS2-3552) Axis2 on Jetty Tomcat bug: work dir is deleted on jetty shut down

2008-03-07 Thread Aurelien Pernoud (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576270#action_12576270 ] Aurelien Pernoud commented on AXIS2-3552: - Michele and Krystian (and axis2 dev), I

[jira] Created: (AXIS2-3579) ADB-codegen overrides default for optional primitive element

2008-03-07 Thread An Hong (JIRA)
ADB-codegen overrides default for optional primitive element Key: AXIS2-3579 URL: https://issues.apache.org/jira/browse/AXIS2-3579 Project: Axis 2.0 (Axis2) Issue Type: Bug

[jira] Updated: (AXIS2-3579) ADB-codegen overrides default for optional primitive element

2008-03-07 Thread An Hong (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] An Hong updated AXIS2-3579: --- Attachment: axis2-3579.patch The proposed fix, as attached, is a) Initialize the element member to unseen

[jira] Commented: (AXIS2-3580) Non Blocking Dual Channel fails if MsgContext already had an replyTo Epr set to anonymous

2008-03-07 Thread Brian DePradine (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576301#action_12576301 ] Brian DePradine commented on AXIS2-3580: Hmm, I am not exactly sure what the

[jira] Commented: (AXIS2-3580) Non Blocking Dual Channel fails if MsgContext already had an replyTo Epr set to anonymous

2008-03-07 Thread Thilina Gunarathne (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576327#action_12576327 ] Thilina Gunarathne commented on AXIS2-3580: --- Ok..Here's the scenario.. I'm

[jira] Updated: (AXIS2-3579) ADB-codegen overrides default for optional primitive element

2008-03-07 Thread An Hong (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] An Hong updated AXIS2-3579: --- Attachment: PopulateChoiceTest.patch PopulateParticleAllTest.patch The proposed fix would

Re: [VOYE][Axis2] Dims as 1.4 Release Manager

2008-03-07 Thread Dustin Amrhein
+1 Nikhil V Thaker [EMAIL PROTECTED] wrote: +1 Nikhil Thaker office: 512 838 9964 [EMAIL PROTECTED] Deepal jayasinghe [EMAIL PROTECTED] 03/07/2008 12:13 AMPlease respond to axis-dev@ws.apache.org To axis-dev@ws.apache.org cc Subject [VOYE][Axis2] Dims as 1.4

[jira] Commented: (AXIS2-3580) Non Blocking Dual Channel fails if MsgContext already had an replyTo Epr set to anonymous

2008-03-07 Thread Brian DePradine (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576445#action_12576445 ] Brian DePradine commented on AXIS2-3580: Thanks for the info. I believe I

Re: [VOYE][Axis2] Dims as 1.4 Release Manager

2008-03-07 Thread Brian De Pradine
+1 Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? Dustin Amrhein [EMAIL PROTECTED] 07/03/2008 21:50 Please respond to

Re: [VOYE][Axis2] Dims as 1.4 Release Manager

2008-03-07 Thread Dennis Sosnoski
+1 - Dennis Brian De Pradine wrote: +1 Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? *Dustin Amrhein [EMAIL

[jira] Resolved: (AXIS2-3558) XMLDispatch.createMessageFromValue fails to copy mime headers

2008-03-07 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3558. - Resolution: Fixed Fixed in svn revision 634892 -- dims

[jira] Commented: (AXIS2-3305) When WSDL exists, set wsdl properties for provider

2008-03-07 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576477#action_12576477 ] Davanum Srinivas commented on AXIS2-3305: - fyi, i recently added a test to ensure

Re: [VOYE][Axis2] Dims as 1.4 Release Manager

2008-03-07 Thread Nadir Amra
+1 Nadir K. Amra - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOYE][Axis2] Dims as 1.4 Release Manager

2008-03-07 Thread Ajith Ranabahu
+1 On Fri, Mar 7, 2008 at 9:44 PM, Nadir Amra [EMAIL PROTECTED] wrote: +1 Nadir K. Amra - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ajith Ranabahu

[jira] Commented: (AXIS2-2494) StringListTests doesn't work

2008-03-07 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576487#action_12576487 ] Davanum Srinivas commented on AXIS2-2494: - looks like the cxf guys ran into the

[jira] Commented: (AXIS2-2494) StringListTests doesn't work

2008-03-07 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576488#action_12576488 ] Davanum Srinivas commented on AXIS2-2494: - looks like quite a few folks have run

[jira] Updated: (AXIS2-2494) StringListTests doesn't work

2008-03-07 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-2494: Priority: Blocker (was: Major) StringListTests doesn't work

Re: [VOYE][Axis2] Dims as 1.4 Release Manager

2008-03-07 Thread Afkham Azeez
+1 Azeez On Fri, Mar 7, 2008 at 11:43 AM, Deepal jayasinghe [EMAIL PROTECTED] wrote: Hi Dims, Deepal, Would you have time for Axis2? I can volunteer as Release Manager if you wish or we can share the responsibility as usual. Either works for me. To be honest I was about to send a