[Dev] Compilation erros on wso2-wss4j on GitHub

2014-02-02 Thread Sagara Gunathunga
Hi IS team,

When building wso2-wss4j project locally I'm getting following issues it's
look like we are missing some configurations when moving to GitHub. As we
are planning to complete kernel migration by tomorrow it would be great if
we can get some urgent helps from IS folks to resolve this issue.


[1] - https://github.com/wso2/wso2-wss4j

ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.1:compile
(default-compile) on project wss4j: Compilation failure: Compilation
failure:

[ERROR]
/Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[10,24]
EncryptionKey is internal proprietary API and may be removed in a future
release

[ERROR]

[ERROR]
/Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[11,33]
EncTicketPart is internal proprietary API and may be removed in a future
release

[ERROR]

[ERROR]
/Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[12,33]
Ticket is internal proprietary API and may be removed in a future release

[ERROR]

[ERROR]
/Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[13,40]
KeyUsage is internal proprietary API and may be removed in a future release

[ERROR]

[ERROR]
/Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[14,24]
DerInputStream is internal proprietary API and may be removed in a future
release

[ERROR]

[ERROR]
/Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[15,24]
DerValue is internal proprietary API and may be removed in a future release

[ERROR]

[ERROR]
/Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[50,2]
EncryptionKey is internal proprietary API and may be removed in a future
release

[ERROR]

[ERROR]
/Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[57,9]
EncryptionKey is internal proprietary API and may be removed in a future
release

[ERROR]

[ERROR]
/Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[58,2]
DerInputStream is internal proprietary API and may be removed in a future
release

[ERROR]

[ERROR]
/Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[58,36]
DerInputStream is internal proprietary API and may be removed in a future
release

[ERROR]

[ERROR]
/Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[59,2]
DerValue is internal proprietary API and may be removed in a future release

[ERROR]

[ERROR]
/Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[64,3]
DerValue is internal proprietary API and may be removed in a future release

[ERROR]

[ERROR]
/Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[66,19]
DerValue is internal proprietary API and may be removed in a future release


Thanks !

-- 
Sagara Gunathunga

Senior Technical Lead; WSO2, Inc.;  http://wso2.com
V.P Apache Web Services;http://ws.apache.org/
Linkedin; http://www.linkedin.com/in/ssagara
Blog ;  http://ssagara.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Compilation erros on wso2-wss4j on GitHub

2014-02-02 Thread Prabath Siriwardena
The reason could be KrbTicketDecoder is using Sun APIs. What is the
JDK you are using ?

Thanks & regards,
-Prabath

On Sun, Feb 2, 2014 at 6:11 PM, Sagara Gunathunga  wrote:
>
> Hi IS team,
>
> When building wso2-wss4j project locally I'm getting following issues it's
> look like we are missing some configurations when moving to GitHub. As we
> are planning to complete kernel migration by tomorrow it would be great if
> we can get some urgent helps from IS folks to resolve this issue.
>
>
> [1] - https://github.com/wso2/wso2-wss4j
>
> ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.1:compile (default-compile)
> on project wss4j: Compilation failure: Compilation failure:
>
> [ERROR]
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[10,24]
> EncryptionKey is internal proprietary API and may be removed in a future
> release
>
> [ERROR]
>
> [ERROR]
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[11,33]
> EncTicketPart is internal proprietary API and may be removed in a future
> release
>
> [ERROR]
>
> [ERROR]
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[12,33]
> Ticket is internal proprietary API and may be removed in a future release
>
> [ERROR]
>
> [ERROR]
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[13,40]
> KeyUsage is internal proprietary API and may be removed in a future release
>
> [ERROR]
>
> [ERROR]
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[14,24]
> DerInputStream is internal proprietary API and may be removed in a future
> release
>
> [ERROR]
>
> [ERROR]
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[15,24]
> DerValue is internal proprietary API and may be removed in a future release
>
> [ERROR]
>
> [ERROR]
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[50,2]
> EncryptionKey is internal proprietary API and may be removed in a future
> release
>
> [ERROR]
>
> [ERROR]
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[57,9]
> EncryptionKey is internal proprietary API and may be removed in a future
> release
>
> [ERROR]
>
> [ERROR]
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[58,2]
> DerInputStream is internal proprietary API and may be removed in a future
> release
>
> [ERROR]
>
> [ERROR]
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[58,36]
> DerInputStream is internal proprietary API and may be removed in a future
> release
>
> [ERROR]
>
> [ERROR]
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[59,2]
> DerValue is internal proprietary API and may be removed in a future release
>
> [ERROR]
>
> [ERROR]
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[64,3]
> DerValue is internal proprietary API and may be removed in a future release
>
> [ERROR]
>
> [ERROR]
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[66,19]
> DerValue is internal proprietary API and may be removed in a future release
>
>
> Thanks !
>
> --
> Sagara Gunathunga
>
> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
> V.P Apache Web Services;http://ws.apache.org/
> Linkedin; http://www.linkedin.com/in/ssagara
> Blog ;  http://ssagara.blogspot.com
>



-- 
Thanks & Regards,
Prabath

Twitter : @prabath
LinkedIn : http://www.linkedin.com/in/prabathsiriwardena

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://blog.api-security.org
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Compilation erros on wso2-wss4j on GitHub

2014-02-02 Thread Sagara Gunathunga
On Sun, Feb 2, 2014 at 6:22 PM, Prabath Siriwardena wrote:

> The reason could be KrbTicketDecoder is using Sun APIs. What is the
> JDK you are using ?
>

I have tested on following JDKs.

1. Oracle  JDK 1.6 on Mac
2. Oracle JDK 1.7 on both Mac and Ubuntu

BTW I don't get same issue running WSS4J turing module [1]  on same setup
that's why I'm suspecting this could be a configuration issue.


[1] -
https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/dependencies/wss4j/1.5.11-wso2v6

Thanks !

>
> Thanks & regards,
> -Prabath
>
> On Sun, Feb 2, 2014 at 6:11 PM, Sagara Gunathunga  wrote:
> >
> > Hi IS team,
> >
> > When building wso2-wss4j project locally I'm getting following issues
> it's
> > look like we are missing some configurations when moving to GitHub. As we
> > are planning to complete kernel migration by tomorrow it would be great
> if
> > we can get some urgent helps from IS folks to resolve this issue.
> >
> >
> > [1] - https://github.com/wso2/wso2-wss4j
> >
> > ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-compiler-plugin:2.1:compile
> (default-compile)
> > on project wss4j: Compilation failure: Compilation failure:
> >
> > [ERROR]
> >
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[10,24]
> > EncryptionKey is internal proprietary API and may be removed in a future
> > release
> >
> > [ERROR]
> >
> > [ERROR]
> >
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[11,33]
> > EncTicketPart is internal proprietary API and may be removed in a future
> > release
> >
> > [ERROR]
> >
> > [ERROR]
> >
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[12,33]
> > Ticket is internal proprietary API and may be removed in a future release
> >
> > [ERROR]
> >
> > [ERROR]
> >
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[13,40]
> > KeyUsage is internal proprietary API and may be removed in a future
> release
> >
> > [ERROR]
> >
> > [ERROR]
> >
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[14,24]
> > DerInputStream is internal proprietary API and may be removed in a future
> > release
> >
> > [ERROR]
> >
> > [ERROR]
> >
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[15,24]
> > DerValue is internal proprietary API and may be removed in a future
> release
> >
> > [ERROR]
> >
> > [ERROR]
> >
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[50,2]
> > EncryptionKey is internal proprietary API and may be removed in a future
> > release
> >
> > [ERROR]
> >
> > [ERROR]
> >
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[57,9]
> > EncryptionKey is internal proprietary API and may be removed in a future
> > release
> >
> > [ERROR]
> >
> > [ERROR]
> >
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[58,2]
> > DerInputStream is internal proprietary API and may be removed in a future
> > release
> >
> > [ERROR]
> >
> > [ERROR]
> >
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[58,36]
> > DerInputStream is internal proprietary API and may be removed in a future
> > release
> >
> > [ERROR]
> >
> > [ERROR]
> >
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[59,2]
> > DerValue is internal proprietary API and may be removed in a future
> release
> >
> > [ERROR]
> >
> > [ERROR]
> >
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[64,3]
> > DerValue is internal proprietary API and may be removed in a future
> release
> >
> > [ERROR]
> >
> > [ERROR]
> >
> /Users/sagara/dev/code/wso2/gitbub/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[66,19]
> > DerValue is internal proprietary API and may be removed in a future
> release
> >
> >
> > Thanks !
> >
> > --
> > Sagara Gunathunga
> >
> > Senior Technical Lead; WSO2, Inc.;  http://wso2.com
> > V.P Apache Web Services;http://ws.apache.org/
> > Linkedin; http://www.linkedin.com/in/ssagara
> > Blog ;  http://ssagara.blogspot.com
> >
>
>
>
> --
> Thanks & Regards,
> Prabath
>
> Twitter : @prabath
> LinkedIn : http://www.linkedin.com/in/prabathsiriwardena
>
> Mobile : +94 71 809 6732
>
> http://blog.facilelogin.com
> http://blog.api-security.org
>



-- 
Sagara Gunathunga

Senior Technical Lead; WSO2, Inc.;  http://wso2.com
V.P Apache Web Services;http://ws.apache

Re: [Dev] Pass JSON array through SOAP Request

2014-02-02 Thread Dushan Abeyruwan
Hi



On Fri, Jan 31, 2014 at 6:04 PM, Rasika Hettige  wrote:

> Hi,
>
> In AmazonS3 REST API, "PUT Bucket policy" method expects a dynamic JSON
> array to create bucket policies.
> Is it a best practice to send dynamic JSON array through SOAP request as
> below?
> Please note that the policies change from each other and does not have a
> fix
> nature.
>
> Please guide us, if the following way is not a good practice.
>
> http://schemas.xmlsoap.org/soap/envelope/
> "
> xmlns:urn="wso2.connector.amazons3.createbucketpolicy">
>
>
>   AKIAIGURZM7GJ7TRO6KQ
>
>
> asAX8CJoDKzeOd0Ve5dMCFk4STUFDRHkGX6m0CcY
>   PUT
>   application/json
>   imagesBucket5
>   true
>   http://s3.amazonaws.com/imagesBucket5
>   /?policy
>   {
>"Version":"2012-10-17",
>"Statement":[
>   {
>  "Sid":"Policy1",
>  "Effect":"Allow",
>  "Principal": {
>  "AWS": "*"},
>  "Action":["s3:GetObject"],
>  "Resource":"arn:aws:s3:::imagesBucket5/*",
>  "Condition":{
> "StringLike":{
>"aws:Referer":[
>   "http://www.example.com/*";,
>   "http://example.com/*";
>]
> }
>  }
>   }
>]
> }
>
> 
>


  No this is absolutely wrong, you can not send something like this its not
compliance to the RESTful protocol, I am not quite sure what you trying to
achieve by embedding JSON content inside SOAP ..if that's a RESTful API you
should absolutely need to have a clear idea on how RESTful API can be
called please refer

 please do study [1]

[1] http://docs.wso2.org/display/ESB480/JSON+Support

 and as Imesh mention you shoul call
http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTpolicy.htmlwithout
messing any SOAP with RESTful invocations.

>
>
>
> --
> View this message in context:
> http://wso2-oxygen-tank.10903.n7.nabble.com/Pass-JSON-array-through-SOAP-Request-tp91556.html
> Sent from the WSO2 Development mailing list archive at Nabble.com.
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>



-- 
Dushan Abeyruwan | Associate Tech Lead
Integration Technologies Team
PMC Member Apache Synpase
WSO2 Inc. http://wso2.com/
Blog:http://dushansview.blogspot.com/
Mobile:(0094)713942042
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Compilation erros on wso2-wss4j on GitHub

2014-02-02 Thread Eranda Sooriyabandara
Hi Sagara,
I was able to build it in my local machine, but I have seen some warnings
[1], [2] when building the code.

thanks
Eranda


[1].

[WARNING] File encoding has not been set, using platform encoding UTF-8,
i.e. build is platform dependent!
[WARNING] Error while parsing
/home/eranda/Desktop/wss4j/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/KerberosTokenPrincipal.java:
Can't use annotations when running in JDK 1.4 mode!
[WARNING] Error while parsing
/home/eranda/Desktop/wss4j/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/KerberosTokenPrincipal.java:
Can't use annotations when running in JDK 1.4 mode!
[WARNING] Error while parsing
/home/eranda/Desktop/wss4j/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/KerberosTokenPrincipal.java:
Can't use annotations when running in JDK 1.4 mode!
[WARNING] Error while parsing
/home/eranda/Desktop/wss4j/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbSessionCache.java:
Can't use generics unless running in JDK 1.5 mode!
[WARNING] Error while parsing
/home/eranda/Desktop/wss4j/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbSessionCache.java:
Can't use generics unless running in JDK 1.5 mode!
[WARNING] Error while parsing
/home/eranda/Desktop/wss4j/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbSessionCache.java:
Can't use generics unless running in JDK 1.5 mode!
[WARNING] Error while parsing
/home/eranda/Desktop/wss4j/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:
Can't use generics unless running in JDK 1.5 mode!
[WARNING] Error while parsing
/home/eranda/Desktop/wss4j/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:
Can't use generics unless running in JDK 1.5 mode!
[WARNING] Error while parsing
/home/eranda/Desktop/wss4j/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:
Can't use generics unless running in JDK 1.5 mode!
[WARNING] Error while parsing
/home/eranda/Desktop/wss4j/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/message/WSSecKerberosToken.java:
Can't use generics unless running in JDK 1.5 mode!
[WARNING] Error while parsing
/home/eranda/Desktop/wss4j/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/message/WSSecKerberosToken.java:
Can't use generics unless running in JDK 1.5 mode!
[WARNING] Error while parsing
/home/eranda/Desktop/wss4j/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/message/WSSecKerberosToken.java:
Can't use generics unless running in JDK 1.5 mode!
[WARNING] Error while parsing
/home/eranda/Desktop/wss4j/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/processor/KerberosTokenProcessor.java:
Can't use generics unless running in JDK 1.5 mode!
[WARNING] Error while parsing
/home/eranda/Desktop/wss4j/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/processor/KerberosTokenProcessor.java:
Can't use generics unless running in JDK 1.5 mode!
[WARNING] Error while parsing
/home/eranda/Desktop/wss4j/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/processor/KerberosTokenProcessor.java:
Can't use generics unless running in JDK 1.5 mode!
[WARNING] Error while parsing
/home/eranda/Desktop/wss4j/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/saml/SAML2Util.java:
Can't use generics unless running in JDK 1.5 mode!
[WARNING] Error while parsing
/home/eranda/Desktop/wss4j/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/saml/SAML2Util.java:
Can't use generics unless running in JDK 1.5 mode!
[WARNING] Error while parsing
/home/eranda/Desktop/wss4j/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/saml/SAML2Util.java:
Can't use generics unless running in JDK 1.5 mode!

[2].

[WARNING] File encoding has not been set, using platform encoding UTF-8,
i.e. build is platform dependent!
[INFO] Compiling 126 source files to
/home/eranda/Desktop/wss4j/wso2-wss4j/modules/wss4j/target/classes
[WARNING]
/home/eranda/Desktop/wss4j/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[10,24]
sun.security.krb5.EncryptionKey is Sun proprietary API and may be removed
in a future release

[WARNING]
/home/eranda/Desktop/wss4j/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[11,33]
sun.security.krb5.internal.EncTicketPart is Sun proprietary API and may be
removed in a future release

[WARNING]
/home/eranda/Desktop/wss4j/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[12,33]
sun.security.krb5.internal.Ticket is Sun proprietary API and may be removed
in a future release

[WARNING]
/home/eranda/Desktop/wss4j/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[13,40]
sun.security.krb5.internal.crypto.KeyUsage is Sun proprietary API and may
be removed in a future release

[WARNING]
/home/eranda/Desktop/wss4j/wso2-wss4j/modules/wss4j/src/org/apache/ws/security/kerberos/KrbTicketDecoder.java:[14,24]
sun.security.util.DerInputStream is Sun proprietary A

Re: [Dev] Parsing JSON as XML and handling exceptions

2014-02-02 Thread Dushan Abeyruwan
Hi


On Fri, Jan 31, 2014 at 7:56 PM, Rasika Hettige  wrote:

> Hi,
>
> Please find the below queries which are currently en-counted.
>
> 1. Java Connector - parsing JSON as XML
> We found the following method in the Twitter connector to parse JSON as
> XML:
> private static OMElement parseJsonToXml(String sb) throws JSONException,
> XMLStreamException,
>   IOException {
> OMElement elm = JsonBuilder.toXml(new
> ByteArrayInputStream(sb.getBytes()), false);
> return elm;
> }
>
> The JsonBuilder.toXml method seems to be deprecated. Is there an
> alternative
> for this?


  We did major refactoring to JSON by moving from Jettison to Staxon,
please refer org.apache.synapse.commons.json.JsonUtil under synapse commons.

>
> 2. To handle exceptions thrown within a Class mediator, we are using the
> following method as specified in Google Spreadsheets and Twitter ESB
> connectors:
> public static void storeErrorResponseStatus(MessageContext ctxt, Exception
> e) {
> ctxt.setProperty(SynapseConstants.ERROR_EXCEPTION, e);
> ctxt.setProperty(SynapseConstants.ERROR_MESSAGE, e.getMessage());
> }
>
> Is this type of error handling sufficient? Or do we need to have a fault
> sequence within each synapse template?
>

  throwing exception there is nothing to re-invent, look at simple inbuilt
mediators, such as Iterator, Payload etc.. see how exceptions are handled..

catch (AxisFault af) {
handleException("Error creating an iterated copy of the
message", af, synCtx);
}


/**
 * Perform an error log message to all logs @ ERROR. Writes to the
general log, the service log
 * and the trace log (of trace is on) and throws a SynapseException
 * @param msg the log message
 * @param e an Exception encountered
 * @param msgContext the message context
 */
protected void handleException(String msg, Exception e, MessageContext
msgContext) {
log.error(msg, e);
if (msgContext.getServiceLog() != null) {
msgContext.getServiceLog().error(msg, e);
}
if (shouldTrace(msgContext.getTracingState())) {
trace.error(msg, e);
}
throw new SynapseException(msg, e);
}

>
>
> Thanks & Regards
>
>
>
>
> --
> View this message in context:
> http://wso2-oxygen-tank.10903.n7.nabble.com/Parsing-JSON-as-XML-and-handling-exceptions-tp91557.html
> Sent from the WSO2 Development mailing list archive at Nabble.com.
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>



-- 
Dushan Abeyruwan | Associate Tech Lead
Integration Technologies Team
PMC Member Apache Synpase
WSO2 Inc. http://wso2.com/
Blog:http://dushansview.blogspot.com/
Mobile:(0094)713942042
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Parsing JSON as XML and handling exceptions

2014-02-02 Thread Ramindu Deshapriya
Dushan Abeyruwan wrote
>   We did major refactoring to JSON by moving from Jettison to Staxon,
> please refer org.apache.synapse.commons.json.JsonUtil under synapse
> commons.

Thanks Dushan, we will look in to this. 


Dushan Abeyruwan wrote
>   throwing exception there is nothing to re-invent, look at simple inbuilt
> mediators, such as Iterator, Payload etc.. see how exceptions are
> handled..
> 
> catch (AxisFault af) {
> handleException("Error creating an iterated copy of the
> message", af, synCtx);
> }
> 
> 
> /**
>  * Perform an error log message to all logs @ ERROR. Writes to the
> general log, the service log
>  * and the trace log (of trace is on) and throws a SynapseException
>  * @param msg the log message
>  * @param e an Exception encountered
>  * @param msgContext the message context
>  */
> protected void handleException(String msg, Exception e, MessageContext
> msgContext) {
> log.error(msg, e);
> if (msgContext.getServiceLog() != null) {
> msgContext.getServiceLog().error(msg, e);
> }
> if (shouldTrace(msgContext.getTracingState())) {
> trace.error(msg, e);
> }
> throw new SynapseException(msg, e);
> }

We used a fault mediator to capture ERROR_MESSAGE if it is stored, and threw
a soap fault if that is the case. Would this be sufficient? 

Thanks. 



--
View this message in context: 
http://wso2-oxygen-tank.10903.n7.nabble.com/Parsing-JSON-as-XML-and-handling-exceptions-tp91557p91614.html
Sent from the WSO2 Development mailing list archive at Nabble.com.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Developers += Sameera Medagammaddegedara

2014-02-02 Thread Sameera Medagammaddegedara
Thank You Everyone.


On Sat, Feb 1, 2014 at 6:05 AM, Nuwan Bandara  wrote:

> Hi All,
>
> Please welcome SameeraM as our newest addition to the WSO2 Commiters list.
> Sameera's contribution to WSO2 platform and product stack can be found at
> [1]. Your contribution is much valued and hope you will keep it up.
>
> [1] https://github.com/splinter?tab=activity
>
> --
>
>
>
> *Thanks & Regards, Nuwan BandaraTechnical Lead; **WSO2 Inc. *
> *lean . enterprise . middleware |  http://wso2.com  *
>
> *blog : http://nuwanbando.com ; email:
> nu...@wso2.com ; phone: +1 812 606 7390
> <%2B1%20812%20606%207390> *
> 
>



-- 
Sameera Medagammaddegedara
Software Engineer

Contact:
Email: samee...@wso2.com
Mobile: + 94 077 255 3005
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Developers += Sameera Medagammaddegedara

2014-02-02 Thread Pubudud Dissanayake
Congratulations Sameera !!


On Sun, Feb 2, 2014 at 10:24 PM, Sameera Medagammaddegedara <
samee...@wso2.com> wrote:

>
> Thank You Everyone.
>
>
> On Sat, Feb 1, 2014 at 6:05 AM, Nuwan Bandara  wrote:
>
>> Hi All,
>>
>> Please welcome SameeraM as our newest addition to the WSO2 Commiters
>> list. Sameera's contribution to WSO2 platform and product stack can be
>> found at [1]. Your contribution is much valued and hope you will keep it up.
>>
>> [1] https://github.com/splinter?tab=activity
>>
>> --
>>
>>
>>
>> *Thanks & Regards, Nuwan BandaraTechnical Lead; **WSO2 Inc. *
>> *lean . enterprise . middleware |  http://wso2.com  *
>>
>> *blog : http://nuwanbando.com ; email:
>> nu...@wso2.com ; phone: +1 812 606 7390
>> <%2B1%20812%20606%207390> *
>> 
>>
>
>
>
> --
> Sameera Medagammaddegedara
> Software Engineer
>
> Contact:
> Email: samee...@wso2.com
> Mobile: + 94 077 255 3005
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Pubudu Dissanayake*
 Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware
Mobile: 0775503304
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] SVN based dep synch not working as expected {ESBJAVA-2658}

2014-02-02 Thread Isuru Haththotuwa
Hi KasunG,

Sorry for being late to respond.

On Tue, Jan 28, 2014 at 2:07 PM, Kasun Gajasinghe  wrote:

>
>
>
> On Tue, Jan 28, 2014 at 1:07 PM, Jackie Wheeler  wrote:
>
>> I'm assuming that since we didn't test it on 4.8.0, it's not officially
>> supported, and therefore no docs are needed yet, correct?
>>
>>
>>
> We do support GIT, and therefore docs is a must IMO. The testing on GIT in
> ESB 4.8.0 was stopped since there were several bugs in there, and we've
> been recommending SVN at the time. GIT based depsync has not been given
> priority because of the alternatives at that time.
>

> @IsuruH, would you be able to provide the content for the docs?
>
However, we haven't tested it properly, and we did not release it with ESB
4.8.0. We need to test it properly, and make sure its production ready
before announcing that we support it, with the required docs IMHO. I was
able to fix the issue that was reported, but we need to test it properly
with a future release.

>
>
>
>>  On Mon, Jan 27, 2014 at 11:18 PM, Samuel Gnaniah wrote:
>>
>>> Hi Jackie,
>>>
>>> It's not on my radar.
>>>
>>> Dushan, could you tell me who I can contact to get content on this?
>>>
>>> Thanks,
>>> Sam
>>>
>>> *Samuel Gnaniah*
>>> Senior Technical Writer
>>>
>>> WSO2 (pvt.) Ltd.
>>> Colombo, Sri Lanka
>>> (+94) 773131798
>>>
>>>
>>> On Tue, Jan 28, 2014 at 10:38 AM, Jackie Wheeler wrote:
>>>
 Sam, is Git-based DepSync on your radar?

 Thanks,
 Jackie


 On Mon, Jan 27, 2014 at 8:56 PM, Dushan Abeyruwan wrote:

> But it does not have Git based Deployment Synchronizer.
>
>
> On Tue, Jan 28, 2014 at 10:22 AM, Jackie Wheeler wrote:
>
>> That link is to documentation for Carbon 4.0.3. The latest info on
>> Deployment Synchronizer is in the Clustering Guide:
>>
>>
>> http://docs.wso2.org/display/CLUSTER420/Introduction+to+Deployment+Synchronizer
>>
>>
>> On Mon, Jan 27, 2014 at 8:47 PM, Dushan Abeyruwan wrote:
>>
>>> Hi
>>>   $subject, any reason why this happens?  KasunG and I did test the
>>> behavior yesterday and somehow recent artifacts not checkout properly,
>>> currently subversion 1.7 installed in my workstation and SVN dep sych 
>>> only
>>> supports subversion 6 and we are assuming svnClient lib to behave 
>>> without
>>> issues but seems it does not, anyway now we are hit with blocker in W/M
>>> setup, where if you play around with QoS scenarios whole system getting
>>> crash so we need a solution for this faster.
>>> Meantime I got to know we are now recommending GIT base DepSynch
>>> and if so were we can find proper documentation I can't find anything 
>>> [1]
>>>
>>> [1]http://docs.wso2.org/display/Carbon403/WSO2+Carbon+Documentation
>>>
>>> FYI Evanthika and QA do you guys testing the Alpaha release with Git
>>> base depsych or SVN base deyp sych ?
>>>
>>> Cheers
>>> Dushan Abeyruwan | Associate Tech Lead
>>> Integration Technologies Team
>>> PMC Member Apache Synpase
>>> WSO2 Inc. http://wso2.com/
>>> Blog:http://dushansview.blogspot.com/
>>> Mobile:(0094)713942042
>>>
>>>
>>
>>
>> --
>> *Jackie Wheeler*
>> VP, Technical Content
>> WSO2, Inc.
>> Mobile: +1 510 725-2876
>> http://wso2.com/
>>
>
>
>
> --
> Dushan Abeyruwan | Associate Tech Lead
>  Integration Technologies Team
> PMC Member Apache Synpase
> WSO2 Inc. http://wso2.com/
> Blog:http://dushansview.blogspot.com/
> Mobile:(0094)713942042
>
>


 --
 *Jackie Wheeler*
 VP, Technical Content
 WSO2, Inc.
 Mobile: +1 510 725-2876
 http://wso2.com/

>>>
>>>
>>
>>
>> --
>> *Jackie Wheeler*
>> VP, Technical Content
>> WSO2, Inc.
>> Mobile: +1 510 725-2876
>> http://wso2.com/
>>
>
>
>
> --
> *Kasun Gajasinghe*
> Software Engineer;
> WSO2 Inc.; http://wso2.com
>
>
>  ,
> *email: *
> *kasung AT spamfree wso2.com    ** cell: **+94 (77)
> 678-0813 <%2B94%20%2877%29%20678-0813>*
> *linked-in: *http://lk.linkedin.com/in/gajasinghe
>
>
>
> *blog: **http://kasunbg.org* 
>
>
>
> *twitter: **http://twitter.com/kasunbg* 
>
>
>
>


-- 
Thanks and Regards,

Isuru H.
+94 716 358 048* *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [BAM] Problem with Archiving Cassandra Data

2014-02-02 Thread Chamila Wijayarathna
Hello all,
I'm writing data into cassandra column family in BAM using CEP Cassandra
output adapter.
I need to send old data in this column family to an archive as mentioned in
[1].
What should I use as stream name for this? In BAM management console it
doesn't show any event streams. I tried output event stream name I used in
CEP, but seems like BAM doesn't recognize it.
Also can I Archive data which are older like 4 hours or 6 hours? It seems
like BAM only support to archive data older than an integer number of days.

Thank You


1. http://docs.wso2.org/display/BAM240/Archive+Cassandra+Data
-- 
*Chamila Wijayarathna*
Engineering Intern,
WSO2 Inc.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Is there a way to access userStoreManager within jaggery code.

2014-02-02 Thread Pradeep Fernando
Hi,

I want to authenticate a user. Saw a 'carbon' module in jaggery. does it
support above. The java code would be,

userRealm.getUserStoreManager().authenticate(username, password)

I could not find similar operation in user.js/user-manager.js under carbon
module.

thanks,
--Pradeep
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] SVN based dep synch not working as expected {ESBJAVA-2658}

2014-02-02 Thread Jackie Wheeler
I agree that we shouldn't doc this if it's not working properly. Let's test
it thoroughly and officially release it and doc it in a future release.
Please be sure to create a RedMine issue for this if you haven't already
and assign it to the proper release.

Thanks,
Jackie


On Sun, Feb 2, 2014 at 9:18 AM, Isuru Haththotuwa  wrote:

> Hi KasunG,
>
> Sorry for being late to respond.
>
> On Tue, Jan 28, 2014 at 2:07 PM, Kasun Gajasinghe  wrote:
>
>>
>>
>>
>> On Tue, Jan 28, 2014 at 1:07 PM, Jackie Wheeler  wrote:
>>
>>> I'm assuming that since we didn't test it on 4.8.0, it's not officially
>>> supported, and therefore no docs are needed yet, correct?
>>>
>>>
>>>
>> We do support GIT, and therefore docs is a must IMO. The testing on GIT
>> in ESB 4.8.0 was stopped since there were several bugs in there, and we've
>> been recommending SVN at the time. GIT based depsync has not been given
>> priority because of the alternatives at that time.
>>
>
>> @IsuruH, would you be able to provide the content for the docs?
>>
> However, we haven't tested it properly, and we did not release it with ESB
> 4.8.0. We need to test it properly, and make sure its production ready
> before announcing that we support it, with the required docs IMHO. I was
> able to fix the issue that was reported, but we need to test it properly
> with a future release.
>
>>
>>
>>
>>>  On Mon, Jan 27, 2014 at 11:18 PM, Samuel Gnaniah wrote:
>>>
 Hi Jackie,

 It's not on my radar.

 Dushan, could you tell me who I can contact to get content on this?

 Thanks,
 Sam

 *Samuel Gnaniah*
 Senior Technical Writer

 WSO2 (pvt.) Ltd.
 Colombo, Sri Lanka
 (+94) 773131798


 On Tue, Jan 28, 2014 at 10:38 AM, Jackie Wheeler wrote:

> Sam, is Git-based DepSync on your radar?
>
> Thanks,
> Jackie
>
>
> On Mon, Jan 27, 2014 at 8:56 PM, Dushan Abeyruwan wrote:
>
>> But it does not have Git based Deployment Synchronizer.
>>
>>
>> On Tue, Jan 28, 2014 at 10:22 AM, Jackie Wheeler wrote:
>>
>>> That link is to documentation for Carbon 4.0.3. The latest info on
>>> Deployment Synchronizer is in the Clustering Guide:
>>>
>>>
>>> http://docs.wso2.org/display/CLUSTER420/Introduction+to+Deployment+Synchronizer
>>>
>>>
>>> On Mon, Jan 27, 2014 at 8:47 PM, Dushan Abeyruwan 
>>> wrote:
>>>
 Hi
   $subject, any reason why this happens?  KasunG and I did test the
 behavior yesterday and somehow recent artifacts not checkout properly,
 currently subversion 1.7 installed in my workstation and SVN dep sych 
 only
 supports subversion 6 and we are assuming svnClient lib to behave 
 without
 issues but seems it does not, anyway now we are hit with blocker in W/M
 setup, where if you play around with QoS scenarios whole system getting
 crash so we need a solution for this faster.
 Meantime I got to know we are now recommending GIT base
 DepSynch and if so were we can find proper documentation I can't find
 anything [1]

 [1]http://docs.wso2.org/display/Carbon403/WSO2+Carbon+Documentation

 FYI Evanthika and QA do you guys testing the Alpaha release with
 Git base depsych or SVN base deyp sych ?

 Cheers
 Dushan Abeyruwan | Associate Tech Lead
 Integration Technologies Team
 PMC Member Apache Synpase
 WSO2 Inc. http://wso2.com/
 Blog:http://dushansview.blogspot.com/
 Mobile:(0094)713942042


>>>
>>>
>>> --
>>> *Jackie Wheeler*
>>> VP, Technical Content
>>> WSO2, Inc.
>>> Mobile: +1 510 725-2876
>>> http://wso2.com/
>>>
>>
>>
>>
>> --
>> Dushan Abeyruwan | Associate Tech Lead
>>  Integration Technologies Team
>> PMC Member Apache Synpase
>> WSO2 Inc. http://wso2.com/
>> Blog:http://dushansview.blogspot.com/
>> Mobile:(0094)713942042
>>
>>
>
>
> --
> *Jackie Wheeler*
> VP, Technical Content
> WSO2, Inc.
> Mobile: +1 510 725-2876
> http://wso2.com/
>


>>>
>>>
>>> --
>>> *Jackie Wheeler*
>>> VP, Technical Content
>>> WSO2, Inc.
>>> Mobile: +1 510 725-2876
>>> http://wso2.com/
>>>
>>
>>
>>
>> --
>> *Kasun Gajasinghe*
>> Software Engineer;
>> WSO2 Inc.; http://wso2.com
>>
>>
>>  ,
>> *email: *
>> *kasung AT spamfree wso2.com    ** cell: **+94 (77)
>> 678-0813 <%2B94%20%2877%29%20678-0813>*
>> *linked-in: *http://lk.linkedin.com/in/gajasinghe
>>
>>
>>
>> *blog: **http://kasunbg.org* 
>>
>>
>>
>> *twitter: **http://twitter.com/kasunbg* 
>>
>>
>>
>>
>
>
> --
> Thanks and Regards,
>
> Isuru H.
> +94 716 358 048* *
>
>
>


-- 
*Jackie Wheeler*
VP, Technical Content
WSO2, Inc.
Mobile: +1 510 725-28

Re: [Dev] Can not delete UDDI entries while deleting service

2014-02-02 Thread Subash Chaturanga
Hi Lothar,
By the initial design, this has not been implemented where we  remove the
UDDI entries when removes the corresponding service in GReg. We have to add
update the service handlers in order to achieve this (and there might be
some other aspects which we have to consider). You are most welcome to
create a public JIRA for this feature enhancement in GReg so that we can
keep track on this.

Thanks


On Sat, Feb 1, 2014 at 12:52 PM, Lothar  wrote:

> Hi,
>
> playing around with GReg, I like to delete a service that is no longer
> relevant. While deleting a service, UDDI entries are not deleted as well.
>
> Is this by design?
>
> Thanks,
>
> Lothar
>
> -- | Rapid Prototyping | XSLT Codegeneration | http://www.lollisoft.de
> Lothar Behrens
> Ginsterweg 4
> 65760 Eschborn
>
>
>
>
>
>
>
>
>
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>



-- 
Thanks
/subash

*Subash Chaturanga*
Senior Software Engineer :Integration TG; WSO2 Inc. http://wso2.com

email: sub...@wso2.com
blog:  http://subashsdm.blogspot.com/
twitter: @subash89
phone: +9477 2225922
Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Can not delete UDDI entries while deleting service

2014-02-02 Thread Ajith Vitharana
On Mon, Feb 3, 2014 at 4:38 AM, Subash Chaturanga  wrote:

> Hi Lothar,
> By the initial design, this has not been implemented where we  remove the
> UDDI entries when removes the corresponding service in GReg. We have to add
> update the service handlers in order to achieve this (and there might be
> some other aspects which we have to consider). You are most welcome to
> create a public JIRA for this feature enhancement in GReg so that we can
> keep track on this.
>

Already created one. :)

[1]https://wso2.org/jira/browse/REGISTRY-2119


>
> Thanks
>
>
> On Sat, Feb 1, 2014 at 12:52 PM, Lothar wrote:
>
>> Hi,
>>
>> playing around with GReg, I like to delete a service that is no longer
>> relevant. While deleting a service, UDDI entries are not deleted as well.
>>
>> Is this by design?
>>
>> Thanks,
>>
>> Lothar
>>
>> -- | Rapid Prototyping | XSLT Codegeneration | http://www.lollisoft.de
>> Lothar Behrens
>> Ginsterweg 4
>> 65760 Eschborn
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>
>
>
> --
> Thanks
> /subash
>
> *Subash Chaturanga*
> Senior Software Engineer :Integration TG; WSO2 Inc. http://wso2.com
>
> email: sub...@wso2.com
> blog:  http://subashsdm.blogspot.com/
> twitter: @subash89
> phone: +9477 2225922
> Lean . Enterprise . Middleware
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Ajith Vitharana.
WSO2 Inc. - http://wso2.org
Email  :  aji...@wso2.com
Mobile : +94772217350
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Is there a way to access userStoreManager within jaggery code.

2014-02-02 Thread Chan
Hi Pradeep,
There is a module called carbon.server [1] - it has a method
called authenticate. Please use that method to authenticate.

[1] -
https://github.com/wso2/jaggery/blob/master/modules/carbon/scripts/server/server.js

Cheers ~


On Sun, Feb 2, 2014 at 11:23 PM, Pradeep Fernando  wrote:

> Hi,
>
> I want to authenticate a user. Saw a 'carbon' module in jaggery. does it
> support above. The java code would be,
>
> userRealm.getUserStoreManager().authenticate(username, password)
>
> I could not find similar operation in user.js/user-manager.js under carbon
> module.
>
> thanks,
> --Pradeep
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Chan (Dulitha Wijewantha)
Software Engineer - Mobile Development
WSO2Mobile
Lean.Enterprise.Mobileware
 * ~Email   duli...@wso2.com *
*  ~Mobile +94712112165*

*  ~Website   dulithawijewantha.com *

*  ~Blog blog.dulithawijewantha.com
*
*  ~Twitter @dulitharw *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] We will also need to move Carbon 4.x kernel to GitHub

2014-02-02 Thread Eranda Sooriyabandara
Hi Sagara,
I've committed the merged code to the wso2-axis2 repository. Shall we move
those artifact to nexus as well?

thanks
Eranda


On Sun, Feb 2, 2014 at 12:13 AM, Sagara Gunathunga  wrote:

>
>
>
> On Sun, Feb 2, 2014 at 12:10 AM, Eranda Sooriyabandara wrote:
>
>> Hi Sagara,
>> Shall I move the transports to the modules/transport in axis2 code, where
>> actual code should be?
>>
>
> +1 Please take a look here
> http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/
>
> Thanks !
>
>>
>> thanks
>> Eranda
>>
>>
>> On Sat, Feb 1, 2014 at 11:55 PM, Sagara Gunathunga wrote:
>>
>>>
>>>
>>>
>>> On Sat, Feb 1, 2014 at 11:46 PM, Eranda Sooriyabandara 
>>> wrote:
>>>
 Hi Sagara,
 Came up with a blocking situation where axis2 orbit using the
 transports dependencies and transports using axis2 dependency, where it
 makes a cyclic dependency. That means the axis2 orbit have to build after
 building the transports. So can we move the transports into the axis2
 module?

>>>
>>> Yes move transport project as a module under Axis2 since both projects
>>> use same version numbers there is no issue. In fact there is no Transport
>>> project at Apache now, modules belong to Transport project has merged to
>>> Axis2.
>>>
>>> Thanks !
>>>

 thanks
 Eranda


 On Sat, Feb 1, 2014 at 10:54 AM, Sagara Gunathunga wrote:

>
>
>
> On Sat, Feb 1, 2014 at 10:32 AM, Eranda Sooriyabandara <
> era...@wso2.com> wrote:
>
>> Hi Azeez, Sagara,
>> I had a problem with wss4j [1] where it didn't had a modular
>> structure to fit the orbit in (packaging of root pom was bundle). So I 
>> have
>> introduced a parent pom and add the current wss4j as a module of it. Is
>> this the correct way of doing that or what should I need to correct?
>>
>
> +1 for the time being let's go with your fix.
>
> Thanks !
>
>>
>> thanks
>> Eranda
>>
>> [1]. https://github.com/wso2/wso2-wss4j
>>
>>
>>  On Mon, Jan 20, 2014 at 7:30 PM, Afkham Azeez wrote:
>>
>>> $subject
>>>
>>> --
>>> *Afkham Azeez*
>>> Director of Architecture; WSO2, Inc.; http://wso2.com
>>> Member; Apache Software Foundation; http://www.apache.org/
>>> * *
>>> *email: **az...@wso2.com* 
>>> * cell: +94 77 3320919 <%2B94%2077%203320919> blog: *
>>> *http://blog.afkham.org* 
>>> *twitter: 
>>> **http://twitter.com/afkham_azeez*
>>> * linked-in: **http://lk.linkedin.com/in/afkhamazeez
>>> *
>>>
>>> *Lean . Enterprise . Middleware*
>>>
>>
>>
>>
>> --
>>
>> *Eranda Sooriyabandara*Senior Software Engineer;
>>  Integration Technologies Team;
>> WSO2 Inc.; http://wso2.com
>> Lean . Enterprise . Middleware
>>
>> E-mail: eranda AT wso2.com
>> Mobile: +94 716 472 816
>> Linked-In: http://www.linkedin.com/in/erandasooriyabandara
>> Blog: http://emsooriyabandara.blogspot.com/
>>
>>
>>
>>
>>
>
>
> --
> Sagara Gunathunga
>
> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
> V.P Apache Web Services;http://ws.apache.org/
> Linkedin; http://www.linkedin.com/in/ssagara
> Blog ;  http://ssagara.blogspot.com
>
>


 --

 *Eranda Sooriyabandara*Senior Software Engineer;
 Integration Technologies Team;
 WSO2 Inc.; http://wso2.com
 Lean . Enterprise . Middleware

 E-mail: eranda AT wso2.com
 Mobile: +94 716 472 816
 Linked-In: http://www.linkedin.com/in/erandasooriyabandara
 Blog: http://emsooriyabandara.blogspot.com/





>>>
>>>
>>> --
>>> Sagara Gunathunga
>>>
>>> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
>>> V.P Apache Web Services;http://ws.apache.org/
>>> Linkedin; http://www.linkedin.com/in/ssagara
>>> Blog ;  http://ssagara.blogspot.com
>>>
>>>
>>
>>
>> --
>>
>> *Eranda Sooriyabandara*Senior Software Engineer;
>> Integration Technologies Team;
>> WSO2 Inc.; http://wso2.com
>> Lean . Enterprise . Middleware
>>
>> E-mail: eranda AT wso2.com
>> Mobile: +94 716 472 816
>> Linked-In: http://www.linkedin.com/in/erandasooriyabandara
>> Blog: http://emsooriyabandara.blogspot.com/
>>
>>
>>
>>
>>
>
>
> --
> Sagara Gunathunga
>
> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
> V.P Apache Web Services;http://ws.apache.org/
> Linkedin; http://www.linkedin.com/in/ssagara
> Blog ;  http://ssagara.blogspot.com
>
>


-- 

*Eranda Sooriyabandara*Senior Software Engineer;
Integration Technologies Team;
WSO2 Inc.; http://wso2.com
Lean . Enterprise . Middleware

E-mail: eranda AT wso2.com
Mobile: +94 716 472 816
Linked-In: http://www.linkedin.com/in/erandasooriyabandara
Blog: http://emsooriyabandara.blogspot.com/
_

Re: [Dev] Is there a way to access userStoreManager within jaggery code.

2014-02-02 Thread Pradeep Fernando
Thanks chan, will look in to that...


On Mon, Feb 3, 2014 at 7:06 AM, Chan  wrote:

> Hi Pradeep,
> There is a module called carbon.server [1] - it has a method
> called authenticate. Please use that method to authenticate.
>
> [1] -
> https://github.com/wso2/jaggery/blob/master/modules/carbon/scripts/server/server.js
>
> Cheers ~
>
>
> On Sun, Feb 2, 2014 at 11:23 PM, Pradeep Fernando wrote:
>
>> Hi,
>>
>> I want to authenticate a user. Saw a 'carbon' module in jaggery. does it
>> support above. The java code would be,
>>
>> userRealm.getUserStoreManager().authenticate(username, password)
>>
>> I could not find similar operation in user.js/user-manager.js under
>> carbon module.
>>
>> thanks,
>> --Pradeep
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Chan (Dulitha Wijewantha)
> Software Engineer - Mobile Development
> WSO2Mobile
> Lean.Enterprise.Mobileware
>  * ~Email   duli...@wso2.com *
> *  ~Mobile +94712112165 <%2B94712112165>*
>
> *  ~Website   dulithawijewantha.com  *
>
> *  ~Blog blog.dulithawijewantha.com
> *
> *  ~Twitter @dulitharw *
>



-- 
*Pradeep Fernando*
Associate Technical Lead;WSO2 Inc.; http://wso2.com

blog: http://pradeepfernando.blogspot.com
m: +94776603662
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Mediation components committed

2014-02-02 Thread Eranda Sooriyabandara
Hi Vanji,
I did the preliminary changes need to be done to the mediation components
and committed to [1]. You first need to add the related service stubs and
features before you start building it.

thanks
Eranda

[1]. https://github.com/wso2/carbon-mediation

-- 

*Eranda Sooriyabandara*Senior Software Engineer;
Integration Technologies Team;
WSO2 Inc.; http://wso2.com
Lean . Enterprise . Middleware

E-mail: eranda AT wso2.com
Mobile: +94 716 472 816
Linked-In: http://www.linkedin.com/in/erandasooriyabandara
Blog: http://emsooriyabandara.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [CEP] router netflow udp input event adapter for cep. Maping issue

2014-02-02 Thread Asiri Liyana Arachchi
Hi,

Used the attached patch and it gave desired results.

09:14:19,322 [-] [Thread-19]  INFO TenantId=-1234 : Event Builder :
mapBuilder, before processing
{DPkts= 0, SrcAddr= 6.0.0.3, DstAddr= 3.236.0.0, First= 0, DstAS= 200,
DstMask= 233, SrcPort= 0, SrcMask= 22, Prot= 0, Last= 0, InputIf=
10502, TOS= 0, CurrentTime=2014-02-03 09:14:19, DOctets= 0, NextHop=
1.67.245.226, SrcAS= 256, TcpFlags= 0, DstPort= 0, OutputIf= 0}

09:14:19,322 [-] [Thread-19]  INFO TenantId=-1234 : Event Builder :
mapBuilder : Event Stream : srcAddrAndCurrentTime:1.0.0 , after
processing
[ 6.0.0.3, 2014-02-03 09:14:19]

[SrcAddr , CurrentTime ]

Thank you.


On Sat, Feb 1, 2014 at 7:03 PM, Asiri Liyana Arachchi wrote:

> Okay. I'll try it and let you know on Monday. Can't test it because of the
> IP issue.
>
> Thank you
>
>
> On Sat, Feb 1, 2014 at 6:56 PM, Mohanadarshan Vivekanandalingam <
> mo...@wso2.com> wrote:
>
>> Hi Asiri,
>>
>> Use the attached patch for the moment.. Apply it to the CEP server (I
>> have created it from the diff given by Lasantha)..
>>
>> Thanks,
>> Mohan
>>
>>
>>
>> On Sat, Feb 1, 2014 at 6:27 PM, Lasantha Fernando wrote:
>>
>>> Patch attached for issue. Please apply the patch and rebuild
>>> event-builder core and replace the corresponding jar in plugins folder.
>>>
>>> Thanks for raising this issue.
>>>
>>>
>>> On 1 February 2014 12:25, Lasantha Fernando  wrote:
>>>
 Hi,

 Yes, looks like a bug. I was also able to reproduce :-(

 Created JIRA at [1]. Will attach patch and test cases as well. We
 should have had test cases for scenarios like this...

 [1] https://wso2.org/jira/browse/CEP-655

 Thanks,
 Lasantha


 On 31 January 2014 23:30, Mohanadarshan Vivekanandalingam <
 mo...@wso2.com> wrote:

> Hi Asiri,
>
> I am able to reproduce above mentioned situation.. As per my
> understanding there is an issue with Map mapping logic.. Will investigate
> further and get back to you..
>
> @Lasantha - I think you have more context on this.. WDYT??
>
> Regards,
> Mohan
>
>
>
> On Fri, Jan 31, 2014 at 10:45 PM, Asiri Liyana Arachchi <
> asi...@wso2.com> wrote:
>
>> Stream Definition
>>
>> srcAddrAndCurrentTime
>> 1.0.0
>> StreamDefinition{ streamId='srcAddrAndCurrentTime:1.0.0',
>> name='srcAddrAndCurrentTime', version='1.0.0', nickName='', 
>> description='',
>> tags=null, metaData=null, correlationData=null,
>> payloadData=[Attribute{name='SrcAddr', type=STRING},
>> Attribute{name='CurrentTime', type=STRING}], }
>>
>>
>> On Fri, Jan 31, 2014 at 10:10 PM, Asiri Liyana Arachchi <
>> asi...@wso2.com> wrote:
>>
>>> Here is the event builder configuration.
>>>
>>> 
>>> >> xmlns="http://wso2.org/carbon/eventbuilder";>
>>> 
>>> topic
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>>
>>>
>>> On Fri, Jan 31, 2014 at 5:58 PM, Mohanadarshan Vivekanandalingam <
>>> mo...@wso2.com> wrote:
>>>
 Forwarding again..


>  Hi Asiri,
>>
>

>
>
>>
>>
>> eg:
>>
>> 17:11:29,145 [-] [Thread-19]  INFO TenantId=-1234 : Event Builder : 
>> mapBuilder, before processing
>>
>> {DPkts= 3961383612, SrcAddr= 1.67.232.35, DstAddr= 192.166.0.0, 
>> First= 0, DstAS= 0, DstMask= 0, SrcPort= 0, SrcMask= 0, Prot= 0, 
>> Last= 0, InputIf= 49318, TOS= 0, CurrentTime=2014-01-31 17:11:29, 
>> DOctets= 2905735168, NextHop= 1.67.232.35, SrcAS= 0, TcpFlags= 0, 
>> DstPort= 0, OutputIf= 46876}
>>
>> I mapped SrcAddr and CurrentTime in the builder and wrote it in
>> to a stream.
>> After processing  this is the result
>>
>>
>> 17:11:29,145 [-] [Thread-19]  INFO TenantId=-1234 : Event Builder : 
>> mapBuilder : Event Stream : srcAddrAndCurrentTime:1.0.0 , after 
>> processing
>> [ 3961383612,  1.67.232.35]
>>
>> It returns values in order without regarding the key value which
>> I mapped.
>> for SrcAddr = value of DPkts
>> for CurrentTime = value of SrcAddr
>>
>> I think it's because when adding the mappings builder shows
>> "Available Map(Key/Value) Mappings
>>  No Input mapping properties Defined  "
>>
>> How to fix this? What method should be used?
>>
>
> Map mapping is a common scenario which we have used and tested for
> many scenarios.. I think, there might be an issue with incoming event 
> or
> event builder configuration..  Can you please attach the
>>>

Re: [Dev] We will also need to move Carbon 4.x kernel to GitHub

2014-02-02 Thread Supun Malinga
Are we gonna release the forked code from now on?. Or should we wait until
we get bit more closer to the major release..?

thanks,


On Mon, Feb 3, 2014 at 7:38 AM, Eranda Sooriyabandara wrote:

> Hi Sagara,
> I've committed the merged code to the wso2-axis2 repository. Shall we move
> those artifact to nexus as well?
>
> thanks
> Eranda
>
>
> On Sun, Feb 2, 2014 at 12:13 AM, Sagara Gunathunga wrote:
>
>>
>>
>>
>> On Sun, Feb 2, 2014 at 12:10 AM, Eranda Sooriyabandara 
>> wrote:
>>
>>> Hi Sagara,
>>> Shall I move the transports to the modules/transport in axis2 code,
>>> where actual code should be?
>>>
>>
>> +1 Please take a look here
>> http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/
>>
>> Thanks !
>>
>>>
>>> thanks
>>> Eranda
>>>
>>>
>>> On Sat, Feb 1, 2014 at 11:55 PM, Sagara Gunathunga wrote:
>>>



 On Sat, Feb 1, 2014 at 11:46 PM, Eranda Sooriyabandara >>> > wrote:

> Hi Sagara,
> Came up with a blocking situation where axis2 orbit using the
> transports dependencies and transports using axis2 dependency, where it
> makes a cyclic dependency. That means the axis2 orbit have to build after
> building the transports. So can we move the transports into the axis2
> module?
>

 Yes move transport project as a module under Axis2 since both projects
 use same version numbers there is no issue. In fact there is no Transport
 project at Apache now, modules belong to Transport project has merged to
 Axis2.

 Thanks !

>
> thanks
> Eranda
>
>
> On Sat, Feb 1, 2014 at 10:54 AM, Sagara Gunathunga wrote:
>
>>
>>
>>
>> On Sat, Feb 1, 2014 at 10:32 AM, Eranda Sooriyabandara <
>> era...@wso2.com> wrote:
>>
>>> Hi Azeez, Sagara,
>>> I had a problem with wss4j [1] where it didn't had a modular
>>> structure to fit the orbit in (packaging of root pom was bundle). So I 
>>> have
>>> introduced a parent pom and add the current wss4j as a module of it. Is
>>> this the correct way of doing that or what should I need to correct?
>>>
>>
>> +1 for the time being let's go with your fix.
>>
>> Thanks !
>>
>>>
>>> thanks
>>> Eranda
>>>
>>> [1]. https://github.com/wso2/wso2-wss4j
>>>
>>>
>>>  On Mon, Jan 20, 2014 at 7:30 PM, Afkham Azeez wrote:
>>>
 $subject

 --
 *Afkham Azeez*
 Director of Architecture; WSO2, Inc.; http://wso2.com
 Member; Apache Software Foundation; http://www.apache.org/
 * *
 *email: **az...@wso2.com* 
 * cell: +94 77 3320919 <%2B94%2077%203320919> blog: *
 *http://blog.afkham.org* 
 *twitter: 
 **http://twitter.com/afkham_azeez*
 * linked-in: **http://lk.linkedin.com/in/afkhamazeez
 *

 *Lean . Enterprise . Middleware*

>>>
>>>
>>>
>>> --
>>>
>>> *Eranda Sooriyabandara*Senior Software Engineer;
>>>  Integration Technologies Team;
>>> WSO2 Inc.; http://wso2.com
>>> Lean . Enterprise . Middleware
>>>
>>> E-mail: eranda AT wso2.com
>>> Mobile: +94 716 472 816
>>> Linked-In: http://www.linkedin.com/in/erandasooriyabandara
>>> Blog: http://emsooriyabandara.blogspot.com/
>>>
>>>
>>>
>>>
>>>
>>
>>
>> --
>> Sagara Gunathunga
>>
>> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
>> V.P Apache Web Services;http://ws.apache.org/
>> Linkedin; http://www.linkedin.com/in/ssagara
>> Blog ;  http://ssagara.blogspot.com
>>
>>
>
>
> --
>
> *Eranda Sooriyabandara*Senior Software Engineer;
> Integration Technologies Team;
> WSO2 Inc.; http://wso2.com
> Lean . Enterprise . Middleware
>
> E-mail: eranda AT wso2.com
> Mobile: +94 716 472 816
> Linked-In: http://www.linkedin.com/in/erandasooriyabandara
> Blog: http://emsooriyabandara.blogspot.com/
>
>
>
>
>


 --
 Sagara Gunathunga

 Senior Technical Lead; WSO2, Inc.;  http://wso2.com
 V.P Apache Web Services;http://ws.apache.org/
 Linkedin; http://www.linkedin.com/in/ssagara
 Blog ;  http://ssagara.blogspot.com


>>>
>>>
>>> --
>>>
>>> *Eranda Sooriyabandara*Senior Software Engineer;
>>> Integration Technologies Team;
>>> WSO2 Inc.; http://wso2.com
>>> Lean . Enterprise . Middleware
>>>
>>> E-mail: eranda AT wso2.com
>>> Mobile: +94 716 472 816
>>> Linked-In: http://www.linkedin.com/in/erandasooriyabandara
>>> Blog: http://emsooriyabandara.blogspot.com/
>>>
>>>
>>>
>>>
>>>
>>
>>
>> --
>> Sagara Gunathunga
>>
>> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
>> V.P Apache Web Services;http://ws.apache.org/
>> Linkedin; http://www.linked

Re: [Dev] We will also need to move Carbon 4.x kernel to GitHub

2014-02-02 Thread Eranda Sooriyabandara
Hi Supun,
These are SNAPSHOTs and promoting to nexus will help the other developers
when building.
All,
I have remove the dependencies out of the kernel and its building now.

Maheshika,
Can we trigger a carbon4-kernel build. Please add the following
dependencies to be build before building the kernel.

   1. wso2-axiom
   2. wso2-axis2
   3. wso2-wss4j



thanks
Eranda


On Mon, Feb 3, 2014 at 9:38 AM, Supun Malinga  wrote:

> Are we gonna release the forked code from now on?. Or should we wait until
> we get bit more closer to the major release..?
>
> thanks,
>
>
> On Mon, Feb 3, 2014 at 7:38 AM, Eranda Sooriyabandara wrote:
>
>> Hi Sagara,
>> I've committed the merged code to the wso2-axis2 repository. Shall we
>> move those artifact to nexus as well?
>>
>> thanks
>> Eranda
>>
>>
>> On Sun, Feb 2, 2014 at 12:13 AM, Sagara Gunathunga wrote:
>>
>>>
>>>
>>>
>>> On Sun, Feb 2, 2014 at 12:10 AM, Eranda Sooriyabandara 
>>> wrote:
>>>
 Hi Sagara,
 Shall I move the transports to the modules/transport in axis2 code,
 where actual code should be?

>>>
>>> +1 Please take a look here
>>> http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/
>>>
>>> Thanks !
>>>

 thanks
 Eranda


 On Sat, Feb 1, 2014 at 11:55 PM, Sagara Gunathunga wrote:

>
>
>
> On Sat, Feb 1, 2014 at 11:46 PM, Eranda Sooriyabandara <
> era...@wso2.com> wrote:
>
>> Hi Sagara,
>> Came up with a blocking situation where axis2 orbit using the
>> transports dependencies and transports using axis2 dependency, where it
>> makes a cyclic dependency. That means the axis2 orbit have to build after
>> building the transports. So can we move the transports into the axis2
>> module?
>>
>
> Yes move transport project as a module under Axis2 since both projects
> use same version numbers there is no issue. In fact there is no Transport
> project at Apache now, modules belong to Transport project has merged to
> Axis2.
>
> Thanks !
>
>>
>> thanks
>> Eranda
>>
>>
>> On Sat, Feb 1, 2014 at 10:54 AM, Sagara Gunathunga 
>> wrote:
>>
>>>
>>>
>>>
>>> On Sat, Feb 1, 2014 at 10:32 AM, Eranda Sooriyabandara <
>>> era...@wso2.com> wrote:
>>>
 Hi Azeez, Sagara,
 I had a problem with wss4j [1] where it didn't had a modular
 structure to fit the orbit in (packaging of root pom was bundle). So I 
 have
 introduced a parent pom and add the current wss4j as a module of it. Is
 this the correct way of doing that or what should I need to correct?

>>>
>>> +1 for the time being let's go with your fix.
>>>
>>> Thanks !
>>>

 thanks
 Eranda

 [1]. https://github.com/wso2/wso2-wss4j


  On Mon, Jan 20, 2014 at 7:30 PM, Afkham Azeez wrote:

> $subject
>
> --
> *Afkham Azeez*
> Director of Architecture; WSO2, Inc.; http://wso2.com
> Member; Apache Software Foundation; http://www.apache.org/
> * *
> *email: **az...@wso2.com* 
> * cell: +94 77 3320919 <%2B94%2077%203320919> blog: *
> *http://blog.afkham.org* 
> *twitter: 
> **http://twitter.com/afkham_azeez*
> * linked-in: **http://lk.linkedin.com/in/afkhamazeez
> *
>
> *Lean . Enterprise . Middleware*
>



 --

 *Eranda Sooriyabandara*Senior Software Engineer;
  Integration Technologies Team;
 WSO2 Inc.; http://wso2.com
 Lean . Enterprise . Middleware

 E-mail: eranda AT wso2.com
 Mobile: +94 716 472 816
 Linked-In: http://www.linkedin.com/in/erandasooriyabandara
 Blog: http://emsooriyabandara.blogspot.com/





>>>
>>>
>>> --
>>> Sagara Gunathunga
>>>
>>> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
>>> V.P Apache Web Services;http://ws.apache.org/
>>> Linkedin; http://www.linkedin.com/in/ssagara
>>> Blog ;  http://ssagara.blogspot.com
>>>
>>>
>>
>>
>> --
>>
>> *Eranda Sooriyabandara*Senior Software Engineer;
>> Integration Technologies Team;
>> WSO2 Inc.; http://wso2.com
>> Lean . Enterprise . Middleware
>>
>> E-mail: eranda AT wso2.com
>> Mobile: +94 716 472 816
>> Linked-In: http://www.linkedin.com/in/erandasooriyabandara
>> Blog: http://emsooriyabandara.blogspot.com/
>>
>>
>>
>>
>>
>
>
> --
> Sagara Gunathunga
>
> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
> V.P Apache Web Services;http://ws.apache.org/
> Linkedin

Re: [Dev] Mediation components committed

2014-02-02 Thread Vanjikumaran Sivajothy
Thanks you Eranda


On Mon, Feb 3, 2014 at 9:09 AM, Eranda Sooriyabandara wrote:

> Hi Vanji,
> I did the preliminary changes need to be done to the mediation components
> and committed to [1]. You first need to add the related service stubs and
> features before you start building it.
>
> thanks
> Eranda
>
> [1]. https://github.com/wso2/carbon-mediation
>
> --
>
> *Eranda Sooriyabandara *Senior Software Engineer;
> Integration Technologies Team;
> WSO2 Inc.; http://wso2.com
> Lean . Enterprise . Middleware
>
> E-mail: eranda AT wso2.com
> Mobile: +94 716 472 816
> Linked-In: http://www.linkedin.com/in/erandasooriyabandara
> Blog: http://emsooriyabandara.blogspot.com/
>
>
>
>
>


-- 
Sivajothy Vanjikumaran
*Senior Software Engineer*
*Integration Technologies Team*
*WSO2 Inc. http://wso2.com *
*Mobile:(+94)777219209*
*Mobile USA:**(+1)918 813 2403*
[image: Facebook]  [image:
Twitter] [image:
LinkedIn] 
[image:
Blogger]  [image:
SlideShare]

This communication may contain privileged or other confidential information
and is intended exclusively for the addressee/s. If you are not the
intended recipient/s, or believe that you may have received this
communication in error, please reply to the sender indicating that fact and
delete the copy you received and in addition, you should not print,
copy, re-transmit, disseminate, or otherwise use the information contained
in this communication. Internet communications cannot be guaranteed to be
timely, secure, error or virus-free. The sender does not accept liability
for any errors or omissions
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Fwd: Clarification about Clone mediator

2014-02-02 Thread Jackie Wheeler
Can someone on the ESB team please validate this?

Thanks,
Jackie

-- Forwarded message --
From: Udara Liyanage 
Date: Sun, Feb 2, 2014 at 1:28 AM
Subject: Clarification about Clone mediator
To: WSO2 Documentation 


Hi,

Quoting from the explanation given at [1] about ESB clone mediator.

"will *split the message* into a number of identical messages which will be
processed in parallel"

The meaning I understood by "split the message" is, it  will break (cut)
the incoming message into small identical messages.
But AFAIK clone mediator does not split the message, instead it makes
copies of the messages.

Please confirm with the product team. Further If I am correct, clone
mediator does not resembles Message Splitter EI pattern [1].

"The Clone Mediator closely resembles the Message Splitter EIP ..."

[1] http://docs.wso2.org/display/ESB403/Clone+Mediator

-- 
Udara Liyanage
Software Engineer
WSO2, Inc.: http://wso2.com
lean. enterprise. middleware

web: http://udaraliyanage.wordpress.com
phone: +94 71 443 6897

-- 
You received this message because you are subscribed to the Google Groups
"WSO2 Documentation" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to documentation+unsubscr...@wso2.com.
For more options, visit https://groups.google.com/a/wso2.com/groups/opt_out.



-- 
*Jackie Wheeler*
VP, Technical Content
WSO2, Inc.
Mobile: +1 510 725-2876
http://wso2.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] ESB 4.8 - Issue with Sample 50

2014-02-02 Thread Jackie Wheeler
Added the following prerequisite to the page in the 4.8.0 docs. Any chance
we can fix this sample before we ship 4.8.1? If not, I'll add it in 4.8.1
as well.

Navigate to /repository/samples, open synapse_sample_50.xml for
editing, and replace the contents with the configuration above. (This step
is required because of a bug in the sample that shipped with this release.)
Save the file and close it.

Thanks,
Jackie


On Sat, Feb 1, 2014 at 6:24 AM, Nirmal Fernando  wrote:

> Ah.. ok.. May be we can add a note saying how to get the sample fixed?
>
>
> On Sat, Feb 1, 2014 at 7:21 PM, Isuru Udana  wrote:
>
>> Hi Nirmal,
>>
>> Sample configuration available in the wiki is correct (We fixed it few
>> days ago). Action header is missing in the configuration which is shipped
>> with 4.8.0 distribution.
>>
>>
>>
>>
>>
>> On Sat, Feb 1, 2014 at 6:48 PM, Nirmal Fernando  wrote:
>>
>>> Hi,
>>>
>>> Noticed $subject. It throws errors on missing Action header at the
>>> back-end. Any idea what's missing in the document?
>>>
>>> http://docs.wso2.org/display/ESB480/Sample+50%3A+POX+to+SOAP+conversion
>>>
>>> --
>>>
>>> Thanks & regards,
>>> Nirmal
>>>
>>> Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
>>> Mobile: +94715779733
>>> Blog: http://nirmalfdo.blogspot.com/
>>>
>>>
>>>  --
>>> You received this message because you are subscribed to the Google
>>> Groups "WSO2 Documentation" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to documentation+unsubscr...@wso2.com.
>>> For more options, visit
>>> https://groups.google.com/a/wso2.com/groups/opt_out.
>>>
>>
>>
>>
>> --
>> *Isuru Udana*
>>  Senior
>> * Software Engineer*
>> WSO2 Inc.; http://wso2.com
>> email: isu...@wso2.com cell: +94 77 3791887
>> blog: http://mytecheye.blogspot.com/
>> twitter: http://twitter.com/isudana
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "WSO2 Documentation" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to documentation+unsubscr...@wso2.com.
>> For more options, visit
>> https://groups.google.com/a/wso2.com/groups/opt_out.
>>
>
>
>
> --
>
> Thanks & regards,
> Nirmal
>
> Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
> Mobile: +94715779733
> Blog: http://nirmalfdo.blogspot.com/
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "WSO2 Documentation" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to documentation+unsubscr...@wso2.com.
> For more options, visit
> https://groups.google.com/a/wso2.com/groups/opt_out.
>



-- 
*Jackie Wheeler*
VP, Technical Content
WSO2, Inc.
Mobile: +1 510 725-2876
http://wso2.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] We will also need to move Carbon 4.x kernel to GitHub

2014-02-02 Thread Supun Malinga
On Mon, Feb 3, 2014 at 10:30 AM, Eranda Sooriyabandara wrote:

> Hi Supun,
> These are SNAPSHOTs and promoting to nexus will help the other developers
> when building.
> All,
> I have remove the dependencies out of the kernel and its building now.
>
> Maheshika,
> Can we trigger a carbon4-kernel build. Please add the following
> dependencies to be build before building the kernel.
>
>1. wso2-axiom
>2. wso2-axis2
>3. wso2-wss4j
>
> +1.

>
>
>
>
> thanks
> Eranda
>
>
> On Mon, Feb 3, 2014 at 9:38 AM, Supun Malinga  wrote:
>
>> Are we gonna release the forked code from now on?. Or should we wait
>> until we get bit more closer to the major release..?
>>
>> thanks,
>>
>>
>> On Mon, Feb 3, 2014 at 7:38 AM, Eranda Sooriyabandara wrote:
>>
>>>  Hi Sagara,
>>> I've committed the merged code to the wso2-axis2 repository. Shall we
>>> move those artifact to nexus as well?
>>>
>>> thanks
>>> Eranda
>>>
>>>
>>> On Sun, Feb 2, 2014 at 12:13 AM, Sagara Gunathunga wrote:
>>>



 On Sun, Feb 2, 2014 at 12:10 AM, Eranda Sooriyabandara >>> > wrote:

> Hi Sagara,
> Shall I move the transports to the modules/transport in axis2 code,
> where actual code should be?
>

 +1 Please take a look here
 http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/

 Thanks !

>
> thanks
> Eranda
>
>
> On Sat, Feb 1, 2014 at 11:55 PM, Sagara Gunathunga wrote:
>
>>
>>
>>
>> On Sat, Feb 1, 2014 at 11:46 PM, Eranda Sooriyabandara <
>> era...@wso2.com> wrote:
>>
>>> Hi Sagara,
>>> Came up with a blocking situation where axis2 orbit using the
>>> transports dependencies and transports using axis2 dependency, where it
>>> makes a cyclic dependency. That means the axis2 orbit have to build 
>>> after
>>> building the transports. So can we move the transports into the axis2
>>> module?
>>>
>>
>> Yes move transport project as a module under Axis2 since both
>> projects use same version numbers there is no issue. In fact there is no
>> Transport project at Apache now, modules belong to Transport project has
>> merged to Axis2.
>>
>> Thanks !
>>
>>>
>>> thanks
>>> Eranda
>>>
>>>
>>> On Sat, Feb 1, 2014 at 10:54 AM, Sagara Gunathunga 
>>> wrote:
>>>



 On Sat, Feb 1, 2014 at 10:32 AM, Eranda Sooriyabandara <
 era...@wso2.com> wrote:

> Hi Azeez, Sagara,
> I had a problem with wss4j [1] where it didn't had a modular
> structure to fit the orbit in (packaging of root pom was bundle). So 
> I have
> introduced a parent pom and add the current wss4j as a module of it. 
> Is
> this the correct way of doing that or what should I need to correct?
>

 +1 for the time being let's go with your fix.

 Thanks !

>
> thanks
> Eranda
>
> [1]. https://github.com/wso2/wso2-wss4j
>
>
>  On Mon, Jan 20, 2014 at 7:30 PM, Afkham Azeez wrote:
>
>> $subject
>>
>> --
>> *Afkham Azeez*
>> Director of Architecture; WSO2, Inc.; http://wso2.com
>> Member; Apache Software Foundation; http://www.apache.org/
>> * *
>> *email: **az...@wso2.com* 
>> * cell: +94 77 3320919 <%2B94%2077%203320919> blog: *
>> *http://blog.afkham.org* 
>> *twitter: 
>> **http://twitter.com/afkham_azeez*
>> * linked-in: **http://lk.linkedin.com/in/afkhamazeez
>> *
>>
>> *Lean . Enterprise . Middleware*
>>
>
>
>
> --
>
> *Eranda Sooriyabandara*Senior Software Engineer;
>  Integration Technologies Team;
> WSO2 Inc.; http://wso2.com
> Lean . Enterprise . Middleware
>
> E-mail: eranda AT wso2.com
> Mobile: +94 716 472 816
> Linked-In: http://www.linkedin.com/in/erandasooriyabandara
> Blog: http://emsooriyabandara.blogspot.com/
>
>
>
>
>


 --
 Sagara Gunathunga

 Senior Technical Lead; WSO2, Inc.;  http://wso2.com
 V.P Apache Web Services;http://ws.apache.org/
 Linkedin; http://www.linkedin.com/in/ssagara
 Blog ;  http://ssagara.blogspot.com


>>>
>>>
>>> --
>>>
>>> *Eranda Sooriyabandara*Senior Software Engineer;
>>> Integration Technologies Team;
>>> WSO2 Inc.; http://wso2.com
>>> Lean . Enterprise . Middleware
>>>
>>> E-mail: eranda AT wso2.com
>>> Mobile: +94 716 472 816
>>> Linked-In: http://www.linkedin.com/in

Re: [Dev] We will also need to move Carbon 4.x kernel to GitHub

2014-02-02 Thread Maheshika Goonetilleke
Hi Sagara

I'm trying to create a plan for wso2-wss4j. However, I'm unable to create
as the GITHub repo is not visible while trying to configure the plan.

Please advice on this.


On Mon, Feb 3, 2014 at 10:30 AM, Eranda Sooriyabandara wrote:

> Hi Supun,
> These are SNAPSHOTs and promoting to nexus will help the other developers
> when building.
> All,
> I have remove the dependencies out of the kernel and its building now.
>
> Maheshika,
> Can we trigger a carbon4-kernel build. Please add the following
> dependencies to be build before building the kernel.
>
>1. wso2-axiom
>2. wso2-axis2
>3. wso2-wss4j
>
>
>
> thanks
> Eranda
>
>
> On Mon, Feb 3, 2014 at 9:38 AM, Supun Malinga  wrote:
>
>> Are we gonna release the forked code from now on?. Or should we wait
>> until we get bit more closer to the major release..?
>>
>> thanks,
>>
>>
>> On Mon, Feb 3, 2014 at 7:38 AM, Eranda Sooriyabandara wrote:
>>
>>>  Hi Sagara,
>>> I've committed the merged code to the wso2-axis2 repository. Shall we
>>> move those artifact to nexus as well?
>>>
>>> thanks
>>> Eranda
>>>
>>>
>>> On Sun, Feb 2, 2014 at 12:13 AM, Sagara Gunathunga wrote:
>>>



 On Sun, Feb 2, 2014 at 12:10 AM, Eranda Sooriyabandara >>> > wrote:

> Hi Sagara,
> Shall I move the transports to the modules/transport in axis2 code,
> where actual code should be?
>

 +1 Please take a look here
 http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/

 Thanks !

>
> thanks
> Eranda
>
>
> On Sat, Feb 1, 2014 at 11:55 PM, Sagara Gunathunga wrote:
>
>>
>>
>>
>> On Sat, Feb 1, 2014 at 11:46 PM, Eranda Sooriyabandara <
>> era...@wso2.com> wrote:
>>
>>> Hi Sagara,
>>> Came up with a blocking situation where axis2 orbit using the
>>> transports dependencies and transports using axis2 dependency, where it
>>> makes a cyclic dependency. That means the axis2 orbit have to build 
>>> after
>>> building the transports. So can we move the transports into the axis2
>>> module?
>>>
>>
>> Yes move transport project as a module under Axis2 since both
>> projects use same version numbers there is no issue. In fact there is no
>> Transport project at Apache now, modules belong to Transport project has
>> merged to Axis2.
>>
>> Thanks !
>>
>>>
>>> thanks
>>> Eranda
>>>
>>>
>>> On Sat, Feb 1, 2014 at 10:54 AM, Sagara Gunathunga 
>>> wrote:
>>>



 On Sat, Feb 1, 2014 at 10:32 AM, Eranda Sooriyabandara <
 era...@wso2.com> wrote:

> Hi Azeez, Sagara,
> I had a problem with wss4j [1] where it didn't had a modular
> structure to fit the orbit in (packaging of root pom was bundle). So 
> I have
> introduced a parent pom and add the current wss4j as a module of it. 
> Is
> this the correct way of doing that or what should I need to correct?
>

 +1 for the time being let's go with your fix.

 Thanks !

>
> thanks
> Eranda
>
> [1]. https://github.com/wso2/wso2-wss4j
>
>
>  On Mon, Jan 20, 2014 at 7:30 PM, Afkham Azeez wrote:
>
>> $subject
>>
>> --
>> *Afkham Azeez*
>> Director of Architecture; WSO2, Inc.; http://wso2.com
>> Member; Apache Software Foundation; http://www.apache.org/
>> * *
>> *email: **az...@wso2.com* 
>> * cell: +94 77 3320919 <%2B94%2077%203320919> blog: *
>> *http://blog.afkham.org* 
>> *twitter: 
>> **http://twitter.com/afkham_azeez*
>> * linked-in: **http://lk.linkedin.com/in/afkhamazeez
>> *
>>
>> *Lean . Enterprise . Middleware*
>>
>
>
>
> --
>
> *Eranda Sooriyabandara*Senior Software Engineer;
>  Integration Technologies Team;
> WSO2 Inc.; http://wso2.com
> Lean . Enterprise . Middleware
>
> E-mail: eranda AT wso2.com
> Mobile: +94 716 472 816
> Linked-In: http://www.linkedin.com/in/erandasooriyabandara
> Blog: http://emsooriyabandara.blogspot.com/
>
>
>
>
>


 --
 Sagara Gunathunga

 Senior Technical Lead; WSO2, Inc.;  http://wso2.com
 V.P Apache Web Services;http://ws.apache.org/
 Linkedin; http://www.linkedin.com/in/ssagara
 Blog ;  http://ssagara.blogspot.com


>>>
>>>
>>> --
>>>
>>> *Eranda Sooriyabandara*Senior Software Engineer;
>>> Integration Technologies Team;
>>> WSO2 Inc.; http:

Re: [Dev] Mediation components committed

2014-02-02 Thread Vanjikumaran Sivajothy
Please grant the rights to us (myself, jeewantha, Ishan)

for https://github.com/wso2/carbon-mediation

wso2-synapse (have to create)


On Mon, Feb 3, 2014 at 11:15 AM, Vanjikumaran Sivajothy wrote:

> Thanks you Eranda
>
>
> On Mon, Feb 3, 2014 at 9:09 AM, Eranda Sooriyabandara wrote:
>
>> Hi Vanji,
>> I did the preliminary changes need to be done to the mediation components
>> and committed to [1]. You first need to add the related service stubs and
>> features before you start building it.
>>
>> thanks
>> Eranda
>>
>> [1]. https://github.com/wso2/carbon-mediation
>>
>> --
>>
>> *Eranda Sooriyabandara *Senior Software Engineer;
>> Integration Technologies Team;
>> WSO2 Inc.; http://wso2.com
>> Lean . Enterprise . Middleware
>>
>> E-mail: eranda AT wso2.com
>> Mobile: +94 716 472 816
>> Linked-In: http://www.linkedin.com/in/erandasooriyabandara
>> Blog: http://emsooriyabandara.blogspot.com/
>>
>>
>>
>>
>>
>
>
> --
> Sivajothy Vanjikumaran
> *Senior Software Engineer*
> *Integration Technologies Team*
> *WSO2 Inc. http://wso2.com *
> *Mobile:(+94)777219209*
> *Mobile USA:**(+1)918 813 2403*
> [image: Facebook]  [image: 
> Twitter] [image:
> LinkedIn]  
> [image:
> Blogger]  [image: 
> SlideShare]
>
> This communication may contain privileged or other
> confidential information and is intended exclusively for the addressee/s.
> If you are not the intended recipient/s, or believe that you may
> have received this communication in error, please reply to the
> sender indicating that fact and delete the copy you received and in
> addition, you should not print, copy, re-transmit, disseminate, or
> otherwise use the information contained in this communication.
> Internet communications cannot be guaranteed to be timely, secure, error
> or virus-free. The sender does not accept liability for any errors
> or omissions
>



-- 
Sivajothy Vanjikumaran
*Senior Software Engineer*
*Integration Technologies Team*
*WSO2 Inc. http://wso2.com *
*Mobile:(+94)777219209*
*Mobile USA:**(+1)918 813 2403*
[image: Facebook]  [image:
Twitter] [image:
LinkedIn] 
[image:
Blogger]  [image:
SlideShare]

This communication may contain privileged or other confidential information
and is intended exclusively for the addressee/s. If you are not the
intended recipient/s, or believe that you may have received this
communication in error, please reply to the sender indicating that fact and
delete the copy you received and in addition, you should not print,
copy, re-transmit, disseminate, or otherwise use the information contained
in this communication. Internet communications cannot be guaranteed to be
timely, secure, error or virus-free. The sender does not accept liability
for any errors or omissions
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Mediation components committed

2014-02-02 Thread Vanjikumaran Sivajothy
My Id - vanjikumaran
email address - vanjikuma...@gmail.com


On Mon, Feb 3, 2014 at 11:58 AM, Vanjikumaran Sivajothy wrote:

> Please grant the rights to us (myself, jeewantha, Ishan)
>
> for https://github.com/wso2/carbon-mediation
>
> wso2-synapse (have to create)
>
>
>
> On Mon, Feb 3, 2014 at 11:15 AM, Vanjikumaran Sivajothy wrote:
>
>> Thanks you Eranda
>>
>>
>> On Mon, Feb 3, 2014 at 9:09 AM, Eranda Sooriyabandara wrote:
>>
>>> Hi Vanji,
>>> I did the preliminary changes need to be done to the mediation
>>> components and committed to [1]. You first need to add the related service
>>> stubs and features before you start building it.
>>>
>>> thanks
>>> Eranda
>>>
>>> [1]. https://github.com/wso2/carbon-mediation
>>>
>>> --
>>>
>>> *Eranda Sooriyabandara *Senior Software Engineer;
>>> Integration Technologies Team;
>>> WSO2 Inc.; http://wso2.com
>>> Lean . Enterprise . Middleware
>>>
>>> E-mail: eranda AT wso2.com
>>> Mobile: +94 716 472 816
>>> Linked-In: http://www.linkedin.com/in/erandasooriyabandara
>>> Blog: http://emsooriyabandara.blogspot.com/
>>>
>>>
>>>
>>>
>>>
>>
>>
>> --
>> Sivajothy Vanjikumaran
>> *Senior Software Engineer*
>> *Integration Technologies Team*
>> *WSO2 Inc. http://wso2.com *
>> *Mobile:(+94)777219209*
>> *Mobile USA:**(+1)918 813 2403*
>> [image: Facebook]  [image:
>> Twitter]  [image: 
>> LinkedIn] 
>> [image:
>> Blogger]  [image: 
>> SlideShare]
>>
>> This communication may contain privileged or other
>> confidential information and is intended exclusively for the addressee/s.
>> If you are not the intended recipient/s, or believe that you may
>> have received this communication in error, please reply to the
>> sender indicating that fact and delete the copy you received and in
>> addition, you should not print, copy, re-transmit, disseminate, or
>> otherwise use the information contained in this communication.
>> Internet communications cannot be guaranteed to be timely, secure, error
>> or virus-free. The sender does not accept liability for any errors
>> or omissions
>>
>
>
>
> --
> Sivajothy Vanjikumaran
> *Senior Software Engineer*
> *Integration Technologies Team*
> *WSO2 Inc. http://wso2.com *
> *Mobile:(+94)777219209*
> *Mobile USA:**(+1)918 813 2403*
> [image: Facebook]  [image: 
> Twitter] [image:
> LinkedIn]  
> [image:
> Blogger]  [image: 
> SlideShare]
>
> This communication may contain privileged or other
> confidential information and is intended exclusively for the addressee/s.
> If you are not the intended recipient/s, or believe that you may
> have received this communication in error, please reply to the
> sender indicating that fact and delete the copy you received and in
> addition, you should not print, copy, re-transmit, disseminate, or
> otherwise use the information contained in this communication.
> Internet communications cannot be guaranteed to be timely, secure, error
> or virus-free. The sender does not accept liability for any errors
> or omissions
>



-- 
Sivajothy Vanjikumaran
*Senior Software Engineer*
*Integration Technologies Team*
*WSO2 Inc. http://wso2.com *
*Mobile:(+94)777219209*
*Mobile USA:**(+1)918 813 2403*
[image: Facebook]  [image:
Twitter] [image:
LinkedIn] 
[image:
Blogger]  [image:
SlideShare]

This communication may contain privileged or other confidential information
and is intended exclusively for the addressee/s. If you are not the
intended recipient/s, or believe that you may have received this
communication in error, please reply to the sender indicating that fact and
delete the copy you received and in addition, you should not print,
copy, re-transmit, disseminate, or otherwise use the information contained
in this communication. Internet communications cannot be guaranteed to be
timely, secure, error or virus-free. The sender does not accept liability
for any errors or omissions
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Mediation components committed

2014-02-02 Thread Eranda Sooriyabandara
Hi Vanji,
We need github ids please.

thanks
Eranda


On Mon, Feb 3, 2014 at 11:58 AM, Vanjikumaran Sivajothy wrote:

> Please grant the rights to us (myself, jeewantha, Ishan)
>
> for https://github.com/wso2/carbon-mediation
>
> wso2-synapse (have to create)
>
>
>
> On Mon, Feb 3, 2014 at 11:15 AM, Vanjikumaran Sivajothy wrote:
>
>> Thanks you Eranda
>>
>>
>> On Mon, Feb 3, 2014 at 9:09 AM, Eranda Sooriyabandara wrote:
>>
>>> Hi Vanji,
>>> I did the preliminary changes need to be done to the mediation
>>> components and committed to [1]. You first need to add the related service
>>> stubs and features before you start building it.
>>>
>>> thanks
>>> Eranda
>>>
>>> [1]. https://github.com/wso2/carbon-mediation
>>>
>>> --
>>>
>>> *Eranda Sooriyabandara *Senior Software Engineer;
>>> Integration Technologies Team;
>>> WSO2 Inc.; http://wso2.com
>>> Lean . Enterprise . Middleware
>>>
>>> E-mail: eranda AT wso2.com
>>> Mobile: +94 716 472 816
>>> Linked-In: http://www.linkedin.com/in/erandasooriyabandara
>>> Blog: http://emsooriyabandara.blogspot.com/
>>>
>>>
>>>
>>>
>>>
>>
>>
>> --
>> Sivajothy Vanjikumaran
>> *Senior Software Engineer*
>> *Integration Technologies Team*
>> *WSO2 Inc. http://wso2.com *
>> *Mobile:(+94)777219209*
>> *Mobile USA:**(+1)918 813 2403*
>> [image: Facebook]  [image:
>> Twitter]  [image: 
>> LinkedIn] 
>> [image:
>> Blogger]  [image: 
>> SlideShare]
>>
>> This communication may contain privileged or other
>> confidential information and is intended exclusively for the addressee/s.
>> If you are not the intended recipient/s, or believe that you may
>> have received this communication in error, please reply to the
>> sender indicating that fact and delete the copy you received and in
>> addition, you should not print, copy, re-transmit, disseminate, or
>> otherwise use the information contained in this communication.
>> Internet communications cannot be guaranteed to be timely, secure, error
>> or virus-free. The sender does not accept liability for any errors
>> or omissions
>>
>
>
>
> --
> Sivajothy Vanjikumaran
> *Senior Software Engineer*
> *Integration Technologies Team*
> *WSO2 Inc. http://wso2.com *
> *Mobile:(+94)777219209*
> *Mobile USA:**(+1)918 813 2403*
> [image: Facebook]  [image: 
> Twitter] [image:
> LinkedIn]  
> [image:
> Blogger]  [image: 
> SlideShare]
>
> This communication may contain privileged or other
> confidential information and is intended exclusively for the addressee/s.
> If you are not the intended recipient/s, or believe that you may
> have received this communication in error, please reply to the
> sender indicating that fact and delete the copy you received and in
> addition, you should not print, copy, re-transmit, disseminate, or
> otherwise use the information contained in this communication.
> Internet communications cannot be guaranteed to be timely, secure, error
> or virus-free. The sender does not accept liability for any errors
> or omissions
>



-- 

*Eranda Sooriyabandara*Senior Software Engineer;
Integration Technologies Team;
WSO2 Inc.; http://wso2.com
Lean . Enterprise . Middleware

E-mail: eranda AT wso2.com
Mobile: +94 716 472 816
Linked-In: http://www.linkedin.com/in/erandasooriyabandara
Blog: http://emsooriyabandara.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Mediation components committed

2014-02-02 Thread Jeewantha Dharmaparakrama
ID - jeewamp
Email - jeew...@gmail.com


On Mon, Feb 3, 2014 at 11:59 AM, Vanjikumaran Sivajothy wrote:

> My Id - vanjikumaran
> email address - vanjikuma...@gmail.com
>
>
> On Mon, Feb 3, 2014 at 11:58 AM, Vanjikumaran Sivajothy wrote:
>
>> Please grant the rights to us (myself, jeewantha, Ishan)
>>
>> for https://github.com/wso2/carbon-mediation
>>
>> wso2-synapse (have to create)
>>
>>
>>
>> On Mon, Feb 3, 2014 at 11:15 AM, Vanjikumaran Sivajothy 
>> wrote:
>>
>>> Thanks you Eranda
>>>
>>>
>>> On Mon, Feb 3, 2014 at 9:09 AM, Eranda Sooriyabandara 
>>> wrote:
>>>
 Hi Vanji,
 I did the preliminary changes need to be done to the mediation
 components and committed to [1]. You first need to add the related service
 stubs and features before you start building it.

 thanks
 Eranda

 [1]. https://github.com/wso2/carbon-mediation

 --

 *Eranda Sooriyabandara *Senior Software Engineer;
 Integration Technologies Team;
 WSO2 Inc.; http://wso2.com
 Lean . Enterprise . Middleware

 E-mail: eranda AT wso2.com
 Mobile: +94 716 472 816
 Linked-In: http://www.linkedin.com/in/erandasooriyabandara
 Blog: http://emsooriyabandara.blogspot.com/





>>>
>>>
>>> --
>>> Sivajothy Vanjikumaran
>>> *Senior Software Engineer*
>>> *Integration Technologies Team*
>>> *WSO2 Inc. http://wso2.com *
>>> *Mobile:(+94)777219209*
>>> *Mobile USA:**(+1)918 813 2403*
>>> [image: Facebook]  [image:
>>> Twitter]  [image: 
>>> LinkedIn] 
>>> [image:
>>> Blogger]  [image: 
>>> SlideShare]
>>>
>>> This communication may contain privileged or other
>>> confidential information and is intended exclusively for the addressee/s.
>>> If you are not the intended recipient/s, or believe that you may
>>> have received this communication in error, please reply to the
>>> sender indicating that fact and delete the copy you received and in
>>> addition, you should not print, copy, re-transmit, disseminate, or
>>> otherwise use the information contained in this communication.
>>> Internet communications cannot be guaranteed to be timely, secure, error
>>> or virus-free. The sender does not accept liability for any errors
>>> or omissions
>>>
>>
>>
>>
>> --
>> Sivajothy Vanjikumaran
>> *Senior Software Engineer*
>> *Integration Technologies Team*
>> *WSO2 Inc. http://wso2.com *
>> *Mobile:(+94)777219209*
>> *Mobile USA:**(+1)918 813 2403*
>> [image: Facebook]  [image:
>> Twitter]  [image: 
>> LinkedIn] 
>> [image:
>> Blogger]  [image: 
>> SlideShare]
>>
>> This communication may contain privileged or other
>> confidential information and is intended exclusively for the addressee/s.
>> If you are not the intended recipient/s, or believe that you may
>> have received this communication in error, please reply to the
>> sender indicating that fact and delete the copy you received and in
>> addition, you should not print, copy, re-transmit, disseminate, or
>> otherwise use the information contained in this communication.
>> Internet communications cannot be guaranteed to be timely, secure, error
>> or virus-free. The sender does not accept liability for any errors
>> or omissions
>>
>
>
>
> --
> Sivajothy Vanjikumaran
> *Senior Software Engineer*
> *Integration Technologies Team*
> *WSO2 Inc. http://wso2.com *
> *Mobile:(+94)777219209*
> *Mobile USA:**(+1)918 813 2403*
> [image: Facebook]  [image: 
> Twitter] [image:
> LinkedIn]  
> [image:
> Blogger]  [image: 
> SlideShare]
>
> This communication may contain privileged or other
> confidential information and is intended exclusively for the addressee/s.
> If you are not the intended recipient/s, or believe that you may
> have received this communication in error, please reply to the
> sender indicating that fact and delete the copy you received and in
> addition, you should not print, copy, re-transmit, disseminate, or
> otherwise use the information contained in this communication.
> Internet communications cannot be guaranteed to be timely, secure, error
> or virus-free. The sender does not accept liability for any errors
> or omissions
>



-- 
Jeewantha Dharmaparakrama
Software Engineer; WSO2, Inc.; http://wso2.com/
Phone : (+94) 774726790
Skype : prasad.jeewantha
LinkedIn : http://www.linkedin.com/in/jeewanthad
Twitter: https://tw