You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Farhaan Mohideen (JIRA)" <ax...@ws.apache.org> on 2004/11/04 04:58:32 UTC

[jira] Created: (AXISCPP-245) Pull Parser

Pull Parser
-----------

         Key: AXISCPP-245
         URL: http://nagoya.apache.org/jira/browse/AXISCPP-245
     Project: Axis-C++
        Type: New Feature
  Components: XML parser abstraction layer  
    Versions: 1.4 Alpha    
 Environment: Windows and linux
    Reporter: Farhaan Mohideen
    Priority: Minor


Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXISCPP-245) Pull Parser

Posted by "Dinesh Premalal (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-245?page=all ]

Dinesh Premalal updated AXISCPP-245:
------------------------------------

    Attachment: guththila_src.tar.gz
                guththila_xml.tar.gz

Hi ,
      Thanks for the help, I was able to fix it. Now calculator example works with
guththila. 

First I started server and then Edited axiscpp.conf's 

XMLParser:/usr/local/axiscpp_deploy/lib/libguththila.so

then ran Calculator client example it works fine with it.

Then I tried to run base client example. But it gives 

$ ./base http://localhost:9091/axis/base
invoking echoString...
hello world hello world Unknown exception has occured
invoking echoString...
hello world hello world Unknown exception has occured
invoking echoString...
hello world hello world Unknown exception has occurred

I was able to run RpcFault example and ref example using guththila as client side xml parser.

I tried to write ant build scripts to build Guththila and its XMLParser interface. But I was unable to integrate them to main build.xml file

I wrote two build files to Guththila and it XMLParser interface.

Building Guththila
-------------------------
                   build.xml file located in /usr/local/axiscpp/src/guththila/ directory
                   build with ant command ($ant)
                   build.xml will build libguththila.so and will move it to /usr/local/axiscpp_deploy/lib

Building Guththila's XMLParser Interface
--------------------------------------------------
                  build.xml file is located in /usr/local/axiscpp/src/xml/guththila/ directory
                  build with ant command ( $ant)
                  build.xml will build libaxis_guththila.so and will move it to /usr/local/axiscpp_deploy/lib


***I happened to make some changes to XMLGuththilaParser interface and Guththila source.
can somebody please commit them to CVS ....

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, guththila.zip, guththila_src.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-245) Pull Parser

Posted by "Adrian Dick (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-245?page=comments#action_12317297 ] 

Adrian Dick commented on AXISCPP-245:
-------------------------------------

You are correct in saying only 1 'unless' condition maybe used, however you may have an 'if' and 'unless' together.

The two solutions that are obvious to me are:
1)  (if you can) modify the Guthila structure such that the lib files are located in <parser>/lib - then this script will work immediately.
2) provide an additional libset entry - I believe ANT will not fail if it is unable to find one of the libset entries - as long as the compiler can succeed with what is provided.

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, build.Linux.properties, build.common.properties, build.xml, guththila.zip, guththila_src.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXISCPP-245) Pull Parser

Posted by "Dinesh Premalal (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-245?page=all ]

Dinesh Premalal updated AXISCPP-245:
------------------------------------

    Attachment: guththila.zip

Hi Mark,
            I attached both Guththaila and its XMLParser implementation here.
 could you please commit them

guththila source under axiscpp/src/guththila
guththila xml parser implementation axiscpp/src/xml/guththila

because we discussed this thing in the list earlier. 

Still I implemented only XMLParser interface and build libaxis_guththila.so, I think it need to integrate it with axis c++ but I don't have a clear idea on how to do it.Hope to develop a sample after integrating it. I need experts help in order to integrate this with axis c++. Everybody's welcome to give me a hand.!!!

I'm very sorry , I didn't do anything with ant in Guththila, I made Makefile build system to build Guththila and Shell script to build paser interface.  I think its better to get this working first and (since it's not integrated) then add to ant build system. any thoughts please .

Thank you very much for you kind help

kind regards,
Dinesh

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, guththila.zip
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (AXISCPP-245) Pull Parser

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-245?page=all ]

Samisa Abeysinghe reassigned AXISCPP-245:
-----------------------------------------

    Assign To: Samisa Abeysinghe

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, build.Linux.properties, build.xml, guththila.zip, guththila_src.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-245) Pull Parser

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-245?page=comments#action_12317032 ] 

Samisa Abeysinghe commented on AXISCPP-245:
-------------------------------------------

Excellent, I would commit the build related changes to the CVS soon

I will make the "xmlParser.guththila = false" as the default value as then those who do not want to use it would not have to build it by default

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, build.Linux.properties, build.xml, guththila.zip, guththila_src.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-245) Pull Parser

Posted by "Adrian Dick (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-245?page=comments#action_12317301 ] 

Adrian Dick commented on AXISCPP-245:
-------------------------------------

Dinesh,

Doesn't guththila sit in it's own directory structure?   With just the "shim" layer within the Axis structure?

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, build.Linux.properties, build.common.properties, build.xml, guththila.zip, guththila_src.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXISCPP-245) Pull Parser

Posted by "Dinesh Premalal (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-245?page=all ]

Dinesh Premalal updated AXISCPP-245:
------------------------------------

    Attachment: build.common.properties

Hi,
    I made necessary changes to the build.commons.propeties file. 

 If I'm not mistaken, In CVS the file's commited under ws-axis/c/src/guththila , there should be include directory since it carries all header files for guththila src. 
could you please make this directory structure for guththila source
               *.cpp files ----> ws-axis/c/src/guththila/src
               *.hpp files ----> ws-axis/c/src/guththila/include

if we gonna put *.cpp and *.hpp in ws-axis/c/src/guththila  (without src and include directories) then need to change build.xml again.

Could you please tell me , what is the suitable way to do that?

thanks,
Dinesh


> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, build.Linux.properties, build.common.properties, build.xml, guththila.zip, guththila_src.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-245) Pull Parser

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-245?page=comments#action_12316063 ] 

Samisa Abeysinghe commented on AXISCPP-245:
-------------------------------------------

Dinesh,
    Would it be possibe for you to look if you can update the ant script to build Guththila?

    This would help us in integrating as we do not have make based build with Axis C++ right now.


> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, guththila.zip
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-245) Pull Parser

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-245?page=comments#action_12317470 ] 

Samisa Abeysinghe commented on AXISCPP-245:
-------------------------------------------

I removed the outdated attachments. Please veryfy the remining ones are the latest so that I could commit them

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.6 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>  Attachments: build_files.tar.gz, guththila_src.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXISCPP-245) Pull Parser

Posted by "Dinesh Premalal (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-245?page=all ]

Dinesh Premalal updated AXISCPP-245:
------------------------------------

    Attachment: Guththila-1.0.1.tar.gz

Hi,
    some body please commit this code to CVS.

thanks,
Dinesh

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXISCPP-245) Pull Parser

Posted by "Dinesh Premalal (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-245?page=all ]

Dinesh Premalal updated AXISCPP-245:
------------------------------------

    Attachment: build_files.tar.gz
                guththila_src.tar.gz
                guththila_xml.tar.gz

Hi ,
    I changed build.xml , build.commons.Propeties , and buildXMLParser.xml files in cvs , edited files attached in build_file.tar.gz. I happend to edit guththila's XMLParser implementation since I didn't implemented peek () method earlier. 

guththila souce codes for axiscpp/src/guththila in guththila_src.tar.gz

guththila's XMLParser interface implementation for axiscpp/src/xml/guththilain guththila-xml.tar.gz

could somebody please commit them to CVS?

thanks,
Dinesh

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, build.Linux.properties, build.common.properties, build.xml, build_files.tar.gz, guththila.zip, guththila_src.tar.gz, guththila_src.tar.gz, guththila_xml.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXISCPP-245) Pull Parser

Posted by "Dinesh Premalal (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-245?page=all ]

Dinesh Premalal updated AXISCPP-245:
------------------------------------

    Attachment: build.Linux.properties
                build.xml

Hi Samisa,
               Thanks for committing code, I looked on ant scripts of Axis C++ main build. I made some changes to
build.Linux.Propeties  and build.xml files. If someone wants to build guththila ,he wants to change build.Linux.Propeties
xmlParser.guththila = true  
after that ant command will build libaxis_guththila.so in obj/bin directory, could you please commit this build files to CVS.
thanks again,
Dinesh

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, build.Linux.properties, build.xml, guththila.zip, guththila_src.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-245) Pull Parser

Posted by "Dinesh Premalal (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-245?page=comments#action_12317045 ] 

Dinesh Premalal commented on AXISCPP-245:
-----------------------------------------

oppss... Very sorry about it..I'm using axis-c-1.5 final version, that's why build.xml looks quite old. I will get a fresh checkout and will make necessary changes.
thanks,
Dinesh


> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, build.Linux.properties, build.common.properties, build.xml, guththila.zip, guththila_src.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXISCPP-245) Pull Parser

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-245?page=all ]

Samisa Abeysinghe updated AXISCPP-245:
--------------------------------------

    Version: 1.6 Alpha
                 (was: 1.4 Alpha)

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.6 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, build.Linux.properties, build.common.properties, build.xml, build_files.tar.gz, guththila.zip, guththila_src.tar.gz, guththila_src.tar.gz, guththila_xml.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-245) Pull Parser

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-245?page=comments#action_12316215 ] 

Samisa Abeysinghe commented on AXISCPP-245:
-------------------------------------------

Please build Axis C++ source with debug enabled with the following command:
ant buildWithDebug

This will help you to pinpoint the location of the problem in source.

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, guththila.zip
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXISCPP-245) Pull Parser

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-245?page=all ]
     
Samisa Abeysinghe closed AXISCPP-245:
-------------------------------------

    Resolution: Fixed

All the sources and build related stuff has been committed to CVS.

Testing of the Guththila implementation has to be done and would be addressed by the sub-task that I created.

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.6 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>  Attachments: build_files.tar.gz, guththila_src.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-245) Pull Parser

Posted by "Dinesh Premalal (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-245?page=comments#action_12317391 ] 

Dinesh Premalal commented on AXISCPP-245:
-----------------------------------------

Adrian, 
          Though Guththila has It's own directory structure. We happened to put all hpp files and cpp files in src/guththila. ( In tspp all the source files and paser implementation included in xml/tspp directory) . rather than putting all files in xml/guththila , we decided to keep guththila source under src/guththila, and it's XMLParser interface under xml/guththila. Please have a look on
          http://www.mail-archive.com/axis-c-dev@ws.apache.org/msg02962.html
thanks,
Dinesh

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, build.Linux.properties, build.common.properties, build.xml, guththila.zip, guththila_src.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-245) Pull Parser

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
     [ http://nagoya.apache.org/jira/browse/AXISCPP-245?page=comments#action_56373 ]
     
Samisa Abeysinghe commented on AXISCPP-245:
-------------------------------------------

There is an implementation; can compile but cannot run. Is this working? If yes, how to get it working?

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://nagoya.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Priority: Minor

>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-245) Pull Parser

Posted by "Dinesh Premalal (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-245?page=comments#action_12316199 ] 

Dinesh Premalal commented on AXISCPP-245:
-----------------------------------------

Hi,

I edited ../etc/axiscpp.conf file as following
 
    XMLParser:/usr/local/axiscpp_deploy/lib/libaxis_guththila.so

but it gives ( calculator example works fine with libaxis_xmlparser.so)

$ ./calculator add 10 5 http://localhost:9090/axis/Calculator

 Using service at http://localhost:9090/axis/Calculator

Segmentation fault


Then I looked request and response messages.  

POST /axis/Calculator HTTP/1.1

Host: 127.0.0.1:8080

Content-Type: text/xml; charset=UTF-8

SOAPAction: "Calculator#add"

Content-Length: 404



<?xml version='1.0' encoding='utf-8' ?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:add xmlns:ns1="http://localhost/axis/Calculator">
<in0 xsi:type="xsd:int">10</in0>
<in1 xsi:type="xsd:int">5</in1>
</ns1:add>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>



HTTP/1.1 200 OK

Date: Wed, 20 Jul 2005 03:53:53 GMT

Server: Apache/2.0.51 (Unix)

Content-Length: 400

Content-Type: text/xml



<?xml version='1.0' encoding='utf-8' ?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:addResponse xmlns:ns1="http://localhost/axis/Calculator">
<addReturn xsi:type="xsd:int">15</addReturn>
</ns1:addResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

seems it is working correctly.

Then debugged calculator using gdb

(gdb) bt
#0  0x402441b0 in strcmp () from /lib/tls/libc.so.6
#1  0x400aaf43 in axiscpp::SoapDeSerializer::getEnvelope () from /usr/local/axiscpp_deploy/lib/libaxis_client.so
#2  0x400ac0af in axiscpp::SoapDeSerializer::getVersion () from /usr/local/axiscpp_deploy/lib/libaxis_client.so
#3  0x40059374 in axiscpp::ClientAxisEngine::invoke () from /usr/local/axiscpp_deploy/lib/libaxis_client.so
#4  0x40058fe4 in axiscpp::ClientAxisEngine::process () from /usr/local/axiscpp_deploy/lib/libaxis_client.so
#5  0x400817b1 in axiscpp::Call::invoke () from /usr/local/axiscpp_deploy/lib/libaxis_client.so
#6  0x08049257 in Calculator::add (this=0xbffff4a0, Value0=10, Value1=5) at Calculator.cpp:51
#7  0x0804a1b9 in main (argc=5, argv=0xbffff794) at Client.cpp:103

It seems some problem in SoapDeSerializer::getEnvelop() method. I am unable to move forward from this point.  Could you please figure out what's the problem here ?
anything that I can try out...

thanks,
Dinesh

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, guththila.zip
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-245) Pull Parser

Posted by "Dinesh Premalal (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-245?page=comments#action_12317282 ] 

Dinesh Premalal commented on AXISCPP-245:
-----------------------------------------

Hi,
    I could put all the cpp and hpp files in the src/guththila directory. I have some issues to clarify , could someone please help me?

1. If some one use guththila as a paser , could I use "builXMLParser.xml" to build guththila. ( I mean could I add guththila building stuff to buildXMLParser.xml file when xmlParser.guthtila = "true")

If yes
-------
buildXMLParser.xml file carries following line

<!-- Additional library of XMLParser -->
  <libset dir="${dir.xmlParser}/lib" libs="${xmlParserLibrary}" unless="os400"/>

Please correct me If I'm mistaken, as far as I understand It searchs for library in xml parser's lib directory
(Here , It search libguththila.so in src/guththila/lib)

since "libset" ant task already uses "unless" attribute once. I suppose we can't have another "unless"
attribute for "guththila"

could I create a lib directory in src/guththila in compile time. If I could create a lib inside src/guththila
 we could use 
<!-- Additional library of XMLParser -->
  <libset dir="${dir.xmlParser}/lib" libs="${xmlParserLibrary}" unless="os400"/>

without any problems.

if no
---------

what could I do with 
<!-- Additional library of XMLParser -->
  <libset dir="${dir.xmlParser}/lib" libs="${xmlParserLibrary}" unless="os400"/>

because It reports an error , if there is no lib directory presant in the src/guththila?

thanks,
Dinesh



> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, build.Linux.properties, build.common.properties, build.xml, guththila.zip, guththila_src.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-245) Pull Parser

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-245?page=comments#action_12317499 ] 

Samisa Abeysinghe commented on AXISCPP-245:
-------------------------------------------

I commited the latest stuff, including the build script changes. The testing is in progress. Please do your own testing to verify that I have put in all the correct changes.


Also, now that the files are there, in the future, when you post changes, please post them as diffs againt the latest CVS. (you can do this by running "cvs diff" in the sub folder of the source tree (e.g. in src/xml/guththila) You can also run this for each file seperately.


> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.6 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>  Attachments: build_files.tar.gz, guththila_src.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-245) Pull Parser

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-245?page=comments#action_12317046 ] 

Samisa Abeysinghe commented on AXISCPP-245:
-------------------------------------------

having src and include within src/guththila violates the current conventions that we have in the source structure.

I would suggest that you drop ser and include within src/guththila and have all cpp and hpp files witin src/guththila itself

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, build.Linux.properties, build.common.properties, build.xml, guththila.zip, guththila_src.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-245) Pull Parser

Posted by "Dinesh Premalal (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-245?page=comments#action_12317471 ] 

Dinesh Premalal commented on AXISCPP-245:
-----------------------------------------

Hi,
    I check them again, the remainning files are latest. Thanks a lot for removing out dated attachments.
kind regards,
Dinesh

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.6 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>  Attachments: build_files.tar.gz, guththila_src.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-245) Pull Parser

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-245?page=comments#action_12317036 ] 

Samisa Abeysinghe commented on AXISCPP-245:
-------------------------------------------

Oh yes, I missed that point.
Dinesh would you be able to make that change? (move xmlParser.guththila to build.common)

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, build.Linux.properties, build.xml, guththila.zip, guththila_src.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-245) Pull Parser

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-245?page=comments#action_12317457 ] 

Samisa Abeysinghe commented on AXISCPP-245:
-------------------------------------------

Hi Dinesh,
     I am having a hard time fiuring out what the latest attachments are.

     Could you please remove all the outdated attachments by using the "Manage Attachments" right beneth the "File Attachments:" title? 
     This will make my life much easier when commiting the stuff.
Thanks,
Samisa...


> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.6 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, build.Linux.properties, build.common.properties, build.xml, build_files.tar.gz, guththila.zip, guththila_src.tar.gz, guththila_src.tar.gz, guththila_xml.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-245) Pull Parser

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-245?page=comments#action_12316889 ] 

Samisa Abeysinghe commented on AXISCPP-245:
-------------------------------------------

Dinesh,

    I added the sources to the CVS.
    Pull parser implementation in src/guththila and parser lib implementation using Guththila in src/xml/guththila

    I did not put the build stuff in the CVS. Ideally you have to integrate this to the current ant build system.
    We cannot afford to have seperate build systems as it is part of the main source tree.

    I would suggest that you update the ant scripts of the Axis C++ project that would allow the user select the option of building Guththila related stuff if they wish to do so. In other words building that should not be mandatory.

Samisa...

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, guththila.zip, guththila_src.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-245) Pull Parser

Posted by "Dinesh Premalal (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-245?page=comments#action_12317300 ] 

Dinesh Premalal commented on AXISCPP-245:
-----------------------------------------

Hi Adrian and All,
               I also prefer to have guththila/lib, and scripts works well in local machine. But the thing is, wouldn't it violates axis c++ directory convension? ( haveing ws-axis/c/src/guththila/lib). If not we could have it without any problem.
thanks,
Dinesh

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, build.Linux.properties, build.common.properties, build.xml, guththila.zip, guththila_src.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-245) Pull Parser

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-245?page=comments#action_12316884 ] 

Samisa Abeysinghe commented on AXISCPP-245:
-------------------------------------------

For the base sample problem, What SOAP messages are sent and receieved?

Re commiting - I will put the stuff in CVS, now that it seems to wor for some extent. 

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, guththila.zip, guththila_src.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-245) Pull Parser

Posted by "Dinesh Premalal (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-245?page=comments#action_12317467 ] 

Dinesh Premalal commented on AXISCPP-245:
-----------------------------------------

Hi,
    Sorry for the inconvenience occurred. I tried to remove outdated attachments but if I'm not mistaken I didn't see any option like remove. In that page I noticed 

"This page allows you to manage the attachments for a particular issue. Only users with administrative privileges to remove an issue can remove attachments."

     I suppose, I'm not a user with administrative privileges. Could we  find  an user with administrative privileges to remove outdated attachments, please?

thanks,
Dinesh

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.6 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, build.Linux.properties, build.common.properties, build.xml, build_files.tar.gz, guththila.zip, guththila_src.tar.gz, guththila_src.tar.gz, guththila_xml.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-245) Pull Parser

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-245?page=comments#action_12317039 ] 

Samisa Abeysinghe commented on AXISCPP-245:
-------------------------------------------

Looks like you have done the updated with an older version of build.xml file.

Please take a frech copy from CVS and add your changes, else it will break the current build process

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, build.Linux.properties, build.xml, guththila.zip, guththila_src.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-245) Pull Parser

Posted by "John Hawkins (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-245?page=comments#action_12317034 ] 

John Hawkins commented on AXISCPP-245:
--------------------------------------

If this is to be used on other platforms then build.common needs to be changed not linux.

> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, build.Linux.properties, build.xml, guththila.zip, guththila_src.tar.gz, guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira