crash problem

2006-03-21 Thread Dubi Lego
Hi all! I am working on linux OS and trying to build client. I tried to work with the bin package but for some reason my program crashed once an instance of Stub class was created. I think it's related to the lib libaxis_client.so. Is there any way to compile and create this lib on

Re: crash problem

2006-03-21 Thread Adrian Dick
Hi, If you wish to build from source you can find instructions on building here: http://ws.apache.org/axis/cpp/antbuild-guide.html What steps have you already taken for diagnosing the problem? The most obvious reason for the Stub creation to fail is if one of the dependent libraries is not

[Axis2] Missing files in tarball created by 'make dist'

2006-03-21 Thread Sanjaya Ratnaweera
Hi all, Header files in modules/xml/soap, modules/xml/om and modules/util/ are not included in tar ball created by 'make dist'. A fix is attached. Please review and apply. Thanks. ~sanjaya -- http://sanjaya.8k.com Index: modules/xml/soap/Makefile.am

[Axis2] Missing directory in tarball created by 'make dist'

2006-03-21 Thread Sanjaya Ratnaweera
Hi all, Directory test/wsdl is not included in tarball created by 'make dist'. A patch is attached. Please review and apply. Thanks. ~sanjaya -- http://sanjaya.8k.com Index: test/Makefile.am === --- test/Makefile.am

Re: latest svn doesnt compile

2006-03-21 Thread Adrian Dick
Hi, I have also encountered this problem, when building with MS VC++ 6. It would appear there has been a change in method signature between v6 and v7+. Fred has now included a change to allow this to work on v6 and v7 compilers, which is working nicely for me. Regards, Adrian

Re: latest svn doesnt compile

2006-03-21 Thread Franz Fehringer
Yes, i noticed it and it works already for me. Thanks Franz Adrian Dick schrieb: Hi, I have also encountered this problem, when building with MS VC++ 6. It would appear there has been a change in method signature between v6 and v7+. Fred has now included a change to allow this to work

[jira] Updated: (AXISCPP-950) simple_axis_server and AdminClient doesn't have execute permission

2006-03-21 Thread Adrian Dick (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-950?page=all ] Adrian Dick updated AXISCPP-950: Attachment: package.xml.diff I believe the attached patch will resolve this problem, but I haven't had an opportunity to test on a Unix platform.

[jira] Created: (AXISCPP-952) AxisCPP server cannot parse Java client arrays

2006-03-21 Thread Jonathan Beakley (JIRA)
AxisCPP server cannot parse Java client arrays -- Key: AXISCPP-952 URL: http://issues.apache.org/jira/browse/AXISCPP-952 Project: Axis-C++ Type: Bug Components: Server - Deserialization Versions: 1.6 Beta

[jira] Created: (AXISCPP-951) AxisCPP Server cannot parse Java arrays

2006-03-21 Thread Jonathan Beakley (JIRA)
AxisCPP Server cannot parse Java arrays --- Key: AXISCPP-951 URL: http://issues.apache.org/jira/browse/AXISCPP-951 Project: Axis-C++ Type: Bug Components: Server - Deserialization Versions: 1.6 Beta Environment:

[jira] Closed: (AXIS2C-103) Never executed block in axis2_om_element_get_text?

2006-03-21 Thread nandika jayawardana (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-103?page=all ] nandika jayawardana closed AXIS2C-103: -- Fix Version: Current (Nightly) (was: 0.9) Resolution: Fixed (Visible to axiscpp-developers) Never executed block

[jira] Assigned: (AXIS2C-83) axis2_om_node_set_first_child does not update links

2006-03-21 Thread nandika jayawardana (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-83?page=all ] nandika jayawardana reassigned AXIS2C-83: - Assign To: nandika jayawardana axis2_om_node_set_first_child does not update links ---

[jira] Closed: (AXIS2C-83) axis2_om_node_set_first_child does not update links

2006-03-21 Thread nandika jayawardana (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-83?page=all ] nandika jayawardana closed AXIS2C-83: - Fix Version: Current (Nightly) Resolution: Fixed This problem is now fixed, set_first_child now sets child's parent

installing Axis c++ on linux

2006-03-21 Thread Dubi Lego
Hi all! I am trying to install Axis c++ client and compile the src on linux and I have some questions: Which version is the most stable for linux? I downloaded version 1.5.0 and in the INSTALL file step five I need to run ./configure but there is no such script, what is