Axis2/C subversion repository disappeared?

2010-02-19 Thread Olivier Mengué
Hi, I can't access the SVN repositort of Axis2/C since yesterday. $ LANG=C svn checkout http://svn.apache.org/repos/asf/webservices/axis2/trunk/c axis2c.svn svn: URL 'http://svn.apache.org/repos/asf/webservices/axis2/trunk/c' doesn't exist It looks like the whole axis2/trunk directory

Re: Axis2/C subversion repository disappeared?

2010-02-19 Thread Søren Berggreen
Yeah, I can't access it either!! Regards Søren 2010/2/19 Olivier Mengué omen...@oxymel.com Hi, I can't access the SVN repositort of Axis2/C since yesterday. $ LANG=C svn checkout http://svn.apache.org/repos/asf/webservices/axis2/trunk/c axis2c.svn svn: URL

[jira] Created: (AXIS2C-1452) Memory leak in axis2_engine_send

2010-02-19 Thread Kalin Rashev (JIRA)
Memory leak in axis2_engine_send Key: AXIS2C-1452 URL: https://issues.apache.org/jira/browse/AXIS2C-1452 Project: Axis2-C Issue Type: Bug Components: core/engine Affects Versions: 1.6.0

RE : Axis2/C subversion repository disappeared?

2010-02-19 Thread Olivier Mengué
The new reository seems to be there: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk Could someone update the web site? http://ws.apache.org/axis2/c/lists_issues.html When will the mailing list address change? Olivier Mengué Message d'origine De: Olivier Mengué

Re: RE : Axis2/C subversion repository disappeared?

2010-02-19 Thread Søren Berggreen
The repository can now be found at: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk/ Regards Søren On Fri, Feb 19, 2010 at 11:08 AM, Olivier Mengué omen...@oxymel.com wrote: I did more investigation: $ svn log '-r{2010-02-13}:HEAD'

Re: Linker error

2010-02-19 Thread Søren Berggreen
Hi Problem solved. The libraries used were VC++ compiled and therefore could not be used with MinGW/Dev-C++. I solved the problem by using a tool to create definition files from the existing dll's. I then edited the stdcall functions in the definition files. All the stdcall functions in the file

[jira] Created: (AXIS2C-1453) CDATA is not correctly parsed by guththila

2010-02-19 Thread JIRA
CDATA is not correctly parsed by guththila --- Key: AXIS2C-1453 URL: https://issues.apache.org/jira/browse/AXIS2C-1453 Project: Axis2-C Issue Type: Bug Components: guththila Affects

[jira] Updated: (AXIS2C-1451) XML numeric entities are not parsed by guththila

2010-02-19 Thread JIRA
[ https://issues.apache.org/jira/browse/AXIS2C-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Mengué updated AXIS2C-1451: --- Attachment: guth_entity_bug.c Here is a more complete test suite (38 tests). It also tests

[jira] Updated: (AXIS2C-1451) XML numeric entities are not parsed by guththila

2010-02-19 Thread JIRA
[ https://issues.apache.org/jira/browse/AXIS2C-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Mengué updated AXIS2C-1451: --- Attachment: AXIS2C-1451-1.6.0.patch Here is a patch against 1.6.0. All cases fixed (except

[jira] Updated: (AXIS2C-1451) XML numeric entities are not parsed by guththila

2010-02-19 Thread JIRA
[ https://issues.apache.org/jira/browse/AXIS2C-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Mengué updated AXIS2C-1451: --- Attachment: AXIS2C-1451_entities-svn.patch Here is the patch against current SVN (revision

Can not commit to the trunk

2010-02-19 Thread Amila Suriarachchi
hi, I am getting this error when try to commit to the trunk. svn: Commit failed (details follow): svn: Server sent unexpected return value (403 Forbidden) in response to CHECKOUT request for

[jira] Created: (AXIS-2822) Content-Length calculation issue.

2010-02-19 Thread Vasili Bledar (JIRA)
Content-Length calculation issue. - Key: AXIS-2822 URL: https://issues.apache.org/jira/browse/AXIS-2822 Project: Axis Issue Type: Bug Components: Basic Architecture Affects Versions: 1.4

[Axis2 1.4.1 with Rampart 1.4] - No user value in the rampart configuration policy

2010-02-19 Thread giuseppe.atz...@tiscali.it
Hello everybody, I have a Web Application wich interacts with a Axis2 Web Service. The requests to WS are both free and with secure policy. Web App creates 2 client for my service: first one (free client) call the WS in http without security header; the second (secure client) engages

[jira] Created: (AXIS2-4630) ADB generates code that doesn't compile when WSDL has abstract types.

2010-02-19 Thread Aaron Gourley (JIRA)
ADB generates code that doesn't compile when WSDL has abstract types. - Key: AXIS2-4630 URL: https://issues.apache.org/jira/browse/AXIS2-4630 Project: Axis2 Issue Type: Bug

[jira] Created: (AXIS2-4631) getOMElement() of StubClass: ADBDataSource not overriding serialize method with MTOMAwareXMLStreamWriter.

2010-02-19 Thread Prasad Regula (JIRA)
getOMElement() of StubClass: ADBDataSource not overriding serialize method with MTOMAwareXMLStreamWriter. - Key: AXIS2-4631 URL:

[jira] Updated: (AXIS2-4631) getOMElement() of StubClass: ADBDataSource not overriding serialize method with MTOMAwareXMLStreamWriter.

2010-02-19 Thread Prasad Regula (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasad Regula updated AXIS2-4631: - Component/s: wsdl Priority: Blocker (was: Major) getOMElement() of StubClass:

[jira] Updated: (AXIS2-4631) getOMElement() of StubClass: ADBDataSource not overriding serialize method with MTOMAwareXMLStreamWriter.

2010-02-19 Thread Prasad Regula (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasad Regula updated AXIS2-4631: - Description: Inside get getOMElement(): ADBDataSource not overriding serialize method with