Re: [Dev] Mutual SSL work with java 7 and open jdk 6 but not with sun java 6

2014-08-31 Thread Waruna Perera
Hi Janaka, Can you try running ESB with -Djavax.net.debug=ssl ? So that it will show more info regarding SSL connection setup. Thanks, On Mon, Sep 1, 2014 at 11:46 AM, Jay wrote: > Hi Varuna, > > I tired with your solution but problem still remain as same. Using SSLv3 > instead of TLS is work

Re: [Dev] Adding user to a tenant using admin services

2014-08-31 Thread Chamila Adhikarinayake
Hi Shariq, I debuged the addUser method in org.wso2.carbon.identity.user.registration.UserRegistrationService class and found the code snippet that causes the error. if (tenantConfig != null && tenantConfig.getSignUpDomain() != "") { int index = userName.indexOf(UserCoreConst

Re: [Dev] Please commit CARBON-14929

2014-08-31 Thread Chamil Jeewantha
Hi Sameera, Can you please commit the [1] [1] https://wso2.org/jira/browse/CARBON-14929 On Mon, Sep 1, 2014 at 10:44 AM, Chamil Jeewantha wrote: > Hi Geeth, > > Supun ran the build & tests successfully in his local environment. Can you > please commit this patch since he is not available. > >

Re: [Dev] Mutual SSL work with java 7 and open jdk 6 but not with sun java 6

2014-08-31 Thread Jay
Hi Varuna, I tired with your solution but problem still remain as same. Using SSLv3 instead of TLS is working fine with direct call but not for connector. And also above mentioned code is a part of BrainTree SDK, not a connector code. Thnaks. -- View this message in context: http://wso2-ox

Re: [Dev] Mutual SSL work with java 7 and open jdk 6 but not with sun java 6

2014-08-31 Thread Waruna Perera
Hi, Can you try to create SSLContext using SSLv3 instead of TLS? I had a similar problem with mutual SSL and found out that SSLv2 and TLS have compatibility issue in some forums. SSLv3 worked for me. Thanks, On Mon, Sep 1, 2014 at 10:21 AM, Jay wrote: > Dear All, > > When Braintree connector

[Dev] Cross browser test execution - UI tests using sauce labs

2014-08-31 Thread Dimuthu De Lanerolle
I have started seeking the possibility of the $Subject and will update the progress in due course. Regards -- Dimuthu De Lanerolle Software Engineer WSO2 Inc. lean . enterprise . middlewear. http://wso2.com/ Tel. : +94 11 2145345 Fax : +94 11 2145300 email : dimut...@wso2.com _

Re: [Dev] Please merge AS UI test pull request

2014-08-31 Thread Dimuthu De Lanerolle
Reminder ! Regards Dimuthu On Thu, Aug 21, 2014 at 8:35 PM, Dimuthu De Lanerolle wrote: > Hi AS Team, > > Pls merge the pull request for AS UI Tests : > https://github.com/wso2-dev/product-as/pull/22 > > Regards > > -- > Dimuthu De Lanerolle > Software Engineer > WSO2 Inc. > lean . enterprise

Re: [Dev] OSGI bundle conflict when starting up APIM GIT latest.

2014-08-31 Thread Roshan Wijesena
Hi Ruwan, As we discussed offline , I have done bit of changes to pull request and herewith sent it again. https://github.com/wso2-dev/carbon-apimgt/pull/6 Regards Roshan On Thu, Aug 28, 2014 at 10:32 AM, Roshan Wijesena wrote: > Hi Ruwan, > > Please merge below pull request, this will help

Re: [Dev] Changing port values outside carbon.xml with port offset value

2014-08-31 Thread Nipuni Perera
Hi, I could reproduce bind exceptions in jira issue [1] (for port 8200) with dual channel invocation (tested with ESB sample 13) with two ESB servers started with port offset. Port 8200 is used as the Reply-To address in both servers and does not update with the port offset. Value for port "localM

Re: [Dev] Please commit CARBON-14929

2014-08-31 Thread Chamil Jeewantha
Hi Geeth, Supun ran the build & tests successfully in his local environment. Can you please commit this patch since he is not available. Regards, Chamil On Mon, Sep 1, 2014 at 10:23 AM, Chamil Jeewantha wrote: > Hi Supun, > > Any update on this? > > > > On Fri, Aug 29, 2014 at 3:12 PM, Chamil

Re: [Dev] Please merge pull request #3 for product-bps

2014-08-31 Thread Hasitha Aravinda
Hi Frizan, We need to fix the following features for NDatasource. - org.wso2.carbon.attachment.mgt.server.feature - org.wso2.carbon.bpel.server.feature - org.wso2.carbon.humantask.server.feature Also we need to remove old data-source dependencies from BPEL and Humantask component as wel

Re: [Dev] WSO2 Committers += Rajith Vitharana

2014-08-31 Thread Manula Chathurika Thantriwatte
Congratulations !!! On Mon, Sep 1, 2014 at 10:22 AM, Tharindu Edirisinghe wrote: > Congratulations Rajith !!! > > > On Mon, Sep 1, 2014 at 10:05 AM, Pubudu Dissanayake > wrote: > >> Congratulations Rajith >> >> >> On Mon, Sep 1, 2014 at 10:01 AM, Thushara Ranawaka >> wrote: >> >>> Congrats Ra

Re: [Dev] Please commit CARBON-14929

2014-08-31 Thread Chamil Jeewantha
Hi Supun, Any update on this? On Fri, Aug 29, 2014 at 3:12 PM, Chamil Jeewantha wrote: > Hi Supun, > > I have re-attached the patch to the issue. Please proceed. > > Regards, > Chamil > > > On Fri, Aug 29, 2014 at 2:57 PM, Supun Malinga wrote: > >> Hi Chamil, >> >> I had a chat with Sameera

Re: [Dev] WSO2 Committers += Rajith Vitharana

2014-08-31 Thread Tharindu Edirisinghe
Congratulations Rajith !!! On Mon, Sep 1, 2014 at 10:05 AM, Pubudu Dissanayake wrote: > Congratulations Rajith > > > On Mon, Sep 1, 2014 at 10:01 AM, Thushara Ranawaka > wrote: > >> Congrats Rajith Aiya! >> >> >> On Mon, Sep 1, 2014 at 9:44 AM, Praneesha Chandrasiri > > wrote: >> >>> Congrats!

[Dev] Mutual SSL work with java 7 and open jdk 6 but not with sun java 6

2014-08-31 Thread Jay
Dear All, When Braintree connector was tested on ESB with Java SDK 1.6.0_22 all the methods threw the following exception trace and failed. [2014-08-29 16:42:09,415] ERROR - CreateTransaction java.io.IOException: subject key, java.lang.NullPointerException com.braintreegateway.exceptions.Unexpect

Re: [Dev] WSO2 Committers += Rajith Vitharana

2014-08-31 Thread Pubudu Dissanayake
Congratulations Rajith On Mon, Sep 1, 2014 at 10:01 AM, Thushara Ranawaka wrote: > Congrats Rajith Aiya! > > > On Mon, Sep 1, 2014 at 9:44 AM, Praneesha Chandrasiri > wrote: > >> Congrats!!! >> >> >> On Mon, Sep 1, 2014 at 9:38 AM, Suhan Dharmasuriya >> wrote: >> >>> Congrats Rajith! >>> >>>

Re: [Dev] WSO2 Committers += Rajith Vitharana

2014-08-31 Thread Thushara Ranawaka
Congrats Rajith Aiya! On Mon, Sep 1, 2014 at 9:44 AM, Praneesha Chandrasiri wrote: > Congrats!!! > > > On Mon, Sep 1, 2014 at 9:38 AM, Suhan Dharmasuriya > wrote: > >> Congrats Rajith! >> >> >> On Mon, Sep 1, 2014 at 9:25 AM, Dumidu Handakumbura >> wrote: >> >>> Congrats Rajith.. >>> >>> >>>

[Dev] BrainTree Connector Issue with JDK 1.6

2014-08-31 Thread Jay
Hi, When Braintree connector was tested on ESB with Java SDK 1.6.0_22 all the methods threw the following exception trace and failed. [2014-08-29 16:42:09,415] ERROR - CreateTransaction java.io.IOException: subject key, java.lang.NullPointerException com.braintreegateway.exceptions.UnexpectedExce

Re: [Dev] WSO2 Committers += Rajith Vitharana

2014-08-31 Thread Praneesha Chandrasiri
Congrats!!! On Mon, Sep 1, 2014 at 9:38 AM, Suhan Dharmasuriya wrote: > Congrats Rajith! > > > On Mon, Sep 1, 2014 at 9:25 AM, Dumidu Handakumbura > wrote: > >> Congrats Rajith.. >> >> >> On Mon, Sep 1, 2014 at 7:56 AM, Yasassri Ratnayake >> wrote: >> >>> Congrats Rajith!!! >>> >>> >>> On Mon

Re: [Dev] WSO2 Committers += Rajith Vitharana

2014-08-31 Thread Suhan Dharmasuriya
Congrats Rajith! On Mon, Sep 1, 2014 at 9:25 AM, Dumidu Handakumbura wrote: > Congrats Rajith.. > > > On Mon, Sep 1, 2014 at 7:56 AM, Yasassri Ratnayake > wrote: > >> Congrats Rajith!!! >> >> >> On Mon, Sep 1, 2014 at 7:44 AM, Jenananthan Yogendran < >> jenanant...@wso2.com> wrote: >> >>> cong

Re: [Dev] WSO2 Committers += Rajith Vitharana

2014-08-31 Thread Aruna Karunarathna
Congratzz Rajith...!!! On Mon, Sep 1, 2014 at 9:25 AM, Dumidu Handakumbura wrote: > Congrats Rajith.. > > > On Mon, Sep 1, 2014 at 7:56 AM, Yasassri Ratnayake > wrote: > >> Congrats Rajith!!! >> >> >> On Mon, Sep 1, 2014 at 7:44 AM, Jenananthan Yogendran < >> jenanant...@wso2.com> wrote: >> >>

Re: [Dev] WSO2 Committers += Rajith Vitharana

2014-08-31 Thread Dumidu Handakumbura
Congrats Rajith.. On Mon, Sep 1, 2014 at 7:56 AM, Yasassri Ratnayake wrote: > Congrats Rajith!!! > > > On Mon, Sep 1, 2014 at 7:44 AM, Jenananthan Yogendran < > jenanant...@wso2.com> wrote: > >> congrats Rajith >> >> >> On Fri, Aug 29, 2014 at 5:10 PM, Abimaran Kugathasan >> wrote: >> >>> Cong

Re: [Dev] [Issue] Jaggery post() method

2014-08-31 Thread Jerad Rutnam
Hi Tishan, Thanks a lot for your reply, I will sure try that out. and I will report the documentation issue on JIRA as well. Regards, Jerad On Fri, Aug 29, 2014 at 5:41 PM, Tishan Dahanayakage wrote: > Hi Jerad, > Does your end point URL has a service to serve your HTTP post? Since > Jaggery

Re: [Dev] WSO2 Committers += Rajith Vitharana

2014-08-31 Thread Yasassri Ratnayake
Congrats Rajith!!! On Mon, Sep 1, 2014 at 7:44 AM, Jenananthan Yogendran wrote: > congrats Rajith > > > On Fri, Aug 29, 2014 at 5:10 PM, Abimaran Kugathasan > wrote: > >> Congrats Rajith! >> >> >> On Fri, Aug 29, 2014 at 8:41 AM, Lakshman Udayakantha > > wrote: >> >>> congratulations rajith...

Re: [Dev] WSO2 Committers += Rajith Vitharana

2014-08-31 Thread Jenananthan Yogendran
congrats Rajith On Fri, Aug 29, 2014 at 5:10 PM, Abimaran Kugathasan wrote: > Congrats Rajith! > > > On Fri, Aug 29, 2014 at 8:41 AM, Lakshman Udayakantha > wrote: > >> congratulations rajith...!! >> >> >> On Fri, Aug 29, 2014 at 8:35 AM, Niranda Perera wrote: >> >>> Congrats Rajith! >>> >>>

[Dev] Please merge pull request #3 for product-bps

2014-08-31 Thread Firzhan Naqash
Hi, Please review and merge the pull request[1], which is a fix for issue[2] [1] https://github.com/wso2-dev/product-bps/pull/3 [2] https://wso2.org/jira/browse/BPS-185 Thanks, Regards, Firzhan ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-

Re: [Dev] [AS] Error in shutting down the server : Cannot put transports into maintenance mode : NPE from RegistryConfigLoader

2014-08-31 Thread Firzhan Naqash
Hi, Thanks for pointing out. Although the error occurs in difference mode, root cause seems to be the same reason. I think this is not a carbon issue and this is a registry issue. Thanks Regards, Firzhan On Sun, Aug 31, 2014 at 4:36 PM, Pulasthi Mahawithana wrote: > Hi, > > There is already

[Dev] NoClassDefFoundError at Server startup from tracer module

2014-08-31 Thread Pulasthi Mahawithana
Hi, I'm getting the following at server startup, java.lang.NoClassDefFoundError: org/wso2/carbon/logging/appenders/CircularBuffer at org.wso2.carbon.tracer.module.MemoryBasedTracePersister.(MemoryBasedTracePersister.java:36) at org.wso2.carbon.tracer.module.TracerModule.init(TracerModule.java:83

Re: [Dev] [AS] Error in shutting down the server : Cannot put transports into maintenance mode : NPE from RegistryConfigLoader

2014-08-31 Thread Pulasthi Mahawithana
Hi, There is already a carbon JIRA[1] for this issue. [1] https://wso2.org/jira/browse/CARBON-14904 On Sun, Aug 31, 2014 at 10:52 AM, Firzhan Naqash wrote: > Hi, > > Thanks Ajith for the detailed explanation. I have created following JIRA[1] > > [1] https://wso2.org/jira/browse/REGISTRY-2291