Re: [VOTE][Rampart/C] Apache Rampart/C 1.3.0 Release

2009-05-20 Thread Danushka Menikkumbura
I tested the binary artifact on Windows. Here is my +1. Danushka -- Danushka Menikkumbura Technical Lead, WSO2 Inc. blog : http://danushka-menikkumbura.blogspot.com/ http://wso2.com/ - The Open Source SOA Company

Re: [VOTE][Rampart/C] Apache Rampart/C 1.3.0 Release

2009-05-20 Thread Damitha Kumarage
+1 Damitha Uthaiyashankar wrote: Hi, I have uploaded the Apache Rampart/C 1.3.0 release artifacts here: http://people.apache.org/~shankar/rampartc/1_3_0/take1/ The key is here: http://people.apache.org/~shankar/rampartc/1_3_0/take1/KEYS Please test, review and vote on the release artifacts

Axis C++ SSL Client: How the client take keystore ( client side certificate ) ?

2009-05-20 Thread ANTONI MILTON
Hi All, Now i am working in axis cpp SSL setup.In server.xml enable the clientauth as true.In client side i create the Stub code using wsdl location , trsuted store,key stroe files ( dynamically set the JVM property using like -Djavax.net.ssl.trustStore=file name ) and sucessfully compiled.

Re: Axis C++ SSL Client: How the client take keystore ( client side certificate ) ?

2009-05-20 Thread Nadir Amra
I assume you are using AXIS C++? If so, you can so so programmatically via the setSecure method on stub. stub-SetSecure( path to KeyRing.kbd, password or stash, label, NONE, 05, NONE, false); Nadir Amra ANTONI MILTON antoni_in...@yahoo.com wrote on 05/20/2009 09:13:10 AM: [image

Re: [VOTE][Rampart/C] Apache Rampart/C 1.3.0 Release

2009-05-20 Thread Sanjaya Ratnaweera
+1 ~sanjaya On Wed, May 20, 2009 at 3:09 PM, Damitha Kumarage dami...@wso2.com wrote: +1 Damitha Uthaiyashankar wrote: Hi, I have uploaded the Apache Rampart/C 1.3.0 release artifacts here:

Re: [VOTE] Release Axis2 1.5

2009-05-20 Thread Dobri Kitipov
My +1, too. Thanks, Dobri On Sun, May 17, 2009 at 7:46 PM, Glen Daniels g...@thoughtcraft.com wrote: Hi Axis Developers: The 1.5 release candidate has been stable for a couple of weeks now, and thus I'd like to kick off a VOTE to officially release 1.5. The usual 72 hour window applies.

Re: svn commit: r776555 - in /webservices/axis2/trunk/java/modules: jaxws/src/org/apache/axis2/jaxws/framework/ kernel/src/org/apache/axis2/ kernel/src/org/apache/axis2/deployment/ kernel/src/org/ap

2009-05-20 Thread Andreas Veithen
Amila, Can you fix the typo in the value of the ENABLE_CHILD_FIRST_CLASS_LOADING constant? (there is an i missing) Andreas On Wed, May 20, 2009 at 07:12, ami...@apache.org wrote: Author: amilas Date: Wed May 20 05:12:58 2009 New Revision: 776555 URL:

[Axis2] failed to invoke JMS application -- java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThread)

2009-05-20 Thread Sirasani, Balaji
Hi All, I am trying to create client to invoke JMS Web Service, I have created the client by adding the following code in my client class ConfigurationContext cc = ConfigurationContextFactory.createConfigurationContextFromFileSystem(C:

Re: [Axis2] failed to invoke JMS application -- java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThread)

2009-05-20 Thread Andreas Veithen
This is not an Axis2 problem, but related to how ant executes Java programs. Trying with fork=true may help here. Andreas On Wed, May 20, 2009 at 15:41, Sirasani, Balaji balaji.siras...@ca.com wrote: Hi All, I am trying to create client to invoke JMS Web Service, I have created the client

[jira] Commented: (AXIS-2422) Problem using compression with Axis 1.3

2009-05-20 Thread Duncan Loveday (JIRA)
[ https://issues.apache.org/jira/browse/AXIS-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12711207#action_12711207 ] Duncan Loveday commented on AXIS-2422: -- I should have added: The attachment fixes the

[jira] Created: (AXIS-2790) Not able to generate enumeration values in output WSDL file

2009-05-20 Thread Guthi Prasad (JIRA)
Not able to generate enumeration values in output WSDL file --- Key: AXIS-2790 URL: https://issues.apache.org/jira/browse/AXIS-2790 Project: Axis Issue Type: Bug Components:

[jira] Commented: (AXIS-2422) Problem using compression with Axis 1.3

2009-05-20 Thread Duncan Loveday (JIRA)
[ https://issues.apache.org/jira/browse/AXIS-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12711204#action_12711204 ] Duncan Loveday commented on AXIS-2422: -- I'm hitting this with Axis 1.4 and commons http

Re: [axis2] AxisConfiguration.getService() and inactive services

2009-05-20 Thread Glen Daniels
Hi Deepal: Deepal jayasinghe wrote: Yes, there is a difference. One method is for management other method is for dispatching. So at the runtime when a message receive we call getService, and if we want to activate, inactivate we call other method. Throwing an exception to do this is (IMHO)

Re: [axis2] AxisConfiguration.getService() and inactive services

2009-05-20 Thread Deepal jayasinghe
Hi Glen, Throwing an exception to do this is (IMHO) bad code. It's expensive, slower, non-intuitive (what would you expect getService() to do?) and just plain annoying for people calling this method. Well inactive service treat as same as service is not there in the system. So I do not