[jira] Assigned: (AXIS2C-1338) make install overly eager

2009-01-29 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1338:
--

Assignee: Sanjaya Ratnaweera

 make install overly eager
 ---

 Key: AXIS2C-1338
 URL: https://issues.apache.org/jira/browse/AXIS2C-1338
 Project: Axis2-C
  Issue Type: Bug
  Components: build system (Unix/Linux)
Affects Versions: 1.5.0
 Environment: Ubuntu 9.04 (pre-release)
Reporter: Soren Hansen
Assignee: Sanjaya Ratnaweera

 I'm building an axis2c package for Ubuntu.
 After make install DESTDIR=/foo/bar/baz is done, I get all of these:
 /foo/bar/baz/usr/share/INSTALL
 /foo/bar/baz/usr/share/README
 /foo/bar/baz/usr/share/AUTHORS
 /foo/bar/baz/usr/share/NEWS
 /foo/bar/baz/usr/share/LICENSE
 /foo/bar/baz/usr/share/COPYING
 /foo/bar/baz/usr/LICENSE
 /foo/bar/baz/usr/bin/tools/wsdl2c/README
 /foo/bar/baz/usr/INSTALL
 /foo/bar/baz/usr/CREDITS
 /foo/bar/baz/usr/COPYING
 /foo/bar/baz/usr/NEWS
 /foo/bar/baz/usr/NOTICE
 /foo/bar/baz/usr/AUTHORS
 They obvisouly have no place in neither /usr nor /usr/share.
 Looking at the Makefile.am's, however, it looks deliberate?
 One of them has this:
 datadir=
 datadir=$(prefix)
 data_DATA= samples/server/axis2.xml README \
 INSTALL CREDITS COPYING NEWS NOTICE AUTHORS
 Also, adding subdirectories in /usr/bin is bad manners :)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (AXIS2C-1340) There seems to be no way to install Axis2 in an FHS compliant way

2009-01-28 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1340:
--

Assignee: Sanjaya Ratnaweera

 There seems to be no way to install Axis2 in an FHS compliant way
 -

 Key: AXIS2C-1340
 URL: https://issues.apache.org/jira/browse/AXIS2C-1340
 Project: Axis2-C
  Issue Type: Bug
  Components: build system (Unix/Linux)
Affects Versions: 1.5.0
 Environment: Ubuntu 9.04
Reporter: Soren Hansen
Assignee: Sanjaya Ratnaweera
Priority: Critical

 I need to be able to install Axis2/C in a way the complies to the FHS: Shared 
 libraries in /usr/lib , public header files in /usr/include, configuration 
 files under /etc/, Axis2 modules probably in /usr/lib/axis2c/ or something... 
  As far as I can see, the only supported installation and use method for 
 Axis2/C is in its own separate directory (/opt/ style), and then keeping an 
 environment variable set to track this location. This is not acceptable for 
 inclusion in Ubuntu or Debian, which makes it impossible for us to package 
 not just Axis2/C, but also anything that depends on it.
 I've spent hours trying to subscribe to your mailing list to discuss this, 
 but your mailing list system seems to just ignore me, so I see no other way 
 than to simply file this bug report.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (AXIS2C-1340) There seems to be no way to install Axis2 in an FHS compliant way

2009-01-28 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera updated AXIS2C-1340:
---

Priority: Critical  (was: Blocker)

 There seems to be no way to install Axis2 in an FHS compliant way
 -

 Key: AXIS2C-1340
 URL: https://issues.apache.org/jira/browse/AXIS2C-1340
 Project: Axis2-C
  Issue Type: Bug
  Components: build system (Unix/Linux)
Affects Versions: 1.5.0
 Environment: Ubuntu 9.04
Reporter: Soren Hansen
Priority: Critical

 I need to be able to install Axis2/C in a way the complies to the FHS: Shared 
 libraries in /usr/lib , public header files in /usr/include, configuration 
 files under /etc/, Axis2 modules probably in /usr/lib/axis2c/ or something... 
  As far as I can see, the only supported installation and use method for 
 Axis2/C is in its own separate directory (/opt/ style), and then keeping an 
 environment variable set to track this location. This is not acceptable for 
 inclusion in Ubuntu or Debian, which makes it impossible for us to package 
 not just Axis2/C, but also anything that depends on it.
 I've spent hours trying to subscribe to your mailing list to discuss this, 
 but your mailing list system seems to just ignore me, so I see no other way 
 than to simply file this bug report.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (AXIS2C-1340) There seems to be no way to install Axis2 in an FHS compliant way

2009-01-28 Thread Sanjaya Ratnaweera (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2C-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12667981#action_12667981
 ] 

Sanjaya Ratnaweera commented on AXIS2C-1340:



AFAIK  /opt is reserved for the installation of add-on applications. 

check Chapter 3.13 (Page 13 of this)  
http://www.pathname.com/fhs/pub/fhs-2.3.pdf

Thanks

~sanjaya

 There seems to be no way to install Axis2 in an FHS compliant way
 -

 Key: AXIS2C-1340
 URL: https://issues.apache.org/jira/browse/AXIS2C-1340
 Project: Axis2-C
  Issue Type: Bug
  Components: build system (Unix/Linux)
Affects Versions: 1.5.0
 Environment: Ubuntu 9.04
Reporter: Soren Hansen
Priority: Blocker

 I need to be able to install Axis2/C in a way the complies to the FHS: Shared 
 libraries in /usr/lib , public header files in /usr/include, configuration 
 files under /etc/, Axis2 modules probably in /usr/lib/axis2c/ or something... 
  As far as I can see, the only supported installation and use method for 
 Axis2/C is in its own separate directory (/opt/ style), and then keeping an 
 environment variable set to track this location. This is not acceptable for 
 inclusion in Ubuntu or Debian, which makes it impossible for us to package 
 not just Axis2/C, but also anything that depends on it.
 I've spent hours trying to subscribe to your mailing list to discuss this, 
 but your mailing list system seems to just ignore me, so I see no other way 
 than to simply file this bug report.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (AXIS2C-1240) configure should allow the setting of the openssl directory

2009-01-05 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1240:
--

Assignee: Sanjaya Ratnaweera  (was: S.Uthaiyashankar)

 configure should allow the setting of the openssl directory
 ---

 Key: AXIS2C-1240
 URL: https://issues.apache.org/jira/browse/AXIS2C-1240
 Project: Axis2-C
  Issue Type: Wish
  Components: build system
Affects Versions: 1.4.1
Reporter: Frederic Heem
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Fix For: 1.6.0


 configure should allow the setting of the openssl directory, this would 
 allows to use an openssl version in a non standard location.
 Best Regards. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (AXIS2C-1316) Build break in SVN head

2008-12-09 Thread Sanjaya Ratnaweera (JIRA)
Build break in SVN head
---

 Key: AXIS2C-1316
 URL: https://issues.apache.org/jira/browse/AXIS2C-1316
 Project: Axis2-C
  Issue Type: Bug
  Components: build system (Unix/Linux)
Affects Versions: Current (Nightly)
 Environment: Debian GNU/Linux 4.0, Ubuntu 8.04
Reporter: Sanjaya Ratnaweera


There's a build break in SVN head. This is the error I'm getting.

_LARGEFILE64_SOURCE -ansi -Wall -Werror -Wno-implicit-function-declaration -g 
-D_GNU_SOURCE -DAXIS2_GUTHTHILA_ENABLED -DAXIS2_SVR_MULTI_THREADED -MT 
simple_http_svr_conn.lo -MD -MP -MF .deps/simple_http_svr_conn.Tpo -c 
simple_http_svr_conn.c  -fPIC -DPIC -o .libs/simple_http_svr_conn.o
simple_http_svr_conn.c: In function 
‘axis2_simple_http_svr_conn_write_response’:
simple_http_svr_conn.c:427: error: too few arguments to function 
‘axis2_http_transport_utils_send_mtom_message’
make: *** [simple_http_svr_conn.lo] Error 1


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (AXIS2C-1285) axis2c doesn't build on NetBSD

2008-11-05 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1285:
--

Assignee: Sanjaya Ratnaweera

 axis2c doesn't build on NetBSD
 --

 Key: AXIS2C-1285
 URL: https://issues.apache.org/jira/browse/AXIS2C-1285
 Project: Axis2-C
  Issue Type: Bug
  Components: build system (Unix/Linux)
Affects Versions: Current (Nightly)
 Environment: NetBSD 4
Reporter: Eric Haszlakiewicz
Assignee: Sanjaya Ratnaweera
 Attachments: axis_netbsd.diff

   Original Estimate: 2h
  Remaining Estimate: 2h

 Axis2/c doesn't build on NetBSD due to a variety of compile errors.  The 
 attached patch corrects this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1272) Axis2C 1.5.0 does not build in OS X

2008-11-05 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1272.


   Resolution: Fixed
Fix Version/s: Current (Nightly)

Committed fix to the SVN head. Thanks Peter for the solution.

 Axis2C 1.5.0 does not build in OS X
 ---

 Key: AXIS2C-1272
 URL: https://issues.apache.org/jira/browse/AXIS2C-1272
 Project: Axis2-C
  Issue Type: Bug
  Components: build system
Affects Versions: 1.5.0
 Environment: OS: OS X 10.5.5
 compiler: i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5484)
Reporter: Stephan Zednik
Assignee: Sanjaya Ratnaweera
 Fix For: Current (Nightly)

 Attachments: config.log, make.out


 followed the standard configured and compile commands of
 ./configure --prefix=$AXIS2C_HOME; make; make install;
 compile stage died compiling dir_handler with the following error.
 /bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
 -I../include-g -O2 -D_LARGEFILE64_SOURCE -ansi -Wal\
 l -Werror -Wno-implicit-function-declaration -D_GNU_SOURCE -Wno-long-double  
 -MT dir_handler.lo -MD -MP -MF .deps/dir_handler.Tpo\
  -c -o dir_handler.lo dir_handler.c
  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -g -O2 -D_LARGEFILE64_SOURCE -ansi 
 -Wall -Werror -Wno-implicit-function-declaration -D\
 _GNU_SOURCE -Wno-long-double -MT dir_handler.lo -MD -MP -MF 
 .deps/dir_handler.Tpo -c dir_handler.c  -fno-common -DPIC -o .libs/di\
 r_handler.o
 dir_handler.c:326: error: conflicting types for 'file_select'
 dir_handler.c:38: error: previous declaration of 'file_select' was here
 make[5]: *** [dir_handler.lo] Error 1
 make[4]: *** [all-recursive] Error 1
 make[3]: *** [all-recursive] Error 1
 make[2]: *** [all] Error 2
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1285) axis2c doesn't build on NetBSD

2008-11-05 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1285.


   Resolution: Fixed
Fix Version/s: Current (Nightly)

Patch applied and tested. thanks Eric for the patch. 

 axis2c doesn't build on NetBSD
 --

 Key: AXIS2C-1285
 URL: https://issues.apache.org/jira/browse/AXIS2C-1285
 Project: Axis2-C
  Issue Type: Bug
  Components: build system (Unix/Linux)
Affects Versions: Current (Nightly)
 Environment: NetBSD 4
Reporter: Eric Haszlakiewicz
Assignee: Sanjaya Ratnaweera
 Fix For: Current (Nightly)

 Attachments: axis_netbsd.diff

   Original Estimate: 2h
  Remaining Estimate: 2h

 Axis2/c doesn't build on NetBSD due to a variety of compile errors.  The 
 attached patch corrects this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (AXIS2C-1284) Savan/C build fails when --enable-filtering=no

2008-11-04 Thread Sanjaya Ratnaweera (JIRA)
Savan/C build fails when --enable-filtering=no
--

 Key: AXIS2C-1284
 URL: https://issues.apache.org/jira/browse/AXIS2C-1284
 Project: Axis2-C
  Issue Type: Bug
  Components: build system (Unix/Linux)
Affects Versions: Current (Nightly)
Reporter: Sanjaya Ratnaweera
 Fix For: Current (Nightly)


Savan/C build fails with the configure option --enable-filtering=no. The 
variable filtered_payload declared and initialized only if filtering enabled, 
but it used even filtering is disabled. Here's the error message. 


-g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -MT 
savan_subscriber.lo -MD -MP -MF .deps/savan_subscriber.Tpo -c 
savan_subscriber.c  -fPIC -DPIC -o .libs/savan_subscriber.o
savan_subscriber.c: In function 'savan_subscriber_publish':
savan_subscriber.c:431: error: 'filtered_payload' undeclared (first use in this 
function)
savan_subscriber.c:431: error: (Each undeclared identifier is reported only once
savan_subscriber.c:431: error: for each function it appears in.)
savan_subscriber.c:385: warning: unused variable 'is_filtered'
make: *** [savan_subscriber.lo] Error 1


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (AXIS2C-1143) Implement CGI deployment support for Axis2/C

2008-09-18 Thread Sanjaya Ratnaweera (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2C-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12632127#action_12632127
 ] 

Sanjaya Ratnaweera commented on AXIS2C-1143:


Please use /*   */ for comments instead of //. This doesn't compile on Linux. 

 Implement CGI  deployment support for Axis2/C 
 --

 Key: AXIS2C-1143
 URL: https://issues.apache.org/jira/browse/AXIS2C-1143
 Project: Axis2-C
  Issue Type: New Feature
 Environment: Linux\Windows
Reporter: Nandika Jayawardana
Assignee: Nandika Jayawardana
 Fix For: 1.4.1

 Attachments: Axis2C CGI.zip


 This would require implementing an executable that will enable deploying 
 Axis2/C on Web Servers that Support CGI.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (AXIS2C-1239) Build failure in freebsd

2008-07-21 Thread Sanjaya Ratnaweera (JIRA)
Build failure in freebsd


 Key: AXIS2C-1239
 URL: https://issues.apache.org/jira/browse/AXIS2C-1239
 Project: Axis2-C
  Issue Type: Bug
  Components: build system (Unix/Linux)
Affects Versions: Current (Nightly)
 Environment: FreeBSD 6.1-RELEASE-p10 (test)
Reporter: Sanjaya Ratnaweera


configure works just fine, but build-process fails with the following message:

make all-recursive
Making all in wsf_c
make all-recursive
Making all in axis2c
make all-recursive
Making all in util
make all-recursive
Making all in src
Making all in platforms/unix
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../include -I../../../include/platforms 
-I../../../include/platforms/unix -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall 
-Wno-implicit-function-declaration -MT uuid_gen_unix.lo -MD -MP -MF 
.deps/uuid_gen_unix.Tpo -c -o uuid_gen_unix.lo uuid_gen_unix.c; then mv -f 
.deps/uuid_gen_unix.Tpo .deps/uuid_gen_unix.Plo; else rm -f 
.deps/uuid_gen_unix.Tpo; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../include 
-I../../../include/platforms -I../../../include/platforms/unix -g -O2 
-D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -MT 
uuid_gen_unix.lo -MD -MP -MF .deps/uuid_gen_unix.Tpo -c uuid_gen_unix.c -fPIC 
-DPIC -o .libs/uuid_gen_unix.o
uuid_gen_unix.c: In function `axutil_uuid_get_mac_addr':
uuid_gen_unix.c:333: error: `SIOCGARP' undeclared (first use in this function)
uuid_gen_unix.c:333: error: (Each undeclared identifier is reported only once
uuid_gen_unix.c:333: error: for each function it appears in.)
*** Error code 1

Stop in 
/usr/local/src/wso2-wsf-php-src-1.1.0/wsf_c/axis2c/util/src/platforms/unix.
*** Error code 1

Stop in /usr/local/src/wso2-wsf-php-src-1.1.0/wsf_c/axis2c/util/src.
*** Error code 1

Stop in /usr/local/src/wso2-wsf-php-src-1.1.0/wsf_c/axis2c/util.
*** Error code 1

Stop in /usr/local/src/wso2-wsf-php-src-1.1.0/wsf_c/axis2c/util.
*** Error code 1

Stop in /usr/local/src/wso2-wsf-php-src-1.1.0/wsf_c/axis2c.
*** Error code 1

Stop in /usr/local/src/wso2-wsf-php-src-1.1.0/wsf_c/axis2c.
*** Error code 1

Stop in /usr/local/src/wso2-wsf-php-src-1.1.0/wsf_c.
*** Error code 1

Stop in /usr/local/src/wso2-wsf-php-src-1.1.0/wsf_c.
*** Error code 1

Stop in /usr/local/src/wso2-wsf-php-src-1.1.0.
*** Error code 1

Stop in /usr/local/src/wso2-wsf-php-src-1.1.0.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1116) /WX (warn-to-error) flags in windows makefiles found in source distributions leads to build breaks on 64-bit windows

2008-06-26 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1116.


Resolution: Fixed

 /WX (warn-to-error) flags in windows makefiles found in source distributions 
 leads to build breaks on 64-bit windows
 

 Key: AXIS2C-1116
 URL: https://issues.apache.org/jira/browse/AXIS2C-1116
 Project: Axis2-C
  Issue Type: Bug
  Components: build system (Windows)
Affects Versions: 1.4.0
 Environment: Windows-64bit, Axis2/C 1.3.1 source distributions
Reporter: Senaka Fernando
Assignee: Sanjaya Ratnaweera
Priority: Critical
 Fix For: Current (Nightly)


 /WX (warn-to-error) flags in windows makefiles found in source distributions 
 leads to build breaks on 64-bit windows. These must be removed by the scripts 
 used for making distributions, which AFAIU is not happening.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1116) /WX (warn-to-error) flags in windows makefiles found in source distributions leads to build breaks on 64-bit windows

2008-06-26 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1116:
--

Assignee: Sanjaya Ratnaweera  (was: Senaka Fernando)

 /WX (warn-to-error) flags in windows makefiles found in source distributions 
 leads to build breaks on 64-bit windows
 

 Key: AXIS2C-1116
 URL: https://issues.apache.org/jira/browse/AXIS2C-1116
 Project: Axis2-C
  Issue Type: Bug
  Components: build system (Windows)
Affects Versions: 1.4.0
 Environment: Windows-64bit, Axis2/C 1.3.1 source distributions
Reporter: Senaka Fernando
Assignee: Sanjaya Ratnaweera
Priority: Critical
 Fix For: Current (Nightly)


 /WX (warn-to-error) flags in windows makefiles found in source distributions 
 leads to build breaks on 64-bit windows. These must be removed by the scripts 
 used for making distributions, which AFAIU is not happening.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1163) rampart doesn't link

2008-06-25 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1163:
--

Assignee: Sanjaya Ratnaweera

 rampart doesn't link
 

 Key: AXIS2C-1163
 URL: https://issues.apache.org/jira/browse/AXIS2C-1163
 Project: Axis2-C
  Issue Type: Bug
  Components: build system (Unix/Linux)
Affects Versions: Current (Nightly)
 Environment: linux fc5
Reporter: Frederic Heem
Assignee: Sanjaya Ratnaweera
 Attachments: patch-rampart-20080528.diff


 gcc -shared  .libs/mod_rampart.o -Wl,--whole-archive 
 ../handlers/.libs/librampart_handlers.a ../util/.libs/librampart_util.a 
 -Wl,--no-whole-archive  -Wl,--rpath 
 -Wl,/home/heefre/dev/zig/rampart/c/src/omxmlsec/.libs -Wl,--rpath 
 -Wl,/home/heefre/dev/zig/rampart/c/src/secconv/.libs -Wl,--rpath 
 -Wl,/home/heefre/dev/zig/axis2c-installed/lib -lpthread -lssl 
 ../omxmlsec/.libs/libomxmlsec.so 
 -L/home/heefre/dev/zig/rampart/c/src/omxmlsec/tokens/.libs 
 -L/home/heefre/dev/zig/rampart/c/src/omxmlsec/openssl/.libs 
 ../secconv/.libs/libsecconv.so -lcrypto -laxis2_engine -ldl  -Wl,-soname 
 -Wl,libmod_rampart.so.0 -o .libs/libmod_rampart.so.0.0.0
 /usr/bin/ld: cannot find -laxis2_engine
 collect2: ld returned 1 exit status
 make[3]: *** [libmod_rampart.la] Error 1
 make[3]: Leaving directory `/home/heefre/dev/zig/rampart/c/src/core'

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1130) Build system's use of libxml2 needs cleaning up

2008-06-23 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1130.


Resolution: Fixed
  Assignee: Sanjaya Ratnaweera  (was: Milinda Lakmal Pathirage)

 Build system's use of libxml2 needs cleaning up
 ---

 Key: AXIS2C-1130
 URL: https://issues.apache.org/jira/browse/AXIS2C-1130
 Project: Axis2-C
  Issue Type: Improvement
  Components: build system
Affects Versions: 1.4.0
 Environment: CentOS 4.6 (linux), GCC 4.2.3
Reporter: Steve Nairn
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: libxml2.patch


 Now that 1.4.0 is out of the way I'm in the process of getting Axis2/C to 
 build on Solaris, AIX, HP/UX, Tru64 and Windows (with MinGW) so am modifying 
 the configure.acs and Makefile.ams. Rather than try and submit huge 
 patches that achieve this I thought I'd have more luck getting patches 
 accepted if they're smaller and more manageable.
 One problem I've come across is the way libxml2 is used in the build system 
 (if --enable-libxml2 is supplied).
 The first problem is that it's difficult to use libxml2 if it is installed in 
 a non-standard place so extra CFLAGS and LDFLAGS must be supplied for the 
 build. This should not be the case as the configure script(s) use the 
 PKG_CHECK_MODULES macro to check for libxml2. This uses pkg-config to find 
 out if the libxml2 package is installed and if so, what CFLAGS and LDFLAGS 
 are required to use the package. Unfortunately this information is not then 
 used in the Makefile(s).
 The second problem is the samples and tools configure scripts check whether 
 to use guththila or libxml2 when they don't need to. The axiom configure 
 script needs to know so that it can build the correct wrapper library and the 
 top level configure script needs to know so it can pass the option to the 
 axiom configure script and so it can configure in guththila (if guththila is 
 enabled). The samples and tools shouldn't care which parser is being used so 
 don't need to check (the check just adds unnecessary complexity).
 The third problem is that the Makefile in axiom/src/parser/libxml2 builds 
 libaxis2_libxml2.la as well as libaxis2_parser.la which appears to be a bit 
 pointless. The libraries are identical and nothing uses libaxis2_libxml2,la. 
 This can be removed.
 The final problem is that lots of Makefiles explicitly mention the libxml2 or 
 guththila libraries when they don't need to. The build system uses libtool 
 which maintains the dependency information required to use a library. When 
 libaxis2_parser (either the guththila or libxml2 version) is built libtool 
 adds the dependent libraries (either guththila or libxml2) to the 
 libaxis2_parser.la file. When anything else is linked with libaxis2_parser.la 
 by libtool then libtool will automatically include the right dependent 
 libraries to the link (In fact, for the same reason very little needs to 
 explicitly link with libaxis2_parser.la since if things link to 
 libaxis2_axiom.la libtool makes sure they get the right libaxis2_parser as it 
 is required to build libaxis2_axiom.la).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1158) Can't compile without specifying -D_GNU_SOURCE

2008-06-13 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1158.


   Resolution: Fixed
Fix Version/s: Current (Nightly)

 Can't compile without specifying -D_GNU_SOURCE
 --

 Key: AXIS2C-1158
 URL: https://issues.apache.org/jira/browse/AXIS2C-1158
 Project: Axis2-C
  Issue Type: Bug
 Environment: Fedora Core 9. GCC - 4.3.0
Reporter: Chintana Wilamuna
Assignee: Sanjaya Ratnaweera
 Fix For: Current (Nightly)

 Attachments: adding_gnu_source.patch


 In util/src/network_handler.c in function axutil_network_handler_open_socket,
 ...
 if (lphost)
   {
 sock_addr.sin_addr.s_addr =
 ((struct in_addr *) lphost-h_addr)-s_addr;
 }
 ...
 Here, according to /usr/include/netdb.h you have to compile with 
 -D_GNU_SOURCE otherwise h_addr will not be available.  It's provided for 
 backward compatibility and if -D_GNU_SOURCE is not specified you have to get 
 it from h_addr_list[0].

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1158) Can't compile without specifying -D_GNU_SOURCE

2008-06-12 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1158:
--

Assignee: Sanjaya Ratnaweera

 Can't compile without specifying -D_GNU_SOURCE
 --

 Key: AXIS2C-1158
 URL: https://issues.apache.org/jira/browse/AXIS2C-1158
 Project: Axis2-C
  Issue Type: Bug
 Environment: Fedora Core 9. GCC - 4.3.0
Reporter: Chintana Wilamuna
Assignee: Sanjaya Ratnaweera
 Attachments: adding_gnu_source.patch


 In util/src/network_handler.c in function axutil_network_handler_open_socket,
 ...
 if (lphost)
   {
 sock_addr.sin_addr.s_addr =
 ((struct in_addr *) lphost-h_addr)-s_addr;
 }
 ...
 Here, according to /usr/include/netdb.h you have to compile with 
 -D_GNU_SOURCE otherwise h_addr will not be available.  It's provided for 
 backward compatibility and if -D_GNU_SOURCE is not specified you have to get 
 it from h_addr_list[0].

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (AXIS2C-1191) Add Documentation for AMQP Transport

2008-06-10 Thread Sanjaya Ratnaweera (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2C-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12603924#action_12603924
 ] 

Sanjaya Ratnaweera commented on AXIS2C-1191:


Danushka,

I get the following error when I try to apply the patch

patching file NEWS
Hunk #1 FAILED at 22.
1 out of 1 hunk FAILED -- saving rejects to file NEWS.rej


did you create the patch against svn head?

 Add Documentation for AMQP Transport
 

 Key: AXIS2C-1191
 URL: https://issues.apache.org/jira/browse/AXIS2C-1191
 Project: Axis2-C
  Issue Type: Improvement
  Components: documentation
Affects Versions: Current (Nightly)
Reporter: Danushka Menikkumbura
 Fix For: Current (Nightly)

 Attachments: AXIS2C-1191.patch


 Modify existing docs to have AMQP installation guide.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Issue Comment Edited: (AXIS2C-1130) Build system's use of libxml2 needs cleaning up

2008-06-08 Thread Sanjaya Ratnaweera (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2C-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12603462#action_12603462
 ] 

pini edited comment on AXIS2C-1130 at 6/8/08 7:48 PM:


Patched applied and tested. It works fine with me on Debian GNU/Linux (sid)

  was (Author: pini):
Patched applied and tested. It works fine with me on Debian GNU/LINUX (sid)
  
 Build system's use of libxml2 needs cleaning up
 ---

 Key: AXIS2C-1130
 URL: https://issues.apache.org/jira/browse/AXIS2C-1130
 Project: Axis2-C
  Issue Type: Improvement
  Components: build system
Affects Versions: 1.4.0
 Environment: CentOS 4.6 (linux), GCC 4.2.3
Reporter: Steve Nairn
Assignee: Milinda Lakmal Pathirage
Priority: Minor
 Attachments: libxml2.patch


 Now that 1.4.0 is out of the way I'm in the process of getting Axis2/C to 
 build on Solaris, AIX, HP/UX, Tru64 and Windows (with MinGW) so am modifying 
 the configure.acs and Makefile.ams. Rather than try and submit huge 
 patches that achieve this I thought I'd have more luck getting patches 
 accepted if they're smaller and more manageable.
 One problem I've come across is the way libxml2 is used in the build system 
 (if --enable-libxml2 is supplied).
 The first problem is that it's difficult to use libxml2 if it is installed in 
 a non-standard place so extra CFLAGS and LDFLAGS must be supplied for the 
 build. This should not be the case as the configure script(s) use the 
 PKG_CHECK_MODULES macro to check for libxml2. This uses pkg-config to find 
 out if the libxml2 package is installed and if so, what CFLAGS and LDFLAGS 
 are required to use the package. Unfortunately this information is not then 
 used in the Makefile(s).
 The second problem is the samples and tools configure scripts check whether 
 to use guththila or libxml2 when they don't need to. The axiom configure 
 script needs to know so that it can build the correct wrapper library and the 
 top level configure script needs to know so it can pass the option to the 
 axiom configure script and so it can configure in guththila (if guththila is 
 enabled). The samples and tools shouldn't care which parser is being used so 
 don't need to check (the check just adds unnecessary complexity).
 The third problem is that the Makefile in axiom/src/parser/libxml2 builds 
 libaxis2_libxml2.la as well as libaxis2_parser.la which appears to be a bit 
 pointless. The libraries are identical and nothing uses libaxis2_libxml2,la. 
 This can be removed.
 The final problem is that lots of Makefiles explicitly mention the libxml2 or 
 guththila libraries when they don't need to. The build system uses libtool 
 which maintains the dependency information required to use a library. When 
 libaxis2_parser (either the guththila or libxml2 version) is built libtool 
 adds the dependent libraries (either guththila or libxml2) to the 
 libaxis2_parser.la file. When anything else is linked with libaxis2_parser.la 
 by libtool then libtool will automatically include the right dependent 
 libraries to the link (In fact, for the same reason very little needs to 
 explicitly link with libaxis2_parser.la since if things link to 
 libaxis2_axiom.la libtool makes sure they get the right libaxis2_parser as it 
 is required to build libaxis2_axiom.la).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1112) Linux binary pack does not contain source files of samples

2008-04-17 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1112:
--

Assignee: Sanjaya Ratnaweera

 Linux binary pack does not contain source files of samples
 --

 Key: AXIS2C-1112
 URL: https://issues.apache.org/jira/browse/AXIS2C-1112
 Project: Axis2-C
  Issue Type: Bug
  Components: build system (Unix/Linux)
Affects Versions: Current (Nightly)
 Environment: Linux
Reporter: Dushshantha Chandradasa
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Fix For: 1.3.1


 Linux binary pack does not contain source files of samples.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1112) Linux binary pack does not contain source files of samples

2008-04-17 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1112.


Resolution: Fixed

Fixed in SVN head.

 Linux binary pack does not contain source files of samples
 --

 Key: AXIS2C-1112
 URL: https://issues.apache.org/jira/browse/AXIS2C-1112
 Project: Axis2-C
  Issue Type: Bug
  Components: build system (Unix/Linux)
Affects Versions: Current (Nightly)
 Environment: Linux
Reporter: Dushshantha Chandradasa
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Fix For: 1.3.1


 Linux binary pack does not contain source files of samples.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1101) Removed the AXIS2_ENV_CHECK and formated the asymmetric_binding.c in Neethi

2008-04-08 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1101:
--

Assignee: Sanjaya Ratnaweera

 Removed the AXIS2_ENV_CHECK and formated the asymmetric_binding.c in Neethi
 ---

 Key: AXIS2C-1101
 URL: https://issues.apache.org/jira/browse/AXIS2C-1101
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: asymmetric_binding.diff


 Removed the AXIS2_ENV_CHECK and formated the asymmetric_binding.c in Neethi. 
 Please review and attached the asymmetric_binding.diff patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1100) Removed all the unnecessary AXIS2_ENV_CHECK from algorithmsuite.c in Neethi

2008-04-08 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1100:
--

Assignee: Sanjaya Ratnaweera

 Removed all the unnecessary AXIS2_ENV_CHECK from algorithmsuite.c in Neethi
 ---

 Key: AXIS2C-1100
 URL: https://issues.apache.org/jira/browse/AXIS2C-1100
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
 Attachments: algorithmsuite.diff


 Removed all the unnecessary AXIS2_ENV_CHECK from algorithmsuite.c file in 
 Neethi.
 Please review and attached algorithmsuite.diff patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1101) Removed the AXIS2_ENV_CHECK and formated the asymmetric_binding.c in Neethi

2008-04-08 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1101.


   Resolution: Fixed
Fix Version/s: 1.3.1

Patch applied, thanks Manoj for the patch. 

 Removed the AXIS2_ENV_CHECK and formated the asymmetric_binding.c in Neethi
 ---

 Key: AXIS2C-1101
 URL: https://issues.apache.org/jira/browse/AXIS2C-1101
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Fix For: 1.3.1

 Attachments: asymmetric_binding.diff


 Removed the AXIS2_ENV_CHECK and formated the asymmetric_binding.c in Neethi. 
 Please review and attached the asymmetric_binding.diff patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1100) Removed all the unnecessary AXIS2_ENV_CHECK from algorithmsuite.c in Neethi

2008-04-08 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1100.


   Resolution: Fixed
Fix Version/s: 1.3.1

Patch applied, thanks Manoj for the patch. 

 Removed all the unnecessary AXIS2_ENV_CHECK from algorithmsuite.c in Neethi
 ---

 Key: AXIS2C-1100
 URL: https://issues.apache.org/jira/browse/AXIS2C-1100
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
 Fix For: 1.3.1

 Attachments: algorithmsuite.diff


 Removed all the unnecessary AXIS2_ENV_CHECK from algorithmsuite.c file in 
 Neethi.
 Please review and attached algorithmsuite.diff patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1103) Formated the code and added the relevant logs for binding_commons.c file

2008-04-08 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1103.


   Resolution: Fixed
Fix Version/s: 1.3.1

Patch applied, thanks Manoj for the patch.

 Formated the code and added the relevant logs for binding_commons.c file 
 -

 Key: AXIS2C-1103
 URL: https://issues.apache.org/jira/browse/AXIS2C-1103
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Fix For: 1.3.1

 Attachments: binding_commons.diff


 Formated the code.
 Added relevant logs.
 Please review and attached the binding_commons.diff patch. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1091) Removed unnecessary code comments and formated the all.c code in Neethi

2008-04-02 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1091:
--

Assignee: Sanjaya Ratnaweera

 Removed unnecessary code comments and formated the all.c code in Neethi
 ---

 Key: AXIS2C-1091
 URL: https://issues.apache.org/jira/browse/AXIS2C-1091
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: all.diff


 Removed the unnecessary code comments.
 Formated the code updating the coding conventions.
 Removed the  AXIS2_ENV_CHECK.
 Please review and apply the all.diff patch.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1091) Removed unnecessary code comments and formated the all.c code in Neethi

2008-04-02 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1091.


Resolution: Fixed

Patch applied. Thanks Manoj for the patch.

 Removed unnecessary code comments and formated the all.c code in Neethi
 ---

 Key: AXIS2C-1091
 URL: https://issues.apache.org/jira/browse/AXIS2C-1091
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: all.diff


 Removed the unnecessary code comments.
 Formated the code updating the coding conventions.
 Removed the  AXIS2_ENV_CHECK.
 Please review and apply the all.diff patch.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1092) Removed unnecessary code comments and added relevant logs in to assertion_builder.c file

2008-04-02 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1092:
--

Assignee: Sanjaya Ratnaweera

 Removed unnecessary code comments and added relevant logs in to 
 assertion_builder.c file
 

 Key: AXIS2C-1092
 URL: https://issues.apache.org/jira/browse/AXIS2C-1092
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: assertion_builder.diff


 Removed unnecessary code comments and added relevant logs. Please review and 
 apply the assertion_builder.diff patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1092) Removed unnecessary code comments and added relevant logs in to assertion_builder.c file

2008-04-02 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1092.


Resolution: Fixed

Patch applied. Thanks Manoj for the patch.

 Removed unnecessary code comments and added relevant logs in to 
 assertion_builder.c file
 

 Key: AXIS2C-1092
 URL: https://issues.apache.org/jira/browse/AXIS2C-1092
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: assertion_builder.diff


 Removed unnecessary code comments and added relevant logs. Please review and 
 apply the assertion_builder.diff patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1093) Added the relevant logs and formated the code in assertion.c file

2008-04-02 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1093:
--

Assignee: Sanjaya Ratnaweera

 Added the relevant logs and formated the code in assertion.c file 
 --

 Key: AXIS2C-1093
 URL: https://issues.apache.org/jira/browse/AXIS2C-1093
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: assertion.diff


 Added the relevant logs.
 Updated the coding conventions.
 Removed the unnecessary code comments.
 Please review and attached the assertions.diff patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1094) Updated the coding conventions and added relevant logs to engine.c file in Neethi

2008-04-02 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1094:
--

Assignee: Sanjaya Ratnaweera

 Updated the coding conventions and added relevant logs to engine.c file in 
 Neethi
 -

 Key: AXIS2C-1094
 URL: https://issues.apache.org/jira/browse/AXIS2C-1094
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: engine.diff


 Added relevant logs.
 Updated the coding conventions.
 Please review and apply the engine.diff patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1093) Added the relevant logs and formated the code in assertion.c file

2008-04-02 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1093.


   Resolution: Fixed
Fix Version/s: Current (Nightly)

Patch applied. Thanks Manoj for the patch.

 Added the relevant logs and formated the code in assertion.c file 
 --

 Key: AXIS2C-1093
 URL: https://issues.apache.org/jira/browse/AXIS2C-1093
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Fix For: Current (Nightly)

 Attachments: assertion.diff


 Added the relevant logs.
 Updated the coding conventions.
 Removed the unnecessary code comments.
 Please review and attached the assertions.diff patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1094) Updated the coding conventions and added relevant logs to engine.c file in Neethi

2008-04-02 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1094.


   Resolution: Fixed
Fix Version/s: Current (Nightly)

Patch applied. Thanks Manoj for the patch. 

 Updated the coding conventions and added relevant logs to engine.c file in 
 Neethi
 -

 Key: AXIS2C-1094
 URL: https://issues.apache.org/jira/browse/AXIS2C-1094
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Fix For: Current (Nightly)

 Attachments: engine.diff


 Added relevant logs.
 Updated the coding conventions.
 Please review and apply the engine.diff patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1097) Removed all unnecessary code comments from policy.c file in Neethi

2008-04-02 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1097:
--

Assignee: Sanjaya Ratnaweera

 Removed all unnecessary code comments from policy.c file in Neethi
 --

 Key: AXIS2C-1097
 URL: https://issues.apache.org/jira/browse/AXIS2C-1097
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: policy.diff


 Removed unnecessary AXIS2_ENV_CHECK.
 Removed all unnecessary code comments.
 Please review and apply policy.diff patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1095) Added relevant logs in to exactlyone.c file in Neethi

2008-04-02 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1095:
--

Assignee: Sanjaya Ratnaweera

 Added relevant logs in to exactlyone.c file in Neethi
 -

 Key: AXIS2C-1095
 URL: https://issues.apache.org/jira/browse/AXIS2C-1095
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: exactlyone.diff


 Added relevant logs.
 Formated the code.
 Please review and apply exactlyone.diff patch. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1096) Removed the unnecessary AXIS2_ENV_CHECK and code comments from the operator.c file in Neethi

2008-04-02 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1096:
--

Assignee: Sanjaya Ratnaweera

 Removed the unnecessary AXIS2_ENV_CHECK and code comments from the operator.c 
 file in Neethi
 

 Key: AXIS2C-1096
 URL: https://issues.apache.org/jira/browse/AXIS2C-1096
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: operator.diff


 Removed the unnecessary code comments.
 Removed the unnecessary AXIS2_ENV_CHECK.
 Please review and attached the aperator.diff patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1098) Removed all unnecessary code comments from the Neethi builders

2008-04-02 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1098:
--

Assignee: Sanjaya Ratnaweera

 Removed all unnecessary code comments from the Neethi builders
 --

 Key: AXIS2C-1098
 URL: https://issues.apache.org/jira/browse/AXIS2C-1098
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: builders.diff


 Removed all the unnecessary code comments.
 Formated the code of Neethi builders.
 Please review and apply the builders.diff patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1099) Added relevant logs and removed unnecessary code comments from several Neethi source files

2008-04-02 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1099:
--

Assignee: Sanjaya Ratnaweera

 Added relevant logs and removed unnecessary code comments from several Neethi 
 source files
 --

 Key: AXIS2C-1099
 URL: https://issues.apache.org/jira/browse/AXIS2C-1099
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: neethi.diff


 Added relevant logs.
 Removed unnecessary code comments.
 removed AXIC_ENV_CHECK from several neethi file.(util.c registry.c 
 reference.c)
 Please review and attached the neethi.diff patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1099) Added relevant logs and removed unnecessary code comments from several Neethi source files

2008-04-02 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1099.


Resolution: Fixed

Patch applied. thanks Manoj for the patch. 

 Added relevant logs and removed unnecessary code comments from several Neethi 
 source files
 --

 Key: AXIS2C-1099
 URL: https://issues.apache.org/jira/browse/AXIS2C-1099
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: neethi.diff


 Added relevant logs.
 Removed unnecessary code comments.
 removed AXIC_ENV_CHECK from several neethi file.(util.c registry.c 
 reference.c)
 Please review and attached the neethi.diff patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1097) Removed all unnecessary code comments from policy.c file in Neethi

2008-04-02 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1097.


   Resolution: Fixed
Fix Version/s: Current (Nightly)

Patch applied. Thanks Manoj for the patch. 

 Removed all unnecessary code comments from policy.c file in Neethi
 --

 Key: AXIS2C-1097
 URL: https://issues.apache.org/jira/browse/AXIS2C-1097
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Fix For: Current (Nightly)

 Attachments: policy.diff


 Removed unnecessary AXIS2_ENV_CHECK.
 Removed all unnecessary code comments.
 Please review and apply policy.diff patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1098) Removed all unnecessary code comments from the Neethi builders

2008-04-02 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1098.


   Resolution: Fixed
Fix Version/s: Current (Nightly)

Patch applied. Thanks Manoj for the patch. 

 Removed all unnecessary code comments from the Neethi builders
 --

 Key: AXIS2C-1098
 URL: https://issues.apache.org/jira/browse/AXIS2C-1098
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Fix For: Current (Nightly)

 Attachments: builders.diff


 Removed all the unnecessary code comments.
 Formated the code of Neethi builders.
 Please review and apply the builders.diff patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1096) Removed the unnecessary AXIS2_ENV_CHECK and code comments from the operator.c file in Neethi

2008-04-02 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1096.


   Resolution: Fixed
Fix Version/s: Current (Nightly)

Patch applied. Thanks Manoj for the patch. 

 Removed the unnecessary AXIS2_ENV_CHECK and code comments from the operator.c 
 file in Neethi
 

 Key: AXIS2C-1096
 URL: https://issues.apache.org/jira/browse/AXIS2C-1096
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Fix For: Current (Nightly)

 Attachments: operator.diff


 Removed the unnecessary code comments.
 Removed the unnecessary AXIS2_ENV_CHECK.
 Please review and attached the aperator.diff patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1083) Updeted the coding convensions and added relevant logs in utils.c , thread_pool.c and version.c files

2008-04-02 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1083:
--

Assignee: Sanjaya Ratnaweera

 Updeted the coding convensions and added relevant logs in utils.c , 
 thread_pool.c and version.c files 
 --

 Key: AXIS2C-1083
 URL: https://issues.apache.org/jira/browse/AXIS2C-1083
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
 Attachments: diff.diff


 Updated the coding conventions.
 Added relevant logs in utils.c , thread_pool.c and version.c files. 
 Please review and attached the diff.diff patch. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1095) Added relevant logs in to exactlyone.c file in Neethi

2008-04-02 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1095.


   Resolution: Fixed
Fix Version/s: Current (Nightly)

Patch applied, Thanks Manoj for the patch. 

 Added relevant logs in to exactlyone.c file in Neethi
 -

 Key: AXIS2C-1095
 URL: https://issues.apache.org/jira/browse/AXIS2C-1095
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Fix For: Current (Nightly)

 Attachments: exactlyone.diff


 Added relevant logs.
 Formated the code.
 Please review and apply exactlyone.diff patch. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1081) Formated the code and added relevant logs.

2008-04-02 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1081:
--

Assignee: Sanjaya Ratnaweera

 Formated the code and added relevant logs. 
 ---

 Key: AXIS2C-1081
 URL: https://issues.apache.org/jira/browse/AXIS2C-1081
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
 Attachments: url.diff


 Formated the code.
 Added relevant logs. 
 Removed unnecessary AXIS2_ENV_CHECK.
 Please review the url.diff patch and apply it.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1083) Updeted the coding convensions and added relevant logs in utils.c , thread_pool.c and version.c files

2008-04-02 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1083.


   Resolution: Fixed
Fix Version/s: Current (Nightly)

Patch applied. Thanks Manoj for the patch. 

 Updeted the coding convensions and added relevant logs in utils.c , 
 thread_pool.c and version.c files 
 --

 Key: AXIS2C-1083
 URL: https://issues.apache.org/jira/browse/AXIS2C-1083
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
 Fix For: Current (Nightly)

 Attachments: diff.diff


 Updated the coding conventions.
 Added relevant logs in utils.c , thread_pool.c and version.c files. 
 Please review and attached the diff.diff patch. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1081) Formated the code and added relevant logs.

2008-04-02 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1081.


   Resolution: Fixed
Fix Version/s: Current (Nightly)

Patch applied. Thanks Manoj for the patch. 

 Formated the code and added relevant logs. 
 ---

 Key: AXIS2C-1081
 URL: https://issues.apache.org/jira/browse/AXIS2C-1081
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
 Fix For: Current (Nightly)

 Attachments: url.diff


 Formated the code.
 Added relevant logs. 
 Removed unnecessary AXIS2_ENV_CHECK.
 Please review the url.diff patch and apply it.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1087) Updated the coding convention in allocator_test.c file.

2008-03-26 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1087:
--

Assignee: Sanjaya Ratnaweera

 Updated the coding convention in allocator_test.c file.
 ---

 Key: AXIS2C-1087
 URL: https://issues.apache.org/jira/browse/AXIS2C-1087
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: allocator.diff


 Updated the cording convention in allocator_test.c and attached the 
 allocator.diff patch. Please review and apply the patch in 
 axis2c/util/allocator location. Once you have applied  the patch change the 
 allocator folder name as base64_binary and allocator_test.c file name as  
 base64_binary_test.c . you may have to change the Makefile.am as well. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1087) Updated the coding convention in allocator_test.c file.

2008-03-26 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1087.


Resolution: Fixed

Patch applied. Thanks Manoj for the patch.

 Updated the coding convention in allocator_test.c file.
 ---

 Key: AXIS2C-1087
 URL: https://issues.apache.org/jira/browse/AXIS2C-1087
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: allocator.diff


 Updated the cording convention in allocator_test.c and attached the 
 allocator.diff patch. Please review and apply the patch in 
 axis2c/util/allocator location. Once you have applied  the patch change the 
 allocator folder name as base64_binary and allocator_test.c file name as  
 base64_binary_test.c . you may have to change the Makefile.am as well. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1067) Formated the code and added relevant logs to qname.c file

2008-03-25 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1067:
--

Assignee: Sanjaya Ratnaweera

 Formated the code and added relevant logs to qname.c file
 -

 Key: AXIS2C-1067
 URL: https://issues.apache.org/jira/browse/AXIS2C-1067
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: qname.diff


 Formated the code.
 Added relevant logs. 
 Please review and apply the qname.diff patch. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1067) Formated the code and added relevant logs to qname.c file

2008-03-25 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1067.


Resolution: Fixed

Patch applied. Thanks Manoj for the patch.

 Formated the code and added relevant logs to qname.c file
 -

 Key: AXIS2C-1067
 URL: https://issues.apache.org/jira/browse/AXIS2C-1067
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: qname.diff


 Formated the code.
 Added relevant logs. 
 Please review and apply the qname.diff patch. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1080) Removed unneccessary code comments and AXIS2_ENV_CHECK from uri.c file.

2008-03-25 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1080:
--

Assignee: Sanjaya Ratnaweera

 Removed unneccessary code comments and AXIS2_ENV_CHECK from uri.c file. 
 

 Key: AXIS2C-1080
 URL: https://issues.apache.org/jira/browse/AXIS2C-1080
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: uri.diff


 Removed unneccessary code comments.
 Updated the cording conventions.
 Added relevant logs.
 Removed AXIS2_ENV_CHECK.
 Please review and apply the uri.diff patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1074) Updated the coding conventions and removed the AXIS2_ENV_CHECK from the string.c file

2008-03-23 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1074:
--

Assignee: Sanjaya Ratnaweera

 Updated the coding conventions and removed the  AXIS2_ENV_CHECK from the 
 string.c file
 --

 Key: AXIS2C-1074
 URL: https://issues.apache.org/jira/browse/AXIS2C-1074
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: string.diff


 Updated the cording conventions.
 Removed the AXIS2_CHECK where necessary.
 Added the relevant logs.
 Please review and attach the string.diff patch util/src location.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1074) Updated the coding conventions and removed the AXIS2_ENV_CHECK from the string.c file

2008-03-23 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1074.


Resolution: Fixed

Patch applied. Thanks Manoj for the patch.

 Updated the coding conventions and removed the  AXIS2_ENV_CHECK from the 
 string.c file
 --

 Key: AXIS2C-1074
 URL: https://issues.apache.org/jira/browse/AXIS2C-1074
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: string.diff


 Updated the cording conventions.
 Removed the AXIS2_CHECK where necessary.
 Added the relevant logs.
 Please review and attach the string.diff patch util/src location.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1073) Updated the coding conventions in property_test.c and string_util_test.c

2008-03-23 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1073:
--

Assignee: Sanjaya Ratnaweera

 Updated the coding conventions in  property_test.c and string_util_test.c
 -

 Key: AXIS2C-1073
 URL: https://issues.apache.org/jira/browse/AXIS2C-1073
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: properties.diff, string_utils.diff


 Updated the coding conventions in property_test.c and string_util_test.c. 
 Please review and apply the properties.diff and string_util.diff patches.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1073) Updated the coding conventions in property_test.c and string_util_test.c

2008-03-23 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1073.


Resolution: Fixed

Patch applied. Thanks Manoj for the patch.

 Updated the coding conventions in  property_test.c and string_util_test.c
 -

 Key: AXIS2C-1073
 URL: https://issues.apache.org/jira/browse/AXIS2C-1073
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: properties.diff, string_utils.diff


 Updated the coding conventions in property_test.c and string_util_test.c. 
 Please review and apply the properties.diff and string_util.diff patches.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1064) Errors written to the log file in param_container.c file

2008-03-18 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1064:
--

Assignee: Sanjaya Ratnaweera

 Errors written to the log file in param_container.c  file
 -

 Key: AXIS2C-1064
 URL: https://issues.apache.org/jira/browse/AXIS2C-1064
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: param_container.diff


 Errors written to the log file and remove the spacing problem.Please review 
 and apply the attached patch.   

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1064) Errors written to the log file in param_container.c file

2008-03-18 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1064.


   Resolution: Fixed
Fix Version/s: Current (Nightly)

Patch applied. Thanks Manoj for the patch

 Errors written to the log file in param_container.c  file
 -

 Key: AXIS2C-1064
 URL: https://issues.apache.org/jira/browse/AXIS2C-1064
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Fix For: Current (Nightly)

 Attachments: param_container.diff


 Errors written to the log file and remove the spacing problem.Please review 
 and apply the attached patch.   

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1065) Modified the param.c file

2008-03-18 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1065:
--

Assignee: Sanjaya Ratnaweera

 Modified the param.c file
 -

 Key: AXIS2C-1065
 URL: https://issues.apache.org/jira/browse/AXIS2C-1065
 Project: Axis2-C
  Issue Type: Bug
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: param.diff, param_2.diff


 Remove the AXIS2_ENV_CHECK  and errors written to the log where necessary.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1062) modified the network_handler.c file

2008-03-17 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1062:
--

Assignee: Sanjaya Ratnaweera

 modified the network_handler.c file
 ---

 Key: AXIS2C-1062
 URL: https://issues.apache.org/jira/browse/AXIS2C-1062
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: network_handler.diff


 modified the network_handler.c file. Please view and apply the attached 
 patch.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1062) modified the network_handler.c file

2008-03-17 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1062.


   Resolution: Fixed
Fix Version/s: Current (Nightly)

Patch applied. Thanks Manoj for the patch. 

 modified the network_handler.c file
 ---

 Key: AXIS2C-1062
 URL: https://issues.apache.org/jira/browse/AXIS2C-1062
 Project: Axis2-C
  Issue Type: Improvement
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Fix For: Current (Nightly)

 Attachments: network_handler.diff


 modified the network_handler.c file. Please view and apply the attached 
 patch.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-1011) Docs doensn't copy into docs directory.

2008-02-26 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-1011:
--

Assignee: Sanjaya Ratnaweera

 Docs doensn't copy into docs directory.
 ---

 Key: AXIS2C-1011
 URL: https://issues.apache.org/jira/browse/AXIS2C-1011
 Project: Axis2-C
  Issue Type: Bug
  Components: build system (Unix/Linux)
Affects Versions: 1.2.0, Current (Nightly)
Reporter: Dinesh Premalal
Assignee: Sanjaya Ratnaweera
 Fix For: 1.3.0


 Before release RC3, I'm doing some basic testing with release pack, After I 
 make install 1.3.0 RC3 release pack , no docs available in deploy/docs 
 directory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-1011) Docs doensn't copy into docs directory.

2008-02-26 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-1011.


Resolution: Fixed

 Docs doensn't copy into docs directory.
 ---

 Key: AXIS2C-1011
 URL: https://issues.apache.org/jira/browse/AXIS2C-1011
 Project: Axis2-C
  Issue Type: Bug
  Components: build system (Unix/Linux)
Affects Versions: 1.2.0, Current (Nightly)
Reporter: Dinesh Premalal
Assignee: Sanjaya Ratnaweera
 Fix For: 1.3.0


 Before release RC3, I'm doing some basic testing with release pack, After I 
 make install 1.3.0 RC3 release pack , no docs available in deploy/docs 
 directory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-710) pkg-config not detected properly during configure

2008-02-08 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-710.
---

Resolution: Fixed

 pkg-config not detected properly during configure
 -

 Key: AXIS2C-710
 URL: https://issues.apache.org/jira/browse/AXIS2C-710
 Project: Axis2-C
  Issue Type: Bug
  Components: build system (Unix/Linux)
Affects Versions: 1.1.0
 Environment: Red Hat Enterprise Linux 4 with pkgconfig-0.15 RPM 
 installed
Reporter: Stefano Pettini
Assignee: Sanjaya Ratnaweera
 Fix For: 1.3.0


 I cannot compile Axis2/C on RHEL4 because:
 checking for LIBXML2... configure: error: The pkg-config script could not be 
 found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
 path to pkg-config.
 I don't see the need of version 0.20 or higher, since the installed version, 
 0.15, is able to retrieve LIBS and CFLAGS of libxml-2.0 without any problem.
 By the way:
 Alternatively, you may set the environment variables LIBXML2_CFLAGS
 and LIBXML2_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.
 This doesn't work too, since I manually set those variables, here they are, 
 just copied from set output:
 LIBXML2_CFLAGS=-I/usr/include/libxml2
 LIBXML2_LIBS='-lxml2 -lpthread -lz -lm'
 But configure still try to use the pkg-config utility it doesn't like.
 Upgrading the RPM is not an option, this would require an upgraded C library 
 too.
 I solved modifying the configure script of axiom, lowering the required 
 pkg-config version from 0.20 to 0.15 and works perfectly. I think this fix 
 should be included in next releases.
 Thank you!
 Stefano

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-949) unit test program to test security_context_token.c

2008-02-01 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-949.
---

Resolution: Fixed

Patch applied. Thanks Manoj for the patch.

 unit test program to  test security_context_token.c
 ---

 Key: AXIS2C-949
 URL: https://issues.apache.org/jira/browse/AXIS2C-949
 Project: Axis2-C
  Issue Type: Improvement
  Components: tests
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: security_context.diff


 I wrote a unit test program to test security_context_token.c and attached it. 
 please review and apply this patch to axis2c/neethi/test location.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-952) build erros in axis2c/axiom/test

2008-02-01 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-952:
-

Assignee: Sanjaya Ratnaweera

 build erros in axis2c/axiom/test
 

 Key: AXIS2C-952
 URL: https://issues.apache.org/jira/browse/AXIS2C-952
 Project: Axis2-C
  Issue Type: Bug
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Trivial
 Attachments: axiom_test.diff


 There were some build errors when build axis2c/axiom/test. I've fixed those 
 bugs and create a patch.please review and apply this it.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-952) build erros in axis2c/axiom/test

2008-02-01 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-952.
---

Resolution: Fixed

Patch applied. Thanks Manoj for the patch.

 build erros in axis2c/axiom/test
 

 Key: AXIS2C-952
 URL: https://issues.apache.org/jira/browse/AXIS2C-952
 Project: Axis2-C
  Issue Type: Bug
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Trivial
 Attachments: axiom_test.diff


 There were some build errors when build axis2c/axiom/test. I've fixed those 
 bugs and create a patch.please review and apply this it.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-950) Unit test program to test options.c

2008-01-31 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-950:
-

Assignee: Sanjaya Ratnaweera

 Unit test program to test options.c
 ---

 Key: AXIS2C-950
 URL: https://issues.apache.org/jira/browse/AXIS2C-950
 Project: Axis2-C
  Issue Type: Improvement
  Components: tests
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: options.diff


 I wrote a unit test program to test options.c and attached it. please review 
 and apply this patch to axis2c/neethi/test location.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-950) Unit test program to test options.c

2008-01-31 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-950.
---

Resolution: Fixed

 Unit test program to test options.c
 ---

 Key: AXIS2C-950
 URL: https://issues.apache.org/jira/browse/AXIS2C-950
 Project: Axis2-C
  Issue Type: Improvement
  Components: tests
Reporter: Manoj Pushpakumara
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Attachments: options.diff


 I wrote a unit test program to test options.c and attached it. please review 
 and apply this patch to axis2c/neethi/test location.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-865) It didn't mention where to copy mod_axis2 shared library On MS Windows

2008-01-24 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-865.
---

Resolution: Fixed

This issue fixed.

 It didn't mention where to copy mod_axis2 shared library On MS Windows
 --

 Key: AXIS2C-865
 URL: https://issues.apache.org/jira/browse/AXIS2C-865
 Project: Axis2-C
  Issue Type: Bug
  Components: documentation
Reporter: Manoj Pushpakumara
Priority: Minor
 Fix For: Current (Nightly)


 In Apache Axis2c/C Manual , it has mention where to copy mod_axis2 shared 
 library  On Linux as follows.
 cp $AXIS2C_HOME/lib/libmod_axis2.so.0.0.0
   /usr/lib/apache2/modules/mod_axis2.so   copy 
 C:\axis2c\build\deploy\lib\mod_axis2.dll
C:\Apache2\modules\mod_axis2.so 
 But it didn't mention where to copy mod_axis2 shared library On MS Windows

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-852) Build breaks if user has older version of Winsock2.h

2008-01-24 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-852.
---

Resolution: Fixed
  Assignee: Sanjaya Ratnaweera

Patch applied. Thanks Senaka for the patch.

 Build breaks if user has older version of Winsock2.h
 

 Key: AXIS2C-852
 URL: https://issues.apache.org/jira/browse/AXIS2C-852
 Project: Axis2-C
  Issue Type: Bug
  Components: build system (Windows), util
Affects Versions: 1.2.0
 Environment: Windows XP SP2
Reporter: Senaka Fernando
Assignee: Sanjaya Ratnaweera
 Attachments: diff.txt


 Build breaks if user has older version of Winsock2.h. This can be due to 
 various reasons. I have added a patch that solves this issue (refer diff.txt)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-296) tcpmon fails to operate correctly with dual clients

2008-01-24 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-296.
---

Resolution: Fixed
  Assignee: Sanjaya Ratnaweera

Patch applied. Thanks senaka for the patch.

 tcpmon fails to operate correctly with dual clients
 ---

 Key: AXIS2C-296
 URL: https://issues.apache.org/jira/browse/AXIS2C-296
 Project: Axis2-C
  Issue Type: Bug
  Components: tcpmon
Affects Versions: Current (Nightly)
Reporter: Samisa Abeysinghe
Assignee: Sanjaya Ratnaweera
 Attachments: diff.txt


 If I run a dual client with tcpmon, the client hangs infinitely after sending 
 request

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-828) MTOM Sample failed with Libcurl (HTTP) transport

2008-01-23 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-828.
---

Resolution: Fixed

Patch applied. Thanks Senaka for the patch

 MTOM Sample failed with Libcurl (HTTP) transport
 

 Key: AXIS2C-828
 URL: https://issues.apache.org/jira/browse/AXIS2C-828
 Project: Axis2-C
  Issue Type: Bug
  Components: core/transport, transport/http
Affects Versions: 1.1.0, Current (Nightly)
Reporter: Dinesh Premalal
Assignee: Sanjaya Ratnaweera
 Attachments: diff.txt


 MTOM sample failed with libcurl transport. I can see attachment in both 
 request and response messages.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-907) In test_om it doensn't serialize attributes

2008-01-21 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-907:
-

Assignee: Sanjaya Ratnaweera

 In test_om it doensn't serialize attributes
 ---

 Key: AXIS2C-907
 URL: https://issues.apache.org/jira/browse/AXIS2C-907
 Project: Axis2-C
  Issue Type: Improvement
  Components: xml/om
Affects Versions: Current (Nightly)
 Environment: Ubuntu 7.10
Reporter: Lahiru Gunathilake
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Fix For: Current (Nightly)

 Attachments: diff.txt


 In test_om it is not serialize the attributes and we can't see what are the 
 attributes of particular element.This will be very important when we want to 
 see the full serialization of a xml.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-913) Rampart/C scenario4 onwards are not working with Guththila

2008-01-21 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-913:
-

Assignee: Sanjaya Ratnaweera

 Rampart/C scenario4 onwards are not working with Guththila
 --

 Key: AXIS2C-913
 URL: https://issues.apache.org/jira/browse/AXIS2C-913
 Project: Axis2-C
  Issue Type: Bug
  Components: build system (Unix/Linux)
Affects Versions: Current (Nightly)
 Environment: ubuntu7.10
Reporter: Lahiru Gunathilake
Assignee: Sanjaya Ratnaweera
 Fix For: Current (Nightly)

 Attachments: diff.txt


 when Axis2c build with guththila and run rampart samples it works up to 
 scenario4.But from scenario4 including itself is not working with Guththila.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-914) Simple axis server segfault in side the guththila when we send a wrong xml

2008-01-21 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-914:
-

Assignee: Sanjaya Ratnaweera

 Simple axis server segfault in side the guththila when we send a wrong xml
 --

 Key: AXIS2C-914
 URL: https://issues.apache.org/jira/browse/AXIS2C-914
 Project: Axis2-C
  Issue Type: Bug
  Components: guththila
Affects Versions: Current (Nightly)
 Environment: Ubuntu7.10
Reporter: Lahiru Gunathilake
Assignee: Sanjaya Ratnaweera
 Fix For: Current (Nightly)

 Attachments: diff.txt


 When i'm testing Rampart Samples guththila writes a wrong xml file and send 
 it to simple axis server.Then simple axis server segfault inside a guththila 
 method.This cause due to deletion without checking.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-913) Rampart/C scenario4 onwards are not working with Guththila

2008-01-21 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-913.
---

Resolution: Fixed

Patch applied. Thanks Lahiru for the patch. 

 Rampart/C scenario4 onwards are not working with Guththila
 --

 Key: AXIS2C-913
 URL: https://issues.apache.org/jira/browse/AXIS2C-913
 Project: Axis2-C
  Issue Type: Bug
  Components: build system (Unix/Linux)
Affects Versions: Current (Nightly)
 Environment: ubuntu7.10
Reporter: Lahiru Gunathilake
Assignee: Sanjaya Ratnaweera
 Fix For: Current (Nightly)

 Attachments: diff.txt


 when Axis2c build with guththila and run rampart samples it works up to 
 scenario4.But from scenario4 including itself is not working with Guththila.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-907) In test_om it doensn't serialize attributes

2008-01-21 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-907.
---

Resolution: Fixed

Patch applied. Thanks Lahiru for the patch.

 In test_om it doensn't serialize attributes
 ---

 Key: AXIS2C-907
 URL: https://issues.apache.org/jira/browse/AXIS2C-907
 Project: Axis2-C
  Issue Type: Improvement
  Components: xml/om
Affects Versions: Current (Nightly)
 Environment: Ubuntu 7.10
Reporter: Lahiru Gunathilake
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Fix For: Current (Nightly)

 Attachments: diff.txt


 In test_om it is not serialize the attributes and we can't see what are the 
 attributes of particular element.This will be very important when we want to 
 see the full serialization of a xml.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-914) Simple axis server segfault in side the guththila when we send a wrong xml

2008-01-21 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-914.
---

Resolution: Fixed

Patch applied thanks Lahiru for the patch.

 Simple axis server segfault in side the guththila when we send a wrong xml
 --

 Key: AXIS2C-914
 URL: https://issues.apache.org/jira/browse/AXIS2C-914
 Project: Axis2-C
  Issue Type: Bug
  Components: guththila
Affects Versions: Current (Nightly)
 Environment: Ubuntu7.10
Reporter: Lahiru Gunathilake
Assignee: Sanjaya Ratnaweera
 Fix For: Current (Nightly)

 Attachments: diff.txt


 When i'm testing Rampart Samples guththila writes a wrong xml file and send 
 it to simple axis server.Then simple axis server segfault inside a guththila 
 method.This cause due to deletion without checking.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-666) Adding attributes to SAOP Envelope

2008-01-16 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-666.
---

Resolution: Fixed

Patch applied. Thanks Senaka for the patch

 Adding attributes to SAOP  Envelope  
 -

 Key: AXIS2C-666
 URL: https://issues.apache.org/jira/browse/AXIS2C-666
 Project: Axis2-C
  Issue Type: Test
Affects Versions: 1.0.0
 Environment: RHEL 3  , AXIS2C  1.0 client 
Reporter: Manoj Kumar Pradhan
Assignee: Sanjaya Ratnaweera
 Attachments: diff.txt


 Hi  ,
 I am   invoking an  .net ws from  axis2C  client .
 in tcp mon I noticied that   soap  envelope is missing with some  attributes 
 . 
 the request soap  message  I   got is 
 soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; 
soapenv:Body
 ** 
 **  etc 
  /soapenv:Body
 /soapenv:Envelope 
 I want   to generate following   soap  request message  
 ?xml version=1.0 encoding=UTF-8 ? 
 soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; 
 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 
 xmlns:xsd=http://www.w3.org/2001/XMLSchema;
  
soapenv:Body
 ** 
 **  etc 
  /soapenv:Body
 /soapenv:Envelope 
 1 . Whether I have to do any Special coding for  it . ?  pls provide some 
 sample code .
 2. also  as i  mentioned why  ?xml version=1.0 encoding=UTF-8 ?   is 
 missed  ?  
 3. Is there 
 any way to change the prfix from  soapenv  to soap .

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-666) Adding attributes to SAOP Envelope

2008-01-16 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-666:
-

Assignee: Sanjaya Ratnaweera

 Adding attributes to SAOP  Envelope  
 -

 Key: AXIS2C-666
 URL: https://issues.apache.org/jira/browse/AXIS2C-666
 Project: Axis2-C
  Issue Type: Test
Affects Versions: 1.0.0
 Environment: RHEL 3  , AXIS2C  1.0 client 
Reporter: Manoj Kumar Pradhan
Assignee: Sanjaya Ratnaweera
 Attachments: diff.txt


 Hi  ,
 I am   invoking an  .net ws from  axis2C  client .
 in tcp mon I noticied that   soap  envelope is missing with some  attributes 
 . 
 the request soap  message  I   got is 
 soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; 
soapenv:Body
 ** 
 **  etc 
  /soapenv:Body
 /soapenv:Envelope 
 I want   to generate following   soap  request message  
 ?xml version=1.0 encoding=UTF-8 ? 
 soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; 
 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 
 xmlns:xsd=http://www.w3.org/2001/XMLSchema;
  
soapenv:Body
 ** 
 **  etc 
  /soapenv:Body
 /soapenv:Envelope 
 1 . Whether I have to do any Special coding for  it . ?  pls provide some 
 sample code .
 2. also  as i  mentioned why  ?xml version=1.0 encoding=UTF-8 ?   is 
 missed  ?  
 3. Is there 
 any way to change the prfix from  soapenv  to soap .

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-883) Apache segfaults when running mtom sample with big files

2008-01-06 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-883:
-

Assignee: Sanjaya Ratnaweera

 Apache segfaults when running mtom sample with big files
 

 Key: AXIS2C-883
 URL: https://issues.apache.org/jira/browse/AXIS2C-883
 Project: Axis2-C
  Issue Type: Bug
 Environment: Ubuntu 7.04
Reporter: Lahiru Gunathilake
Assignee: Sanjaya Ratnaweera
 Attachments: diff.txt


 I ran apache in - X mode and ran mtom sample with an attachment of 100MB 
 file.Then the thread which handle that request segfaults.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-883) Apache segfaults when running mtom sample with big files

2008-01-06 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-883.
---

   Resolution: Fixed
Fix Version/s: Current (Nightly)

Patch applied. Thanks Lahiru for the patch.

 Apache segfaults when running mtom sample with big files
 

 Key: AXIS2C-883
 URL: https://issues.apache.org/jira/browse/AXIS2C-883
 Project: Axis2-C
  Issue Type: Bug
 Environment: Ubuntu 7.04
Reporter: Lahiru Gunathilake
Assignee: Sanjaya Ratnaweera
 Fix For: Current (Nightly)

 Attachments: diff.txt


 I ran apache in - X mode and ran mtom sample with an attachment of 100MB 
 file.Then the thread which handle that request segfaults.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-844) Axis2/C Manual's certain sections do not cater for Windows users

2007-12-19 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-844.
---

   Resolution: Fixed
Fix Version/s: 1.2.0
 Assignee: Sanjaya Ratnaweera

Patch applied. Thanks Senaka for the patch.

 Axis2/C Manual's certain sections do not cater for Windows users
 

 Key: AXIS2C-844
 URL: https://issues.apache.org/jira/browse/AXIS2C-844
 Project: Axis2-C
  Issue Type: Bug
  Components: documentation
Affects Versions: 1.2.0
 Environment: Windows XP
Reporter: Senaka Fernando
Assignee: Sanjaya Ratnaweera
 Fix For: 1.2.0

 Attachments: diff.txt


 Axis2/C Manual's certain sections do not cater for Windows users.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-596) axis2_transport_sender_invoke does not return correct status

2007-12-19 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-596.
---

   Resolution: Fixed
Fix Version/s: 1.2.0
 Assignee: Sanjaya Ratnaweera

 axis2_transport_sender_invoke does not return correct status
 

 Key: AXIS2C-596
 URL: https://issues.apache.org/jira/browse/AXIS2C-596
 Project: Axis2-C
  Issue Type: Bug
  Components: transport/http
Reporter: Damitha Kumarage
Assignee: Sanjaya Ratnaweera
 Fix For: 1.2.0

 Attachments: diff.txt


 When I invoked axis2_transport_sender_invoke function from 
 sandesha2c_sender_worker_worker_func, it fails at http_client_process_header 
 indicating a response timeout.  But axis2_transport_sender_invoke still 
 return status of AXIS2_SUCCESS.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-850) Samples segfaluts on Linux when AXIS2C_HOME is not set

2007-12-19 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-850.
---

Resolution: Fixed
  Assignee: Sanjaya Ratnaweera

 Samples segfaluts on Linux when AXIS2C_HOME is not set
 --

 Key: AXIS2C-850
 URL: https://issues.apache.org/jira/browse/AXIS2C-850
 Project: Axis2-C
  Issue Type: Bug
  Components: core/context
Affects Versions: Current (Nightly)
 Environment: Ubuntu 
Reporter: Dushshantha Chandradasa
Assignee: Sanjaya Ratnaweera

 When AXIS2C_HOME is not set, the samples are segfaulting. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-842) In the axis2/c manual, instances of axis2c_home (lower case) should be replaced by AXIS2C_HOME (upper case)

2007-12-18 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-842:
-

Assignee: Sanjaya Ratnaweera

 In the axis2/c manual, instances of axis2c_home (lower case) should be 
 replaced by AXIS2C_HOME (upper case)
 ---

 Key: AXIS2C-842
 URL: https://issues.apache.org/jira/browse/AXIS2C-842
 Project: Axis2-C
  Issue Type: Bug
Affects Versions: 1.2.0
Reporter: Senaka Fernando
Assignee: Sanjaya Ratnaweera
Priority: Trivial
 Fix For: 1.2.0

 Attachments: diff.txt


 In the axis2/c manual, instances of axis2c_home (lower case) should be 
 replaced by AXIS2C_HOME (upper case)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-842) In the axis2/c manual, instances of axis2c_home (lower case) should be replaced by AXIS2C_HOME (upper case)

2007-12-18 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-842.
---

   Resolution: Fixed
Fix Version/s: 1.2.0

Patch applied. Thanks Senaka for the patch

 In the axis2/c manual, instances of axis2c_home (lower case) should be 
 replaced by AXIS2C_HOME (upper case)
 ---

 Key: AXIS2C-842
 URL: https://issues.apache.org/jira/browse/AXIS2C-842
 Project: Axis2-C
  Issue Type: Bug
Affects Versions: 1.2.0
Reporter: Senaka Fernando
Assignee: Sanjaya Ratnaweera
Priority: Trivial
 Fix For: 1.2.0

 Attachments: diff.txt


 In the axis2/c manual, instances of axis2c_home (lower case) should be 
 replaced by AXIS2C_HOME (upper case)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-836) Modifications to Documentation

2007-12-17 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-836.
---

Resolution: Fixed

Patch applied. Thanks Senaka for the patch.

 Modifications to Documentation
 --

 Key: AXIS2C-836
 URL: https://issues.apache.org/jira/browse/AXIS2C-836
 Project: Axis2-C
  Issue Type: Improvement
  Components: documentation
Reporter: Senaka Fernando
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Fix For: 1.2.0

 Attachments: diff.txt


 Modifications to documentation based on report by Spencer Davis 
 http://marc.info/?l=axis-c-devm=119768820918913w=2

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-836) Modifications to Documentation

2007-12-17 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-836:
-

Assignee: Sanjaya Ratnaweera

 Modifications to Documentation
 --

 Key: AXIS2C-836
 URL: https://issues.apache.org/jira/browse/AXIS2C-836
 Project: Axis2-C
  Issue Type: Improvement
  Components: documentation
Reporter: Senaka Fernando
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Fix For: 1.2.0

 Attachments: diff.txt


 Modifications to documentation based on report by Spencer Davis 
 http://marc.info/?l=axis-c-devm=119768820918913w=2

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-835) Wrong error message in simple axis server

2007-12-17 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-835:
-

Assignee: Sanjaya Ratnaweera

 Wrong error message in simple axis server
 -

 Key: AXIS2C-835
 URL: https://issues.apache.org/jira/browse/AXIS2C-835
 Project: Axis2-C
  Issue Type: Bug
  Components: core/transport
Affects Versions: Current (Nightly)
 Environment: Ubuntu
Reporter: Lahiru Gunathilake
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Fix For: Current (Nightly)

 Attachments: diff


 In an error message there's a spelling mistake.
 regs
 lahiru

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-828) MTOM Sample failed with Libcurl (HTTP) transport

2007-12-17 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-828:
-

Assignee: Sanjaya Ratnaweera  (was: Dinesh Premalal)

 MTOM Sample failed with Libcurl (HTTP) transport
 

 Key: AXIS2C-828
 URL: https://issues.apache.org/jira/browse/AXIS2C-828
 Project: Axis2-C
  Issue Type: Bug
  Components: core/transport, transport/http
Affects Versions: 1.1.0, Current (Nightly)
Reporter: Dinesh Premalal
Assignee: Sanjaya Ratnaweera
 Attachments: diff.txt


 MTOM sample failed with libcurl transport. I can see attachment in both 
 request and response messages.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-554) non blocking dual channel fail for consecutive calls using the same svc_client

2007-12-17 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-554.
---

Resolution: Fixed

Patch applied. Thanks senaka for the patch

 non blocking dual channel fail for consecutive calls using the same svc_client
 --

 Key: AXIS2C-554
 URL: https://issues.apache.org/jira/browse/AXIS2C-554
 Project: Axis2-C
  Issue Type: Bug
Reporter: Damitha Kumarage
Assignee: Sanjaya Ratnaweera
 Attachments: diff.txt


 In echo_non_blocking_dual sample if I send two messages using the same 
 service client
 it seg faults in receiving the response for the second message.
 Here is the back trace. 
 (gdb) bt
 #0  0x08090340 in ?? ()
 #1  0xb7ec2aba in axis2_engine_receive (engine=0x8097be8, env=0x808e718, 
 msg_ctx=0x808e7f0) at engine.c:447
 #2  0xb7e714ef in axis2_http_transport_utils_process_http_post_request 
 (env=0x808e718, msg_ctx=0x808e7f0,
in_stream=0x808e6c0, out_stream=0x808e7c8, content_type=0x808e610 
 application/soap+xml;charset=UTF-8,
content_length=768, soap_action_header=0x0,
request_uri=0x808f6b8 
 http://127.0.0.1:/axis2/services/__ANONYMOUS_SERVICE__/__OPERATION_OUT_IN__;)
at http_transport_utils.c:471
 #3  0xb7be942b in axis2_http_worker_process_request (http_worker=0x8077e68, 
 env=0x808e718, svr_conn=0x808e770,
simple_request=0x808e6e8) at http_worker.c:332
 #4  0xb7e64172 in axis2_svr_thread_worker_func (thd=0x808e688, 
 data=0x808e550) at http_svr_thread.c:338
 #5  0xb7f3ac31 in dummy_worker (opaque=0x808e688) at thread_unix.c:85
 #6  0xb7e7bced in start_thread () from /lib/tls/libpthread.so.0
 #7  0xb7cdbdee in clone () from /lib/tls/libc.so.6 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-841) Axis2 Manual have to up date

2007-12-17 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-841:
-

Assignee: Sanjaya Ratnaweera

 Axis2 Manual have to up date 
 -

 Key: AXIS2C-841
 URL: https://issues.apache.org/jira/browse/AXIS2C-841
 Project: Axis2-C
  Issue Type: Improvement
  Components: documentation
Affects Versions: Current (Nightly)
 Environment: Ubuntu
Reporter: Lahiru Gunathilake
Assignee: Sanjaya Ratnaweera
 Fix For: Current (Nightly)

 Attachments: doc_diff.txt


 Axis2 manual is not updated with the new changes occure in log file scenario 
 and Global Pool scenario

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-841) Axis2 Manual have to up date

2007-12-17 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-841.
---

   Resolution: Fixed
Fix Version/s: (was: Current (Nightly))
   1.2.0

Patch applied. Thanks Lahiru for the patch.

 Axis2 Manual have to up date 
 -

 Key: AXIS2C-841
 URL: https://issues.apache.org/jira/browse/AXIS2C-841
 Project: Axis2-C
  Issue Type: Improvement
  Components: documentation
Affects Versions: Current (Nightly)
 Environment: Ubuntu
Reporter: Lahiru Gunathilake
Assignee: Sanjaya Ratnaweera
 Fix For: 1.2.0

 Attachments: doc_diff.txt


 Axis2 manual is not updated with the new changes occure in log file scenario 
 and Global Pool scenario

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-810) test_om segfaults with Guththila when serialize a signed message with rampart

2007-12-07 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-810.
---

   Resolution: Fixed
Fix Version/s: (was: Current (Nightly))
   1.2.0

Patch applied. Thanks Lahiru for the patch.

 test_om segfaults with Guththila when serialize a signed message with rampart
 -

 Key: AXIS2C-810
 URL: https://issues.apache.org/jira/browse/AXIS2C-810
 Project: Axis2-C
  Issue Type: Bug
  Components: xml/om
Affects Versions: Current (Nightly)
 Environment: Ubuntu
Reporter: Lahiru Gunathilake
Assignee: Sanjaya Ratnaweera
Priority: Minor
 Fix For: 1.2.0

 Attachments: diff


 When i tried to parse a soap which generate when rampart signed sample runs 
 it cause an segfault with Guththila.
 Regs
 lahiru

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2C-808) Incompatible between Guththila and Libxml

2007-12-06 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera reassigned AXIS2C-808:
-

Assignee: Sanjaya Ratnaweera

 Incompatible between Guththila and Libxml
 -

 Key: AXIS2C-808
 URL: https://issues.apache.org/jira/browse/AXIS2C-808
 Project: Axis2-C
  Issue Type: Bug
  Components: xml/om
Affects Versions: Current (Nightly)
 Environment: Ubuntu
Reporter: Lahiru Gunathilake
Assignee: Sanjaya Ratnaweera
 Fix For: Current (Nightly)

 Attachments: diff


 In om_stax_builder.c it calls parsers get_value and get_prefix like methods 
 to get the parts of the xml.But when it wants to free those axis2_char_t* it 
 simply calls the axiom_xml_reader_free method.But since Guththila and Libxml2 
 implementations are different , with Guththila it doesn't actually delete the 
 malloc char*.To resolve this we can't simply use AXIS2_FREE to delete with 
 both parsers because libxml2 gives those parts without doing malloc.Then we 
 have to use some macro definition and decide whether built with guththila or 
 not and use seperate methods to delete those char*.If we simply ignore this 
 it cause a big memory leak with Guththila.It's around 3000bytes for a simple 
 xml.
 Regs
 lahiru

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (AXIS2C-808) Incompatible between Guththila and Libxml

2007-12-06 Thread Sanjaya Ratnaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2C-808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjaya Ratnaweera resolved AXIS2C-808.
---

   Resolution: Fixed
Fix Version/s: (was: Current (Nightly))
   1.2.0

Patch applied. Thanks Lahiru for the patch.

 Incompatible between Guththila and Libxml
 -

 Key: AXIS2C-808
 URL: https://issues.apache.org/jira/browse/AXIS2C-808
 Project: Axis2-C
  Issue Type: Bug
  Components: xml/om
Affects Versions: Current (Nightly)
 Environment: Ubuntu
Reporter: Lahiru Gunathilake
Assignee: Sanjaya Ratnaweera
 Fix For: 1.2.0

 Attachments: diff


 In om_stax_builder.c it calls parsers get_value and get_prefix like methods 
 to get the parts of the xml.But when it wants to free those axis2_char_t* it 
 simply calls the axiom_xml_reader_free method.But since Guththila and Libxml2 
 implementations are different , with Guththila it doesn't actually delete the 
 malloc char*.To resolve this we can't simply use AXIS2_FREE to delete with 
 both parsers because libxml2 gives those parts without doing malloc.Then we 
 have to use some macro definition and decide whether built with guththila or 
 not and use seperate methods to delete those char*.If we simply ignore this 
 it cause a big memory leak with Guththila.It's around 3000bytes for a simple 
 xml.
 Regs
 lahiru

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  1   2   3   >