[Axis2] Axis2Java-C# SOC project

2006-06-26 Thread Nandana Mihindukulasooriya
HI All, I am Nandana from university of Moratuwa. This is to let you know the progress so far of the google SOC project axis2java-C#. As the first task I wanted to converted all the axis2 libraries in to dll's using ikvm tool. And extend the WSDL2Code generator and prepare templates to

[Axis2] SOC Project Axis2Java-C#

2006-07-02 Thread Nandana Mihindukulasooriya
hi, Going through the source code and documentation, I understood that to provide type mapping for C#, I must populate the CSharpTypeMap and create necessary templates and a CSharpBeanWriter. And then I must provide schema.bean.writer.class, schema.bean.writer.template, schema.bean.typemap in a

Re: Axis 2 webservice in Weblogic 8.1 - Must Understand check failed for header

2007-10-18 Thread Nandana Mihindukulasooriya
Hi Rajesh, IFAIK, this in not because of your configuration problem. This happens if you get a fault message from the server (eg. HTTP/1.1 500 ) , the message returns through the InFaultFlow and rampart, at the moment, doesn't register any handlers in Fault Flows. Simply, security header

Adding security phase to OutFaultFlow

2007-12-12 Thread Nandana Mihindukulasooriya
Hi Devs, Rampart is in the process of providing security in the fault flows. In order to do that, we need to introduce security phase in to out fault flow. It is already there in the in fault flow. so the axis2.xml have to modified to include, phaseOrder type=OutFaultFlow !--

[AXIS2] Adding security phase to OutFaultFlow

2007-12-12 Thread Nandana Mihindukulasooriya
Hi Devs, Rampart is in the process of providing security in the fault flows. In order to do that, we need to introduce security phase in to out fault flow. It is already there in the in fault flow. so the axis2.xml have to modified to include, phaseOrder type=OutFaultFlow !--

Re: [AXIS2] Adding security phase to OutFaultFlow

2007-12-17 Thread Nandana Mihindukulasooriya
! Nandana Mihindukulasooriya wrote: Hi Devs, Rampart is in the process of providing security in the fault flows. In order to do that, we need to introduce security phase in to out fault flow. It is already

Re: [Axis2] Dispatch order

2007-12-20 Thread Nandana Mihindukulasooriya
Hi, Sometimes we may not need this change and have to move the security phase after dispatching. Please see the possible two security attacks I have mentioned here. I think we have to have the operation dispatched before the security phase in all cases. Otherwise there will be no way of

Re: Full SAML scenario

2008-02-01 Thread Nandana Mihindukulasooriya
/Client.java -- Nandana Mihindukulasooriya Software Engineer WSO2 inc. http://nandana83.blogspot.com/ http://nandanasm.wordpress.com/

Re: [Axis2] Secured Axis2-1.3 Client Masks Returned Fault Messages

2008-02-06 Thread Nandana Mihindukulasooriya
Hi, You can download the latest build ( but this not a RC ) from http://people.apache.org/~nandana/rampart/distribution/rampart-dist-SNAPSHOT-bin.zip regards, /nandana On Feb 7, 2008 3:14 AM, [EMAIL PROTECTED] wrote: zooming to the last entry for the bug: Jan 10 08 Fixed in revision

Re: Full SAML scenario

2008-02-07 Thread Nandana Mihindukulasooriya
is the problem? Regards, Plamena On Feb 1, 2008 6:50 PM, Nandana Mihindukulasooriya [EMAIL PROTECTED] wrote: Hi Plamena, I found one sample how a client can issue a SAML token, but I didn't understand how this client can use the token to authenticate to another service

Re: [axis2] VOTE: Erange Jayasundera for committer

2008-03-02 Thread Nandana Mihindukulasooriya
+1 thanks, Nandana On Fri, Feb 29, 2008 at 10:23 PM, Sanjiva Weerawarana [EMAIL PROTECTED] wrote: Eranga is the one who implemented the CORBA module and is working to improve it as well. He did the original work as part of his MSc project and is currently working in the ICT Agency in Sri

Re: RC2 with Rampart

2008-03-27 Thread Nandana Mihindukulasooriya
Hi, We will be releasing a Rampart RC today. You can test with it. thanks, /nandana On Thu, Mar 27, 2008 at 5:34 PM, Plamena Chongova [EMAIL PROTECTED] wrote: Hi all! What about testing the RC2 with Rampart? Can I use the trunk of Rampart or there is Rampart RC? Thanks, Plamena

Apache Rampart 1.4 - RC1

2008-03-28 Thread Nandana Mihindukulasooriya
Hi, You can download the RC1 for Rampart 1.4 from here. [1] - http://people.apache.org/~nandana/rampart-1.4/RC1/ SVN location [2] - https://svn.apache.org/repos/asf/webservices/rampart/branches/java/1_4/ You can test this with Axis2 RC2. thanks, /nandana

Re: How to add WS-Security header in Axis2 client

2008-03-31 Thread Nandana Mihindukulasooriya
Hi Mai Sun, is there a way to set username and password programatically when invoking a web service that requires WS-Security header? use ServiceClient sc = stub._getServiceClient(); Options options = sc.getOptions(); options.setUserName(username);

Re: [VOTE] XmlSchema-1.4.2 / Axiom-1.2.7 / Neethi-2.0.4

2008-04-18 Thread Nandana Mihindukulasooriya
+1 for all three. tested with Rampart. thanks, nandana On Fri, Apr 18, 2008 at 7:53 PM, Paul Fremantle [EMAIL PROTECTED] wrote: +1 from me Paul On Fri, Apr 18, 2008 at 3:00 PM, Roy Wood [EMAIL PROTECTED] wrote: +1 for all three Roy A. Wood, Jr. WebSphere Development -

Re: [Axis2][VOTE] Axis2 1.4 FINAL

2008-04-24 Thread Nandana Mihindukulasooriya
+1 thanks, nandana On Thu, Apr 24, 2008 at 10:09 PM, Davanum Srinivas [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Folks, After all the excitement of the past few days :) We almost forgot the release Please review:

Re: Rampart 1.4 for Axis2 1.4

2008-05-05 Thread Nandana Mihindukulasooriya
Hi, Please do the testing with Rampart RC2 which can be found here. [1] - http://people.apache.org/~nandana/rampart-1.4/RC2/http://people.apache.org/%7Enandana/rampart-1.4/RC2/ it depends on the Axis2 1.4 release. thanks, nandana On Mon, May 5, 2008 at 4:27 PM, Stefan Lischke [EMAIL

Re: Estimated Complexity field in Jira

2008-05-06 Thread Nandana Mihindukulasooriya
+1, will help more people to contribute to Axis2. thanks, nandana On Wed, May 7, 2008 at 9:29 AM, Davanum Srinivas [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 s/James Gosling/Deepal/g and we are all set :) +1 from me. - -- dims keith chapman wrote: | +1,

[AXIS2] Error extracting the policies from the Fault Messages

2008-05-07 Thread Nandana Mihindukulasooriya
Hi, When we get the effective policy from a message, it tries to calculate the effective policy as given below. AxisBindingMessage bindingMessage = (AxisBindingMessage) getProperty(Constants.AXIS_BINDING_MESSAGE); if (bindingMessage != null) { return

Re: Rampart 1.4 for Axis2 1.4

2008-05-21 Thread Nandana Mihindukulasooriya
Hi Plamena, On Wed, May 14, 2008 at 6:54 PM, Plamena Chongova [EMAIL PROTECTED] wrote: Hi all, I have tested the samples of RC2 and I have encountered a problem in sample 05. The response is: Can you try replacing the openSAML jar with this jar [1]. There is a known issue which causes this

Re: Re: Rampart 1.4 for Axis2 1.4

2008-05-21 Thread Nandana Mihindukulasooriya
Hi Holger, i didn't try the smaples but get the same error. See http://markmail.org/message/qxzaqknirrm2mt6p?q=list:org%2Eapache%2Ews%2Eaxis-user+uhlitzschpage=1. I looks like rampart doesn't find the policy data. Can you please post how you configured security ? thanks, nandana

Re: Rampart Deployment

2008-06-02 Thread Nandana Mihindukulasooriya
Hi, Can you post the console output and the server logs ? thanks, nandana On Mon, Jun 2, 2008 at 3:10 PM, Fatima Shabbir [EMAIL PROTECTED] wrote: Hi I am trying to deploy rampart v1.3. it successfully runs the build file and copies all the libraries and the .mar files in the relevant

Re: Rampart Deployment

2008-06-02 Thread Nandana Mihindukulasooriya
file and set the correct path accordingly. When i point my browser to http://localhost:8080/axis2/ and go to the available modules link in the admin page, it shows these as faulty modules. Thanks On Mon, Jun 2, 2008 at 1:55 PM, Nandana Mihindukulasooriya [EMAIL PROTECTED] wrote: Hi

[ANN] Apache Rampart 1.4 released

2008-06-12 Thread Nandana Mihindukulasooriya
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is the 1.4 release of Apache Rampart. Apache Rampart 1.4 is a toolkit that provides implementations of the WS-Sec* specifications for Apache Axis2 1.4, based on Apache WSS4J 1.5.4 and the Apache AXIOM-DOOM 1.2.7 implementations. You can

Re: Extensions to Axis2/Java deployment engine

2008-06-15 Thread Nandana Mihindukulasooriya
can be bundled in the module itself. Can this be solved by OSGi ? ( With the very little knowledge OGSi bundle classpath resolution and bundle wiring , I couldn't figure out how to do this :( ) thanks, nandana -- Nandana Mihindukulasooriya WSO2 inc. http://nandana83.blogspot.com/

Re: Extensions to Axis2/Java deployment engine

2008-06-15 Thread Nandana Mihindukulasooriya
be bundled with the Rampart mar. Password callback class only need to be available on the service class loader. And WSS4J has nothing to do with policies and it doesn't register any builders using Sun SPI. thanks, nandana -- Nandana Mihindukulasooriya WSO2 inc. http://nandana83.blogspot.com/

Security hole in Axis2 1.4 + Rampart 1.4

2008-06-30 Thread Nandana Mihindukulasooriya
Hi, There are few issues with Axis2 1.4 / Rampart 1.4 with the new policy configuration. The new policy configuration which allows us to apply policies to binding hierarchy is a great feature when in comes to ws security policy configuration. It allows security policies to be attached to the

Re: Security hole in Axis2 1.4 + Rampart 1.4

2008-07-07 Thread Nandana Mihindukulasooriya
will apply for both format of service URLs. Hence +1 for fixing that issue and do 1.4.1 release. Thanks, Sanka On Mon, Jun 30, 2008 at 8:59 PM, Nandana Mihindukulasooriya [EMAIL PROTECTED] wrote: Hi, There are few issues with Axis2 1.4 / Rampart 1.4 with the new policy

Re: [Axis2][1.4.1] Nandana as Release Manager (Re: Security hole in Axis2 1.4 + Rampart 1.4)

2008-07-07 Thread Nandana Mihindukulasooriya
think we need to fix any possible other critical issues as well. | eg. https://issues.apache.org/jira/browse/AXIS2-3870 | This is a memory leak and we need to fix this. | | thanks, | Amila. | | | | | thanks, | dims | | On Mon, Jul 7, 2008 at 6:50 AM, Nandana Mihindukulasooriya | [EMAIL

Re: [Axis2][1.4.1] Nandana as Release Manager (Re: Security hole in Axis2 1.4 + Rampart 1.4)

2008-07-09 Thread Nandana Mihindukulasooriya
| | | | On Mon, Jul 7, 2008 at 6:50 AM, Nandana Mihindukulasooriya | | [EMAIL PROTECTED] wrote: | | I would like to volunteer to be the release manager for Axis2 1.4.1. | | | | I think we can fix the critical issues in the 1.4 branch (or a 1.4.1 | | branch | | ) and do the 1.4.1 release. I

Re: [AXIS2][1.4.1] Including AXIS2-3908

2008-07-15 Thread Nandana Mihindukulasooriya
On Tue, Jul 15, 2008 at 7:29 PM, Glen Daniels [EMAIL PROTECTED] wrote: Dustin Amrhein wrote: I need to get the fix committed for AXIS2-3908 pushed back into the 1.4.1 release. Is it okay to merge changes to the 1.4 branch? If not, how should I go about this? This seems reasonable to me,

Re: [Axis2][1.4.1]: Remove servlet-api-2.3.jar from axis2.war

2008-07-15 Thread Nandana Mihindukulasooriya
+1 thanks, nandana On Tue, Jul 15, 2008 at 7:55 PM, [EMAIL PROTECTED] wrote: +1 -- Sai [EMAIL PROTECTED] -Original Message- From: Glen Daniels [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2008 9:52 AM To: axis-dev@ws.apache.org Subject: Re: [Axis2][1.4.1]: Remove

[Axis2][1.4.1] Release plan for Axis2 1.4.1

2008-07-16 Thread Nandana Mihindukulasooriya
Hi, We will be doing the Axis2 1.4.1 release on Axis2 1.4 branch [1] and according to the mailing list and JIRA, following issues are requested to be fixed in Axis2 1.4.1 release. Fixed in the trunk https://issues.apache.org/jira/browse/AXIS2-3914 - Remove servlet-api-2.3.jar from axis2.war

Re: [Axis2][1.4.1] Release plan for Axis2 1.4.1

2008-07-16 Thread Nandana Mihindukulasooriya
Please make sure all changes go into trunk as well! Sure, will do. thanks, nandana thanks, dims Nandana Mihindukulasooriya wrote: | Hi, |We will be doing the Axis2 1.4.1 release on Axis2 1.4 branch [1] and | according to the mailing list and JIRA, following issues are requested

[Axis2][1.4.1] Version of the artifacts of RC for Axis2 1.4.1

2008-07-24 Thread Nandana Mihindukulasooriya
Hi Devs, I have a question on what should be the version of the artifacts of the RC specifically modules. So it seems module versions has to have a floating point number as we discussed here [1]. So what should be the version of the artifacts of the RC ? thanks, nandana [1] -

[Axis2][1.4.1] RC for Axis2 1.4.1

2008-07-25 Thread Nandana Mihindukulasooriya
Hi Devs, RC for Axis2 1.4.1 can be downloaded here : http://people.apache.org/~nandana/axis2-1.4.1/RC1/dist/ This RC contains the fixes for issues listed here: http://issues.apache.org/jira/browse/AXIS2/fixforversion/12313298 Online maven repo is here:

Re: Setting the ID of an element

2008-07-27 Thread Nandana Mihindukulasooriya
At the moment, you can't control the ids generated by Rampart. thanks, nandana On Fri, Jul 25, 2008 at 11:32 PM, Dini Omar [EMAIL PROTECTED] wrote: Hi all, I would like to be able to set the Id of the Body element to MsgBody. This is currently being generated as a random number but i would

Re: [jira] Created: (AXIS2-3968) Fails to build Axis2-1.4.1 from source distribution

2008-08-07 Thread Nandana Mihindukulasooriya
-1.4.1 (Release candidate-2008-08-07), jdk15, maven2.0.8 Reporter: Charitha Kankanamge Assignee: Nandana Mihindukulasooriya Priority: Blocker I couldnot build Axis2-1.4.1 from source distro. See the following output. Downloading: http

Re: Axis2 Build error

2008-08-07 Thread Nandana Mihindukulasooriya
Hi Devs, I also faced the same error and seems the root cause of the problem is activemq-console:jar:5.0.0 release have a dependency to SNAPSHOT version [1] of xbean-spring.jar which seems to be not available. ActiveMQ is only used in integration tests and we have ActiveMQ 5.1.0 on maven

[Axis2][VOTE] Axis2 1.4.1 release

2008-08-08 Thread Nandana Mihindukulasooriya
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Devs, ~Axis2 1.4.1 is ready for the vote. Please review: http://people.apache.org/~nandana/axis2-1.4.1/FINAL/dist/zips Maven2 repository: http://people.apache.org/~nandana/axis2-1.4.1/FINAL/m2-repo/ SVN Info:

Re: [Axis2][VOTE] Axis2 1.4.1 release

2008-08-09 Thread Nandana Mihindukulasooriya
@ build (@TODAY@). This is ok in the bin release. Thanks, Keith. On Fri, Aug 8, 2008 at 8:10 PM, Nandana Mihindukulasooriya [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Devs, ~Axis2 1.4.1 is ready for the vote. Please review: http

[Axis2][VOTE] Axis2 1.4.1 - Take #2

2008-08-09 Thread Nandana Mihindukulasooriya
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Devs, ~As Kieth pointed out, there was an issue in the war distribution and I am calling a fresh vote again after fixing it. Please review: http://people.apache.org/~nandana/axis2-1.4.1/FINAL/dist/zips Maven2 repository:

Re: Axis2 Build error

2008-08-11 Thread Nandana Mihindukulasooriya
. Is there anything I could do with Axis2 ver 1.4 (maybe with build files) to get it to build properly? Thanks, Vidura On Fri, Aug 8, 2008 at 1:35 PM, Amila Suriarachchi [EMAIL PROTECTED] wrote: On Fri, Aug 8, 2008 at 8:53 AM, Nandana Mihindukulasooriya [EMAIL PROTECTED] wrote: Hi Devs, I

Re: [Axis2][VOTE] Axis2 1.4.1 - Take #2

2008-08-11 Thread Nandana Mihindukulasooriya
for antlr.jar, geronimo-java-mail.jar, geronimo-activation.jar, On Sun, Aug 10, 2008 at 12:39 AM, Nandana Mihindukulasooriya [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Devs, ~As Kieth pointed out, there was an issue in the war distribution and I am calling

Re: Axis 1.4 Java Attribute is change to lower case in WSDL

2008-08-18 Thread Nandana Mihindukulasooriya
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nandana Mihindukulasooriya WSO2 inc. http://nandana83.blogspot.com/ http://www.wso2.org

[Axis2][VOTE] Axis2 1.4.1 - Take #3

2008-08-19 Thread Nandana Mihindukulasooriya
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Devs, Please review: http://people.apache.org/~nandana/axis2-1.4.1/dist Maven2 repository: http://people.apache.org/~nandana/axis2-1.4.1/m2-repo/ SVN Info: https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_4 (Revision: 684402)

Re: How to solve the Must Understand check failed for header error

2008-08-19 Thread Nandana Mihindukulasooriya
-for-header%22-error-tp19045721p19045721.html Sent from the Axis - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nandana Mihindukulasooriya

Re: [Axis2][VOTE] Axis2 1.4.1 - Take #3

2008-08-20 Thread Nandana Mihindukulasooriya
to the inclusion of documentation.. thanks, Thilina [1] http://wiki.apache.org/ws/FrontPage/Axis2/releases/1.1/release_artifacts On Wed, Aug 20, 2008 at 4:46 AM, Michele Mazzucco [EMAIL PROTECTED] wrote: +1 for me. Michele On 19 Aug 2008, at 07:28, Nandana

Re: [Axis2][VOTE] Axis2 1.4.1 - Take #3

2008-08-21 Thread Nandana Mihindukulasooriya
2008, at 07:28, Nandana Mihindukulasooriya wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Devs, Please review: http://people.apache.org/~nandana/axis2-1.4.1/disthttp://people.apache.org/%7Enandana/axis2-1.4.1/dist Maven2 repository: http://people.apache.org/~nandana/axis2-1.4.1

Re: [Axis2][VOTE] Axis2 1.4.1 - Take #3

2008-08-21 Thread Nandana Mihindukulasooriya
.. thanks, Thilina [1] http://wiki.apache.org/ws/FrontPage/Axis2/releases/1.1/release_artifacts On Wed, Aug 20, 2008 at 4:46 AM, Michele Mazzucco [EMAIL PROTECTED] wrote: +1 for me. Michele On 19 Aug 2008, at 07:28, Nandana Mihindukulasooriya wrote: -BEGIN PGP SIGNED MESSAGE

[Axis2][VOTE] Axis2 1.4.1 - Take #4

2008-08-21 Thread Nandana Mihindukulasooriya
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am calling fresh a vote again for Axis2 1.4.1 and only the source distribution is changed. Only change is removing some binaries that were accidentally included. New source distribution can be found here. Please review.

Re: [Axis2][VOTE] Axis2 1.4.1 - Take #4

2008-08-21 Thread Nandana Mihindukulasooriya
Hi, Thanks for the feedback. Charitha checked the source distribution and he came across these two issues which are reported in the JIRA [1]. We solved the second issue and as we have a work around [2] for the first issue , we didn't fix it in 1.4.1. We decided to use the 1_4 branch instead

[ANN] Apache Axis2 1.4.1 Released

2008-08-25 Thread Nandana Mihindukulasooriya
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Axis2 team is proud to announce the release of Apache Axis2 version 1.4.1. Apache Axis2 1.4.1 fixes a security vulnerability present in Apache Axis2 1.4 policy processing. Downloads are available at: http://ws.apache.org/axis2/download.cgi The

Re: Online java docs for 1.4.1 [Was:Re: [Axis2] Online Java docs for 1.4 release is missing...

2008-08-25 Thread Nandana Mihindukulasooriya
://people.apache.org/%7Esamisa/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Thilina Gunarathne - http://thilinag.blogspot.com -- Nandana Mihindukulasooriya WSO2 inc

Re: Duplicate jars in war?

2008-08-27 Thread Nandana Mihindukulasooriya
commands, e-mail: [EMAIL PROTECTED] -- With Mettha, Eran Chinthaka Health is the greatest gift; contentment is the greatest wealth; trusting is the best relationship; nirvana is the highest joy. - Dhammapada -- Nandana

Re: [Axis2] Archiving previous releases

2008-08-27 Thread Nandana Mihindukulasooriya
Hi Deepal, Why haven't you archived previous releases before Axis2 1.1.1 release. Hmm ,as I remember correct archiving is automatically happen and you do not need to do anything. But one thing we should do is when we do a release we need to update the web site correctly. As you have mentioned

Re: [Axis2] Archiving previous releases

2008-09-02 Thread Nandana Mihindukulasooriya
Hi Devs, Updated the site to point to archives. Now do we have to delete previous releases from /www/www.apache.org/dist/ws/axis2 ? thanks, nandana On Wed, Aug 27, 2008 at 9:18 PM, Eran Chinthaka [EMAIL PROTECTED]wrote: Ok, sorry I didn't know that. I can remember me copying that

Re: Maven repository for rampart snapshot builds

2008-09-16 Thread Nandana Mihindukulasooriya
at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nandana Mihindukulasooriya WSO2 inc. http://nandana83.blogspot.com/ http://www.wso2.org

Re: MTOM, WS-MTOMPolicy and MTOM configuration extension

2008-09-21 Thread Nandana Mihindukulasooriya
. Is there any willing/steps into the community to support this in the near future. Regards, Dobri -- Thilina Gunarathne - http://thilinag.blogspot.com -- Nandana Mihindukulasooriya WSO2 inc. http://nandana83.blogspot.com/ http://www.wso2.org

Re: [VOTE] Andreas Veithen as a WS committer

2008-09-22 Thread Nandana Mihindukulasooriya
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nandana Mihindukulasooriya WSO2 inc. http://nandana83.blogspot.com/ http://www.wso2.org

Re: MTOM, WS-MTOMPolicy and MTOM configuration extension

2008-09-25 Thread Nandana Mihindukulasooriya
this in the near future. Regards, Dobri -- Thilina Gunarathne - http://thilinag.blogspot.com http://www.wso2.org -- Nandana Mihindukulasooriya WSO2 inc. http://nandana83.blogspot.com/ http://www.wso2.org

Re: WSS4J 1.5.4 Encryption Performance Question

2008-10-16 Thread Nandana Mihindukulasooriya
Hi Shawn, I think performance graphs of Rampart2 was quite good compared to Rampart/WSS4J/Xmlsec and IFAIK, all the four scenarios you tested are possible with Rampart2 at the moment and the configuration is almost similar to Apache Rampart. One thing you can do is to run the benchmark

Re: [Axis2] bad import (Re: svn commit: r706306 - in /webservices/axis2/trunk/java/modules/mtompolicy-mar/src/org/apache/axis2/mtompolicy: MTOMPolicy.java Utils.java)

2008-10-20 Thread Nandana Mihindukulasooriya
Dims, My bad and thank for pointing out. Fixed. thanks, nandana On Mon, Oct 20, 2008 at 8:34 PM, Davanum Srinivas [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nandana, Please review before commit :) import com.sun.corba.se.impl.javax.rmi.CORBA.Util; - --

Re: Problem to retrieve the effective policy from MessageContext when we have wsp:PolicyAttachment/ into the services.xml

2008-10-30 Thread Nandana Mihindukulasooriya
how should I get the policy attached at the binding level in my handler? Thank you in advance, Dobri -- Nandana Mihindukulasooriya WSO2 inc. http://nandana83.blogspot.com/ http://www.wso2.org

Re: Is automatic module engagement supported?

2008-11-11 Thread Nandana Mihindukulasooriya
Hi Detelin, applyPolicy(..) method is used in code generated stubs. If you look at the constructor you can see _service.applyPolicy() which recursively calls the child descriptions. So automatic module engagement works in the client side as mentioned here [1]. But doesn't see this being

Re: problem with creating axis2.war from source

2008-11-17 Thread Nandana Mihindukulasooriya
Hi Nafran, It seems that web app copies the modules (addressing, etc. ) from the target folder of axis2 modules. Do a maven build at the root level and those modules will be available. thanks, nandana On Mon, Nov 17, 2008 at 6:25 PM, nafran shiraz [EMAIL PROTECTED] wrote: Hi,I

Re: Re Fix to jira axis2-4114

2008-11-17 Thread Nandana Mihindukulasooriya
Mary, Yes, I applied the patch [1] and resolved the issue and it is in the trunk. It seems we need to include some null checks in to the problematic operation. thanks, nandana [1] -

Re: [axis2] How to build with axis2-SNAPSHOT.jar

2008-11-17 Thread Nandana Mihindukulasooriya
Also are all the commits mailed to this list? I tried the wiki, but the commit info there seems to have stopped after June 2008.[EMAIL PROTECTED] Commit messages are posted to [EMAIL PROTECTED] [1] thanks, nandana [1] - http://markmail.org/search/list:org.apache.ws.axis-cvs -- Nandana

Re: Axis2 1.4.1 axis2-1.4.1-bin.zip and axis2-1.4.1-war.zip have different versions for MARs and AARs which are not correct

2008-11-21 Thread Nandana Mihindukulasooriya
-1.41.mar mex-1.41.marShould be mex-1.4.1.mar in both places scripting-1.41.mar scripting-1.41.mar Should be scripting-1.4.1.mar in both places I suppose that this is a bug. Regards, Dobri -- Nandana Mihindukulasooriya WSO2 inc

Re: [ANNOUNCE] Axis2 1.5 beta-1 is out and ready for testing!

2008-12-17 Thread Nandana Mihindukulasooriya
Hi Jose, Can u please try building the axis2-mar-maven-plugin module under /modules/tool/axis2-mar-maven-plugin first and then try building at the root level. There seems to have a cyclic dependency. Once the artifacts are in the maven repo this problem will solved. thanks, nandana On Thu,

Re: axis2 1.4.1 and Rampart 1.4 issue

2009-02-02 Thread Nandana Mihindukulasooriya
Did you copy rampart and all the dependency jars to lib directory ? thanks, nandana On Tue, Feb 3, 2009 at 4:26 AM, Iyengar, Kumar kumar_iyen...@bmc.comwrote: Hi all, I was trying to setup UsernameToken with Axis2 1.4.1 and Rampart 1.4 and get the following error below. I checked and

Re: [Vote] Dobri Kitipov as a committer

2009-02-10 Thread Nandana Mihindukulasooriya
Big +1 thanks, nandana On 2/10/09, Amila Suriarachchi amilasuriarach...@gmail.com wrote: hi all, Dobri Kitipov has been active in the axis2 dev[1] and rampart dev [2] recent time and he has submit patches for various issues. So I would like to propose him as a committer and here is my +1.

Re: [Axis2] Axis2 1.5 release

2009-03-13 Thread Nandana Mihindukulasooriya
I can host a build from the trunk which can be used for testing with Axis2 1.5 but it won't be a RC. I am planning to work on some issues in Rampart but they are not that affected by changes in Axis2. So policy / dispatching related issues, we can test that build against Axis2 1.5. I will host a

Re: [Axis2] Axis2 1.5 release

2009-03-19 Thread Nandana Mihindukulasooriya
Hi Dennis, Rampart SNAPSHOTs can be downloaded from here for testing. http://builder.wso2.org/browse/RAMPART-NIGHTLY/latest/artifact thanks, Nandana On Fri, Mar 13, 2009 at 8:04 PM, Nandana Mihindukulasooriya nandana@gmail.com wrote: I can host a build from the trunk which can

Re: MTOM Policy in Axis2 1.5

2009-04-17 Thread Nandana Mihindukulasooriya
Hi Dobri, Sorry I was on vacation, just noticed the mail. It seems we have some improvements in the trunk which are not there in the 1.5 branch. I created an issue and attached the patch that is needed to bring those improvements to Axis2 1.5 branch.But as this is the last minute change, I

Re: [Axis2] 1.5 branch build failure

2009-04-21 Thread Nandana Mihindukulasooriya
First build the following modules and then try to build at the root level. modules/tool/axis2-mar-maven-plugin modules/tool/axis2-aar-maven-plugin thanks, Nandana On Tue, Apr 21, 2009 at 11:50 AM, Dennis Sosnoski d...@sosnoski.com wrote: I'm trying to build from the 1.5 branch ('mvn clean

Re: MTOM Policy in Axis2 1.5

2009-04-22 Thread Nandana Mihindukulasooriya
. As such, please do go ahead and apply your fixes to the branch if you're confident they're solid. I was hoping to roll out another RC today but it looks like it might be Monday. Thanks, --Glen Nandana Mihindukulasooriya wrote: Hi Dobri, Sorry I was on vacation, just noticed

Setting client properties in JAX-WS

2009-05-05 Thread Nandana Mihindukulasooriya
Hi Devs, I need to need to set some implementation specific properties which should be available in both outbound message and inbound message. These properties should be should be available for Axis2 handlers in both out path and in path. I tried setting the property in the RequestContext and

Re: [VOTE] Release Axis2 1.5

2009-05-19 Thread Nandana Mihindukulasooriya
+1 Thanks, Nandana On Sun, May 17, 2009 at 10:16 PM, Glen Daniels g...@thoughtcraft.comwrote: 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. You

Re: [Axis2] Rampart performance - always expands OM?

2009-06-13 Thread Nandana Mihindukulasooriya
you! http://blogs.deepal.org http://deepal.org -- Nandana Mihindukulasooriya WSO2 inc. http://nandana83.blogspot.com/ http://www.wso2.org

Re: [Axis2] Authenticating a WCF client to a Java Axis web service

2009-06-28 Thread Nandana Mihindukulasooriya
as the authentication succeeds. If any of you have any sample implementation or some pointers related to this issue, please do let me know. Thanks to all in advance for their help. Regards Prahalad -- Nandana Mihindukulasooriya WSO2 inc. http://nandana83.blogspot.com/ http://www.wso2.org

Re: [Vote] Charith Dhanushka Wickramarachchi as a commiter

2009-07-21 Thread Nandana Mihindukulasooriya
+1 for Charith thanks, Nandana On Mon, Jul 20, 2009 at 3:43 PM, Amila Suriarachchi amilasuriarach...@gmail.com wrote: hi, Charith is currently active in SMS transport module for ws commons transport and he has done a lot of contributions for both Axis2 and ws commons project in addition

Re: [Axis2] Is Axis2 dying?

2009-07-24 Thread Nandana Mihindukulasooriya
On Thu, Jul 23, 2009 at 10:19 PM, Dennis Sosnoski d...@sosnoski.com wrote: Glen Daniels wrote: Hi Dennis: Dennis Sosnoski wrote: Whether officially led by WSO2 or not, certainly most of the direction of the project has come from people associated with WSO2 and/or the Sri Lanka

Re: Please help me to debug RAMPART issue

2009-07-31 Thread Nandana Mihindukulasooriya
Hi Chinmoy, If you comment out this part, the out going Fault messages will not be secured. Segment of the module.xml you have attached is the one which places Rampart handlers in the Out Fault Flow. It will not effect the normal flow. I didn't see any active development in parameter

Re: Please help me to debug RAMPART issue

2009-08-02 Thread Nandana Mihindukulasooriya
of module.xml? Chinmoy On Sat, Aug 1, 2009 at 8:19 AM, Nandana Mihindukulasooriya nandana@gmail.com wrote: Hi Chinmoy, If you comment out this part, the out going Fault messages will not be secured. Segment of the module.xml you have attached is the one which places Rampart handlers

[ANNOUNCE] Rampart1.5 Release Candidate ready for testing

2009-09-02 Thread Nandana Mihindukulasooriya
Hi All, Apache Rampart 1.5 (Rampart version for Axis2 1.5) Release Candidate is available here. http://people.apache.org/~nandana/rampart-1.5/RC1/dist/ And the M2 repository can be found here. http://people.apache.org/~nandana/rampart-1.5/RC1/m2_repo/ Please test and report any issues you

Re: Issues with Rampart

2009-09-03 Thread Nandana Mihindukulasooriya
Hi Eran, Thanks for pointing out. I fixed the stuff mentioned in the mail. I will go through the two web sites again to see whether I have missed anything. On Thu, Sep 3, 2009 at 6:20 PM, Eran Chinthaka eran.chinth...@gmail.comwrote:. 1. Almost all the links within Axis2 web site to rampart

Re: [VOTE] [axis2] Release Axis2 1.5.1 (take 2)

2009-10-07 Thread Nandana Mihindukulasooriya
+1 regards, Nandana On Wed, Oct 7, 2009 at 5:17 PM, Amila Suriarachchi amilasuriarach...@gmail.com wrote: +1, for release. lets finish with 1.5 :) Regarding your change, I think same thing can be done with the existing code in the trunk or earlier code in the branch by setting a

Re: [axis2] Status on Axis2 1.5.1 and Rampart 1.5

2009-10-12 Thread Nandana Mihindukulasooriya
Hi Glen Nandana/all, can you check what I did in Rampart and let me know if you foresee any problems with it? I'm going to respin Axis2 1.5.1 with this and one other fix, and we should respin Rampart 1.5 as well. +1 for re-spining both Axis2 1.5.1 and Rampart 1.5. I checked the change in

Re: Configuring Username token and Timestamps ,Signatures in axis2.xml and service.xml

2009-10-20 Thread Nandana Mihindukulasooriya
Hi Siva, This policy [1] will suit you requirements. This is one of the policies we used for Microsoft interops. But to modify this policy to suit your exact requirements, you need to provide some more information. 1.) Does both client and the server have their own public-private key pairs

Re: When is Rampart 1.5 likely to be available?

2009-11-16 Thread Nandana Mihindukulasooriya
Hi Dave, Rampart org.apache.rampart:rampart-integration module has a dependency to org.apache.axis2:axis2-transport-tcp module from commons transport and we are waiting for transports 1.0 release [1] which will happen soon. I will call the vote as soon as transports 1.0 is out. thanks,

Re: Problem while configuring keystore file.

2009-11-24 Thread Nandana Mihindukulasooriya
Hi Siva, According to your error, it seems that Rampart can't find the key for the alias you defined in Rampart configuration. It seems you are using parameter based security, can you share the outFlowSecurity parameter of your client. regards, Nandana On Tue, Nov 24, 2009 at 8:23 AM,

Re: [Axis2Rampart] anyone know the release plan about Rampart 1.5?

2009-12-23 Thread Nandana Mihindukulasooriya
Hi Aihua, I am planning to call the vote for Rampart 1.5 around 26th of December. If everything goes well, it will be released 3 days after that. regards, Nandana On Wed, Dec 23, 2009 at 3:41 AM, Su AiHua diasy_fri...@yahoo.com.cn wrote: All: Anyone know the release plan of Apache

Re: [Axis2Rampart] anyone know the release plan about Rampart 1.5?

2010-01-04 Thread Nandana Mihindukulasooriya
Hi Mark, I temporary uploaded the files [1], but I still have to run all the samples and do the final checks. I will call the vote as soon as these finals checks are done. thanks, Nandana [1] - http://people.apache.org/~nandana/rampart-1.5/dist/ On Mon, Jan 4, 2010 at 12:25 PM, macima

Re: [Axis2Rampart] anyone know the release plan about Rampart 1.5?

2010-01-21 Thread Nandana Mihindukulasooriya
Hi Mark, I don't think the packs will go through any or significant changes. And I called the vote today [1] and if everything goes well, we will be able to release it after 3 days. And this is about the voting process [2], if want to know about it. thanks, Nandana [1] -

[ANN] Apache Rampart 1.5 Released

2010-02-02 Thread Nandana Mihindukulasooriya
Apache Rampart team is pleased to announce the 1.5 release of Apache Rampart module. Apache Rampart is the the security module of Axis2 which provides implementations of the WS-Sec* specifications for Apache Axis2. Apache Rampart 1.5 release is compatible with Axis2 1.5 / 1.5.1 releases. Please

[jira] Created: (AXIS2-3561) Error extracting fault from SOAP envelope when body is encrypted

2008-03-03 Thread Nandana Mihindukulasooriya (JIRA)
: Bug Environment: Any Reporter: Nandana Mihindukulasooriya When the Body of the SOAP message is encrypted, AddressingInFaultHandler can't extract the SOAP fault from the body as it is still encrypted. Addressing phase is before the Security phase in the phase order

[jira] Updated: (AXIS2-3561) Error extracting fault from SOAP envelope when body is encrypted

2008-03-12 Thread Nandana Mihindukulasooriya (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandana Mihindukulasooriya updated AXIS2-3561: -- Fix Version/s: 1.4 Error extracting fault from SOAP envelope when

[jira] Commented: (AXIS2-3561) Error extracting fault from SOAP envelope when body is encrypted

2008-03-14 Thread Nandana Mihindukulasooriya (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578730#action_12578730 ] Nandana Mihindukulasooriya commented on AXIS2-3561: --- Dims, We

[jira] Created: (AXIS2-3745) Rampart has dependancies to classes which was in mex-impl

2008-04-16 Thread Nandana Mihindukulasooriya (JIRA)
Components: modules Reporter: Nandana Mihindukulasooriya Priority: Blocker Fix For: 1.4 Rampart uses Axis2 mex impl for exchanging metadata related to WS - Trust endpoints . As Axis2 now embeds all the mex impl classes in Mex mar, those classes

  1   2   3   >