Re: [jira] Created: (AXIS2C-1157) When -Werror is in effect build break in util/src

2008-05-23 Thread Dimuthu Gamage
Yea, I agreed with Milinida, There are API functions that is not used anywhere inside Axis2. But used in some time codegen generated code or some other places like even wsf/php. So I think it is valid to have API functions not used inside axis2. Thanks Dimuthu On Fri, May 23, 2008 at 10:58 AM,

Re: [jira] Created: (AXIS2C-1157) When -Werror is in effect build break in util/src

2008-05-23 Thread Steven Nairn
The function axutil_hash_entry_free() is a static function (in both 1.4.0 and trunk). Therefore it can only be used in hash.c and is not (and cannot be) part of the API. It's not used in hash.c so I think it should be removed. Cheers, Steve Nairn 2008/5/23 Dimuthu Gamage [EMAIL PROTECTED]:

Re: [jira] Created: (AXIS2C-1157) When -Werror is in effect build break in util/src

2008-05-23 Thread Manjula Peiris
I think the warning here is because it is static. Otherwise I don't think we have a problem. So we have two options I guess. Removing the static identifier or removing the function. -Manjula. On Fri, 2008-05-23 at 10:06 +0100, Steven Nairn wrote: The function axutil_hash_entry_free() is a

Re: [jira] Created: (AXIS2C-1157) When -Werror is in effect build break in util/src

2008-05-23 Thread Milinda Pathirage
Hi, It's my mistake, I forgot to look at the method signature. The compilation warning can be caused by the fact that the function is static. Thanks Milinda On Fri, May 23, 2008 at 2:36 PM, Steven Nairn [EMAIL PROTECTED] wrote: The function axutil_hash_entry_free() is a static function (in

[jira] Resolved: (AXIS2C-1147) Conditional jump or move depends on uninitialised value in axiom_soap_fault_text_create_with_parent

2008-05-23 Thread Milinda Lakmal Pathirage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Milinda Lakmal Pathirage resolved AXIS2C-1147. -- Resolution: Fixed Fix Version/s: Current (Nightly) This bug

[jira] Resolved: (AXIS2C-1150) memory leak

2008-05-23 Thread Milinda Lakmal Pathirage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Milinda Lakmal Pathirage resolved AXIS2C-1150. -- Resolution: Fixed The above memory leaks reported are now fixed in

[jira] Resolved: (AXIS2C-1148) memory leak in yahhosearch

2008-05-23 Thread Milinda Lakmal Pathirage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Milinda Lakmal Pathirage resolved AXIS2C-1148. -- Resolution: Fixed Fix Version/s: Current (Nightly) The

[jira] Created: (AXIS2-3815) Pojo with void methods are not handled properly in Nightly builds.

2008-05-23 Thread Dimuthu Leelarathne (JIRA)
Pojo with void methods are not handled properly in Nightly builds. -- Key: AXIS2-3815 URL: https://issues.apache.org/jira/browse/AXIS2-3815 Project: Axis 2.0 (Axis2) Issue

[jira] Updated: (AXIS2-3815) Pojo with void methods are not handled properly in Nightly builds.

2008-05-23 Thread Dimuthu Leelarathne (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dimuthu Leelarathne updated AXIS2-3815: --- Attachment: UserStoreAdmin.wsdl This is the wsdl Pojo with void methods are not

[jira] Updated: (AXIS2-3815) Pojo with void methods are not handled properly in Nightly builds.

2008-05-23 Thread Dimuthu Leelarathne (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dimuthu Leelarathne updated AXIS2-3815: --- Attachment: UserStoreAdminInterface.java Pojo with void methods are not handled

[Axis2] [jira] Updated: (AXIS2-3792) codegen plugin fails due to missing jar

2008-05-23 Thread Tom Seelbach
devs, If possible, please apply these patches and post a new version of axis2-eclipse-codegen-wizard-1.4.zip. This problem has been reported multiple times and i've been contacted offline, so I get the impression that axis2 users want the eclipse codegen plugin to work :) Its not a code

[jira] Commented: (AXIS2-3804) UnsupportedOperationException thrown by OMElementStreamWriter

2008-05-23 Thread CP (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12599468#action_12599468 ] CP commented on AXIS2-3804: --- Yes, returning null from MTOMAwareOMBuilder.getProperty does avoid

[jira] Issue Comment Edited: (AXIS2-3804) UnsupportedOperationException thrown by OMElementStreamWriter

2008-05-23 Thread CP (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12597674#action_12597674 ] umk edited comment on AXIS2-3804 at 5/23/08 12:04 PM: - My

[jira] Created: (AXIS2-3816) AccessControlException when running with Java2Security

2008-05-23 Thread Lori VanGulick (JIRA)
AccessControlException when running with Java2Security -- Key: AXIS2-3816 URL: https://issues.apache.org/jira/browse/AXIS2-3816 Project: Axis 2.0 (Axis2) Issue Type: Bug

[jira] Updated: (AXIS2-3816) AccessControlException when running with Java2Security

2008-05-23 Thread Lori VanGulick (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lori VanGulick updated AXIS2-3816: -- Attachment: d516000.1patch.txt Patch attached AccessControlException when running with

[jira] Assigned: (AXIS2-3816) AccessControlException when running with Java2Security

2008-05-23 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle reassigned AXIS2-3816: - Assignee: Rich Scheuerle AccessControlException when running with Java2Security

[jira] Resolved: (AXIS2-3816) AccessControlException when running with Java2Security

2008-05-23 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle resolved AXIS2-3816. --- Resolution: Fixed Thanks Lori for the patch. Committed 659683 AccessControlException when