Re: Memory leaks

2007-02-26 Thread Nandika Jayawardana
Hi Markus, Please provide the details about the tool and the test suit. I think it will of great use in fixing these problems before 1.0 release. Thanks Nandika On 2/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, A couple of your postings during the last days were concerning

Re: Axis2C- error while running the axis2_http_server.exe after building the code from the trunk

2007-02-26 Thread Supun Kamburugamuva
Hi, 1) This can happen due to incorrect services in the axis2c/services folder. If there is no services.xml in every service folder this error occurs. You can simply verify this by removing all the services from the service folder and then starting the simple http server. 2) According to your

Re: Increasing visibility of axis2c

2007-02-26 Thread Nabeel Yoosuf
On 2/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Deepal, Thanks for your reply. In http://ws.apache.org/axis2/ site we have put a link to Axis2/C project , its there in the right hand side if the top navigation bar. But I think it will be great if we could add a link from the

[jira] Updated: (AXISCPP-1015) Error deserializing empty array within a structure

2007-02-26 Thread Wayne Johnson (JIRA)
[ https://issues.apache.org/jira/browse/AXISCPP-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wayne Johnson updated AXISCPP-1015: --- Attachment: Axis1015-3.diff OK, forget about my earlier patch (Axis1015-2). This is a

[Axis2] Notes on memleak (jira AXIS2C-537)

2007-02-26 Thread Jared Hanson
I've been digging into this one, and am writing in to report my progress. To refresh, this is in reference to the major memory leak caused by having AXIOM_SOAP_ENVELOPE_FREE(msg_ctx-soap_envelope, env); commented out in msg_ctx.c When putting that line in, the code flows into

Re: [Axis2] Notes on memleak (jira AXIS2C-537)

2007-02-26 Thread Jared Hanson
One other thought on this: Exposing an AXIOM_ELEMENT_GET_TEXT_ASSUME_OWNERSHIP, or some equivalent would also work. This would give an option for avoiding an unnecessary memcpy. Jared On 2/26/07, Jared Hanson [EMAIL PROTECTED] wrote: I've been digging into this one, and am writing in to

Fw: uri

2007-02-26 Thread Li-wei . Yan
Hello, Axis version: 1.4 JDK 1.4 The function () public static Document newDocument(String uri, String username, String password) in the class org.apache.axis.utils.XMLUtils If the first param 'String uri' contains i18n characters (e.g Chinese characters), it will lead the exception

[jira] Resolved: (AXIS2-2215) java.lang.List returns only an empty xmlns=http://www.w3.org/2001/XMLSchemafalse/empty element

2007-02-26 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe resolved AXIS2-2215. -- Resolution: Fixed Fixed the issue in current SVN java.lang.List returns only an

[jira] Resolved: (AXIS2-2040) Exception thrown when deploying sample-MyServiceWithModule.aar

2007-02-26 Thread Sanka Samaranayake (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanka Samaranayake resolved AXIS2-2040. --- Resolution: Fixed Fixed in the committed revision 511760. Exception thrown when

Re: [Axis2] 1.2 RC1 end of the week?

2007-02-26 Thread Franz Fehringer
Hello, Will this build be with Maven1 or Maven2? How about 1.2 final? Cheers Franz Davanum Srinivas schrieb: Folks, Could we do a 1.2 RC1 end of the week? What's missing? thanks, dims -- Dr. Franz Fehringer (Dipl. Math.) Projektleiter Touristik-Systeme

Re: [Axis2] 1.2 RC1 end of the week?

2007-02-26 Thread Davanum Srinivas
Using maven1. -- dims On 2/26/07, Franz Fehringer [EMAIL PROTECTED] wrote: Hello, Will this build be with Maven1 or Maven2? How about 1.2 final? Cheers Franz Davanum Srinivas schrieb: Folks, Could we do a 1.2 RC1 end of the week? What's missing? thanks, dims -- Dr. Franz

Re: [axis2] Pinging capability to services deployed in Axis2

2007-02-26 Thread Thilina Gunarathne
Hi all, There were two -1's from Nick Bill on extending the MessageReceiver. The patch given in the JIRA introduces a new interface called Pingable, without changing the MR interface..I assume that's fine with both Nick Bill.. Given that there are no objections so far, I'm going to commit the

Changes to WSDL11ToAxisServiceBuilder

2007-02-26 Thread Amila Suriarachchi
hi, There were some problems in processing the wsdl file in WSDL11ToAxisServiceBuilder specially for rpc style. So I did the following changes to support the basic profile properly to improve the interoperability. 1. For RPC operations, new Elements (with the operation names) were generated by

[jira] Commented: (AXIS2-2238) WSDL2Java doesn't generate all classes and properties of classes from complex types.

2007-02-26 Thread Amila Chinthaka Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475877 ] Amila Chinthaka Suriarachchi commented on AXIS2-2238: - I fixed this issue can you check with a

[jira] Reopened: (AXIS2-234) Please can axis2wsdl handle declarations with 1 service definition

2007-02-26 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas reopened AXIS2-234: Please can axis2wsdl handle declarations with 1 service definition

[jira] Commented: (AXIS2-234) Please can axis2wsdl handle declarations with 1 service definition

2007-02-26 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475879 ] Davanum Srinivas commented on AXIS2-234: We need to be able to generate code for this scenario Please can

[Axis2] Support Mappoint and similar scenarios

2007-02-26 Thread Davanum Srinivas
Amila, There is a bunch of related issues (see below). Could you please review them and come up with a strategy to tackle them? As you can see they are long standing issues. AXIS2-234 - Please can axis2wsdl handle declarations with 1 service definition AXIS2-352 - Support for multiple Services

[jira] Resolved: (AXIS2-2245) Making JSON sample work properly

2007-02-26 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-2245. - Resolution: Fixed Making JSON sample work properly

[jira] Commented: (AXIS2-2245) Making JSON sample work properly

2007-02-26 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475880 ] Davanum Srinivas commented on AXIS2-2245: - Checked in to SVN (revision 511814) thanks, dims Making JSON

[jira] Resolved: (AXIS2-2233) Pinging capability to services deployed in axis2

2007-02-26 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-2233. - Resolution: Fixed Pinging capability to services deployed in axis2

[jira] Commented: (AXIS2-2233) Pinging capability to services deployed in axis2

2007-02-26 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475882 ] Davanum Srinivas commented on AXIS2-2233: - Fixed in svn revision 511827 thanks, dims Pinging capability

[jira] Updated: (AXIS2-2218) @HandlerChain annotation is not picked up

2007-02-26 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-2218: Assignee: Nick Gallardo @HandlerChain annotation is not picked up

[jira] Commented: (AXIS2-2218) @HandlerChain annotation is not picked up

2007-02-26 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475884 ] Davanum Srinivas commented on AXIS2-2218: - Nick, Could you please pick this up as well? thanks, dims

[jira] Updated: (AXIS2-2192) AXIS2 can not correctly map byte[] member variable to xml data type

2007-02-26 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-2192: Assignee: Deepal Jayasinghe AXIS2 can not correctly map byte[] member variable to xml

[jira] Resolved: (AXIS2-2085) axis2-wsdl2code-maven-plugin throws a FileNotFoundException when users want to use default behavior for URI to namespace mapping

2007-02-26 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-2085. - Resolution: Fixed axis2-wsdl2code-maven-plugin throws a FileNotFoundException when

[jira] Commented: (AXIS2-2244) Sample to illustrate the pinging capability

2007-02-26 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475885 ] Davanum Srinivas commented on AXIS2-2244: - Fixed in svn revision 511830 Sample to illustrate the pinging

[jira] Commented: (AXIS2-2085) axis2-wsdl2code-maven-plugin throws a FileNotFoundException when users want to use default behavior for URI to namespace mapping

2007-02-26 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475886 ] Davanum Srinivas commented on AXIS2-2085: - Fixed in svn revision 511836. thanks, dims

[jira] Resolved: (AXIS2-2244) Sample to illustrate the pinging capability

2007-02-26 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-2244. - Resolution: Fixed Sample to illustrate the pinging capability

Issue with rpc/literal wsdl processing

2007-02-26 Thread Amila Suriarachchi
hi. please see the issue https://issues.apache.org/jira/browse/AXIS2-2246 For rpc/literal messages, we have to generate the wrapper elements. i.e we have to generate an outer element with local part equals to operation name and namespace equals to operation target name space. But the part

[jira] Created: (AXIS2-2257) Documentation and Sample for EJB Provider

2007-02-26 Thread Davanum Srinivas (JIRA)
Documentation and Sample for EJB Provider - Key: AXIS2-2257 URL: https://issues.apache.org/jira/browse/AXIS2-2257 Project: Axis 2.0 (Axis2) Issue Type: Bug Reporter: Davanum Srinivas

[jira] Created: (AXIS2-2258) Documentation and Sample for EJB Provider

2007-02-26 Thread Davanum Srinivas (JIRA)
Documentation and Sample for EJB Provider - Key: AXIS2-2258 URL: https://issues.apache.org/jira/browse/AXIS2-2258 Project: Axis 2.0 (Axis2) Issue Type: Bug Reporter: Davanum Srinivas

[jira] Resolved: (AXIS2-1942) Memory-Usage increasing with every Service-execution

2007-02-26 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-1942. - Resolution: Fixed Memory-Usage increasing with every Service-execution

[jira] Commented: (AXIS2-1942) Memory-Usage increasing with every Service-execution

2007-02-26 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475888 ] Davanum Srinivas commented on AXIS2-1942: - After spending a lot of time on perf testing...the memory leak is

[jira] Commented: (AXIS2-1909) JMS samples for Axis2 release 1.2

2007-02-26 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475889 ] Davanum Srinivas commented on AXIS2-1909: - Any update on this sample? thanks, dims JMS samples for Axis2

Re: Issue with rpc/literal wsdl processing

2007-02-26 Thread Anne Thomas Manes
Small correction: On 2/26/07, Amila Suriarachchi [EMAIL PROTECTED] wrote: hi. please see the issue https://issues.apache.org/jira/browse/AXIS2-2246 For rpc/literal messages, we have to generate the wrapper elements. i.e we have to generate an outer element with local part equals to operation

[Axis2] Build break alert!!

2007-02-26 Thread Davanum Srinivas
Amila, Change to WSDL11ToAxisServiceBuilder.java in the following checkin broke jaxws tests: http://svn.apache.org/viewvc?view=revrevision=511803 Please fix! thanks, dims -- Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers

[jira] Created: (AXIS2-2259) Metadata code does not need to handle overridden methods in the case of SEI's

2007-02-26 Thread Dustin Amrhein (JIRA)
Metadata code does not need to handle overridden methods in the case of SEI's - Key: AXIS2-2259 URL: https://issues.apache.org/jira/browse/AXIS2-2259 Project: Axis 2.0

[jira] Resolved: (AXIS2-1842) setenv.sh can't work well in Cygwin environment

2007-02-26 Thread Sanka Samaranayake (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanka Samaranayake resolved AXIS2-1842. --- Resolution: Fixed Applied the patch uploaded patch. (see committed revision

[jira] Updated: (AXIS2-2259) Metadata code does not need to handle overridden methods in the case of SEI's

2007-02-26 Thread Dustin Amrhein (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dustin Amrhein updated AXIS2-2259: -- Attachment: patch.txt Metadata code does not need to handle overridden methods in the case of

Re: [Axis2] Build break alert!!

2007-02-26 Thread Amila Suriarachchi
I ran the tests with 1.4 and did not see the issue. I fixed it. On 2/26/07, Davanum Srinivas [EMAIL PROTECTED] wrote: Amila, Change to WSDL11ToAxisServiceBuilder.java in the following checkin broke jaxws tests: http://svn.apache.org/viewvc?view=revrevision=511803 Please fix! thanks, dims

[jira] Updated: (AXIS2-2236) Missing CRLF Before First MIME Boundary in Chunked SwA Messages

2007-02-26 Thread Paul O'Connor (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul O'Connor updated AXIS2-2236: - Description: There is a missing CRLF before the first MIME boundary in SwA messages when

[jira] Commented: (AXIS2-2254) Invalid code generation using wsdl2java.bat for SOAP WSDLs for OAGIS-MCI-BODThe referenced element '{http://www.openapplications.org/oagis/9}ActionExpression' was not f

2007-02-26 Thread Shawn J. Dyck (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475943 ] Shawn J. Dyck commented on AXIS2-2254: -- Actually I can't it's all close source ... I'm trying to implement a

Re: [axis2] Pinging capability to services deployed in Axis2

2007-02-26 Thread Sanjiva Weerawarana
+1. Thilina Gunarathne wrote: Hi all, There were two -1's from Nick Bill on extending the MessageReceiver. The patch given in the JIRA introduces a new interface called Pingable, without changing the MR interface..I assume that's fine with both Nick Bill.. Given that there are no objections

Re: [axis2] Pinging capability to services deployed in Axis2

2007-02-26 Thread Nicholas L Gallardo
Yep, sounds good... +1 -Nick Thilina Gunarathne [EMAIL PROTECTED] 02/26/2007 06:33 AM Please respond to axis-dev@ws.apache.org To axis-dev@ws.apache.org cc Subject Re: [axis2] Pinging capability to services deployed in Axis2 Hi all, There were two -1's from Nick Bill on extending

[jira] Updated: (AXIS-2064) The format of multi-cookie in HTTP request head.

2007-02-26 Thread Tom Jordahl (JIRA)
[ https://issues.apache.org/jira/browse/AXIS-2064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom Jordahl updated AXIS-2064: -- Priority: Blocker (was: Major) Affects Version/s: 1.4 1.3 Add 1.3

[jira] Commented: (AXIS2-1458) Codegen for one WSDL with multiple services

2007-02-26 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475949 ] Dennis Sosnoski commented on AXIS2-1458: Unless I'm missing something, this particular example is an invalid

[jira] Resolved: (AXIS-2064) The format of multi-cookie in HTTP request head.

2007-02-26 Thread Tom Jordahl (JIRA)
[ https://issues.apache.org/jira/browse/AXIS-2064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom Jordahl resolved AXIS-2064. --- Resolution: Fixed Fix Version/s: current (nightly) Fix in SVN head of Axis 1.x tree, revision

Re: [Axis2] Cluster Manager interface

2007-02-26 Thread David Illsley
Hi Chamikara, Out of interest, why is it only included in the build on 1.5? David On 24/02/07, Chamikara Jayalath [EMAIL PROTECTED] wrote: Hi Rajith, All, I've added the changes to the trunk (other than the Sample which I hope to add as an Axis2 sample). I've also added a couple of test cases

Re: [Axis2] Build break alert!!

2007-02-26 Thread Davanum Srinivas
Thanks a ton Amila. On 2/26/07, Amila Suriarachchi [EMAIL PROTECTED] wrote: I ran the tests with 1.4 and did not see the issue. I fixed it. On 2/26/07, Davanum Srinivas [EMAIL PROTECTED] wrote: Amila, Change to WSDL11ToAxisServiceBuilder.java in the following checkin broke jaxws tests:

[jira] Assigned: (AXIS2-2260) SchemaReader Update

2007-02-26 Thread Nikhil Thaker (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Thaker reassigned AXIS2-2260: Assignee: Nikhil Thaker SchemaReader Update --- Key:

[jira] Created: (AXIS2-2260) SchemaReader Update

2007-02-26 Thread Nikhil Thaker (JIRA)
SchemaReader Update --- Key: AXIS2-2260 URL: https://issues.apache.org/jira/browse/AXIS2-2260 Project: Axis 2.0 (Axis2) Issue Type: Improvement Components: jaxws Reporter: Nikhil Thaker I am adding

[jira] Updated: (AXIS2-2260) SchemaReader Update

2007-02-26 Thread Nikhil Thaker (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Thaker updated AXIS2-2260: - Attachment: JIRA_2260_newschemareader.txt SchemaReader Update ---

[jira] Updated: (AXIS2-2261) Enumerations in WSDL2JAVA don't create zero-instance instantiator, which causes failure in the server

2007-02-26 Thread James Turner (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Turner updated AXIS2-2261: Attachment: DataService.wsdl WSDL for failure Enumerations in WSDL2JAVA don't create

[jira] Commented: (AXIS2-2259) Metadata code does not need to handle overridden methods in the case of SEI's

2007-02-26 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476000 ] Rich Scheuerle commented on AXIS2-2259: --- I will commit this change soon. Metadata code does not need to

[jira] Updated: (AXIS2-2261) Enumerations in WSDL2JAVA don't create zero-instance instantiator, which causes failure in the server

2007-02-26 Thread James Turner (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Turner updated AXIS2-2261: Attachment: DataService.xsd XSD for failure example Enumerations in WSDL2JAVA don't create

[jira] Resolved: (AXIS2-2260) SchemaReader Update

2007-02-26 Thread Nikhil Thaker (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Thaker resolved AXIS2-2260. -- Resolution: Fixed patch commited revision - 511992, 511991 SchemaReader Update

[jira] Closed: (AXIS2-2260) SchemaReader Update

2007-02-26 Thread Nikhil Thaker (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Thaker closed AXIS2-2260. SchemaReader Update --- Key: AXIS2-2260 URL:

[jira] Resolved: (AXIS2-2259) Metadata code does not need to handle overridden methods in the case of SEI's

2007-02-26 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle resolved AXIS2-2259. --- Resolution: Fixed Committed revision 512036. Metadata code does not need to handle

Re: [Axis2] Cluster Manager interface

2007-02-26 Thread Chamikara Jayalath
Hi David, Thanks for bringing this up. This is becoz Rajith had used some JDK 1.5construct in his initial commit. Rajith, is there anything preventing us from removing/changing these parts. I think making this JDK 1.4 compatible will be quite useful. Chamikara On 2/27/07, David Illsley

[jira] Created: (AXIS-2632) The URI can not accept i18n characters

2007-02-26 Thread li-wei yan (JIRA)
The URI can not accept i18n characters -- Key: AXIS-2632 URL: https://issues.apache.org/jira/browse/AXIS-2632 Project: Axis Issue Type: Bug Environment: JDK14 WIN2000 Reporter: li-wei

[jira] Commented: (AXIS2-2236) Missing CRLF Before First MIME Boundary in Chunked SwA Messages

2007-02-26 Thread Stuart Charlton (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476063 ] Stuart Charlton commented on AXIS2-2236: A close reading of RFC 2046 shows that the first MIME boundary in a

Re: [Axis2] Cluster Manager interface

2007-02-26 Thread Sanjiva Weerawarana
Chamikara Jayalath wrote: Hi David, Thanks for bringing this up. This is becoz Rajith had used some JDK 1.5 construct in his initial commit. Rajith, is there anything preventing us from removing/changing these parts. I think making this JDK 1.4 compatible will be quite useful. I'd say its

[jira] Created: (AXIS2-2262) Reviewed : quickstartguide, rest-ws, soapmonitor-module

2007-02-26 Thread Marietta Lovendhal (JIRA)
Reviewed : quickstartguide, rest-ws, soapmonitor-module --- Key: AXIS2-2262 URL: https://issues.apache.org/jira/browse/AXIS2-2262 Project: Axis 2.0 (Axis2) Issue Type: Improvement

[jira] Updated: (AXIS2-2262) Reviewed : quickstartguide, rest-ws, soapmonitor-module

2007-02-26 Thread Marietta Lovendhal (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marietta Lovendhal updated AXIS2-2262: -- Attachment: xdocspatch.patch Patch attached. Reviewed : quickstartguide, rest-ws,

[jira] Commented: (AXIS2-2215) java.lang.List returns only an empty xmlns=http://www.w3.org/2001/XMLSchemafalse/empty element

2007-02-26 Thread Enrique Moya (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476087 ] Enrique Moya commented on AXIS2-2215: - I'm a newbie in Axis2. When this patch will be available in a binary