Re: WS-Policy support

2009-04-07 Thread Manjula Peiris
Axis2/C Neethi framework handles WS-policy. If you want implement custom policies you can do that in [1]. For more details see how secpolicy and rmpolicy is implemented. You can attach polices in services.xml for service, operation and message. [1]

[jira] Created: (AXIS2C-1362) Compile with -D_FORTIFY_SOURCE=2 results in warnings which fail build

2009-04-07 Thread Adam Chasen (JIRA)
Compile with -D_FORTIFY_SOURCE=2 results in warnings which fail build - Key: AXIS2C-1362 URL: https://issues.apache.org/jira/browse/AXIS2C-1362 Project: Axis2-C Issue Type:

[jira] Commented: (AXIS2-3837) Ex ception extracting jars into tempo rary directory : java.io.FileNotFo undException: C:\Program Files\jbo ss-4.2.2.GA\server\serveraxis\.\tm p\deploy\tmp18123axis2-exp

2009-04-07 Thread Bernhard Schauer (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12696441#action_12696441 ] Bernhard Schauer commented on AXIS2-3837: - This issue happens with Axis2 1.4 and

[jira] Issue Comment Edited: (AXIS2 -3837) Exception extracting jars in to temporary directory : java.io.Fi leNotFoundException: C:\Program File s\jboss-4.2.2.GA\server\serveraxis\ .\tmp\deploy\tmp181

2009-04-07 Thread Bernhard Schauer (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12696441#action_12696441 ] Bernhard Schauer edited comment on AXIS2-3837 at 4/7/09 2:05 AM:

[jira] Issue Comment Edited: (AXIS2 -3837) Exception extracting jars in to temporary directory : java.io.Fi leNotFoundException: C:\Program File s\jboss-4.2.2.GA\server\serveraxis\ .\tmp\deploy\tmp181

2009-04-07 Thread Bernhard Schauer (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12696441#action_12696441 ] Bernhard Schauer edited comment on AXIS2-3837 at 4/7/09 2:18 AM:

Re: Requirement to update the ListenerManager class

2009-04-07 Thread Ruwan Linton
JIRA created [1], and patch attached. [1] - https://issues.apache.org/jira/browse/AXIS2-4304 Thanks, Ruwan On Tue, Apr 7, 2009 at 4:07 PM, Amila Suriarachchi amilasuriarach...@gmail.com wrote: On Tue, Apr 7, 2009 at 3:55 PM, Ruwan Linton ruwan.lin...@gmail.comwrote: Hi devs, Synapse

[jira] Updated: (AXIS2-4304) Improve the ListenerManager startup behavior

2009-04-07 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton updated AXIS2-4304: Attachment: listener-manager.patch This patch fixes the issues for synapse, please do a review and

Re: Releasing transports 1.0 - dependency resolutions

2009-04-07 Thread Amila Suriarachchi
hi, I tested the distribution (after adding http transport) with some samples and it passes all the test cases. Earlier I had some test with the Sandesha2 security and rampart and worked fine. So I think we can put an RC and release it there are no any critical issues. thanks, Amila. On Mon,

Re: Requirement to update the ListenerManager class

2009-04-07 Thread Amila Suriarachchi
On Tue, Apr 7, 2009 at 3:55 PM, Ruwan Linton ruwan.lin...@gmail.com wrote: Hi devs, Synapse 1.3 is going to depend on the axis2 1.5 release and we need an enhancement in the ListenerManager class, so that we can add transport listeners to the ListenerManager without starting but just

[jira] Created: (AXIS2-4304) Improve the ListenerManager startup behavior

2009-04-07 Thread Ruwan Linton (JIRA)
Improve the ListenerManager startup behavior Key: AXIS2-4304 URL: https://issues.apache.org/jira/browse/AXIS2-4304 Project: Axis 2.0 (Axis2) Issue Type: Improvement Components: kernel

[jira] Created: (AXIS-2783) Getting Server.userException

2009-04-07 Thread Dayakar Reddy (JIRA)
Getting Server.userException -- Key: AXIS-2783 URL: https://issues.apache.org/jira/browse/AXIS-2783 Project: Axis Issue Type: Bug Environment: Windows xp, jdk 1.6, AXIS 1.4, ANT 1.7 Reporter:

[jira] Resolved: (AXIS2-4304) Improve the ListenerManager startup behavior

2009-04-07 Thread Glen Daniels (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Glen Daniels resolved AXIS2-4304. - Resolution: Fixed I reviewed the patch, added a couple of other small changes, and committed to

Generics Support for Axis2 for GSoC 2009

2009-04-07 Thread Sukhitha Jayathilaka
Hi! I, Sukhitha Prabhath Jayathilaka, throught I would attemp to parcticipate in Google Summer of Code 2009 under the Apache Axis2 project. I have submitted my proposal already on the GSoC student app. I submitted my proposal on a feature request I found on the Axis2 issue tracker, namely the

[Axis2] Anyone running all tests?

2009-04-07 Thread Davanum Srinivas
Can someone please let me know mvn version / jdk version / os on which all the tests are passing? for trunk? for 1.5 branch? thanks, dims -- Davanum Srinivas :: http://davanum.wordpress.com

Re: [Axis2] Anyone running all tests?

2009-04-07 Thread Andreas Veithen
I regularly run the tests on the following two platforms: Maven version: 2.0.9 Java version: 1.5.0_16 OS name: mac os x version: 10.5.6 arch: i386 Family: unix Maven version: 2.0.9 Java version: 1.5.0_15 OS name: windows xp version: 5.1 arch: x86 Family: windows Andreas On Wed, Apr 8, 2009 at

Re: [Axis2] Anyone running all tests?

2009-04-07 Thread Glen Daniels
I do also with Maven 2.0.10, Java 1.5.0_15 on XP. --Glen Andreas Veithen wrote: I regularly run the tests on the following two platforms: Maven version: 2.0.9 Java version: 1.5.0_16 OS name: mac os x version: 10.5.6 arch: i386 Family: unix Maven version: 2.0.9 Java version: 1.5.0_15

Re: [Axis2] Anyone running all tests?

2009-04-07 Thread Glen Daniels
Glen Daniels wrote: I do also with Maven 2.0.10, Java 1.5.0_15 on XP. That's both with trunk and the 1.5 branch, btw. Dims, are you having problems? Let us know so we can try to repro if so. --Glen

[jira] Created: (AXIS2-4305) org.apache.axis2.AxisFault : Read timed out

2009-04-07 Thread Mothilal Marimuthu (JIRA)
org.apache.axis2.AxisFault : Read timed out --- Key: AXIS2-4305 URL: https://issues.apache.org/jira/browse/AXIS2-4305 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: wsdl