Re: [Dev] [PPaaS] Need to move Configurator to Components and Create a Distribution

2015-05-25 Thread Udara Liyanage
Hi Anurudda, I put some comments for the pull request. Please consider/fix them. On Tue, May 26, 2015 at 11:56 AM, Anuruddha Liyanarachchi < anurudd...@wso2.com> wrote: > Hi Imesh, > > I have now created configurator feature. > Can you please review and merge [1] for the same. > > [1] https://g

[Dev] Please review and merge

2015-05-25 Thread Anuruddha Liyanarachchi
Hi, Please $subject PR [1] which contain ESB templates for configurator. [1]https://github.com/wso2/product-private-paas/pull/74 -- *Thanks and Regards,* Anuruddha Lanka Liyanarachchi Software Engineer - WSO2 Mobile : +94 (0) 712762611 Tel : +94 112 145 345 a nurudd...@wso2.com ___

Re: [Dev] [PPaaS] Need to move Configurator to Components and Create a Distribution

2015-05-25 Thread Anuruddha Liyanarachchi
Hi Imesh, I have now created configurator feature. Can you please review and merge [1] for the same. [1] https://github.com/wso2/product-private-paas/pull/73 Thanks On Tue, May 26, 2015 at 10:24 AM, Imesh Gunaratne wrote: > Hi Anuruddha, > > I think we also need to create a feature for the C

[Dev] Please Review and Merge

2015-05-25 Thread Chamalee De Silva
This is the Fix [1] for public JIRA [2]. $Subject. [1] https://github.com/wso2/carbon-apimgt/pull/492 [2] https://wso2.org/jira/browse/APIMANAGER-3649 -- Thanks & Regards, *Chamalee De Silva* Software Engineer *WS**O2* Inc. .:http://wso2.com lean *.* enterprise *.* middleware Office :- *+94

Re: [Dev] Adding custom UserOperationEventListener to Carbon Core

2015-05-25 Thread Damith Senanayake
​ This is my 'activate' method. protected void activate(ComponentContext context) { UserRenameEventListener renameEventListener=new UserRenameEventListener(); if(userOperationEventListeners==null){ userOperationEventListeners=new TreeMap(); } userOperationEv

Re: [Dev] Adding custom UserOperationEventListener to Carbon Core

2015-05-25 Thread Damith Senanayake
I tried writing an activate method. And it gets called. However, I think it breaks the normal procedure, because now I cannot login even under valid credentials. Any idea why this occurs? On Tue, May 26, 2015 at 10:44 AM, Tharik Kanaka wrote: > Didn't you try by adding an activate method registe

Re: [Dev] Please review the PR for ESBJAVA-3384

2015-05-25 Thread Malaka Silva
Hi Shakila, I have reviewed your fix. msgContext.getProperty(PassThroughConstants.FAULTS_AS_HTTP_200).toString(). toUpperCase()); we need to check msgContext.getProperty(PassThroughConstants.FAULTS_AS_HTTP_200) for null. I think this may throw nullpointer exception if the FAULTS_AS_HTTP_200 pro

Re: [Dev] Orbit Bundle orbit/jsonpath/0.8.1.wso2v1

2015-05-25 Thread Dhanuka Ranasinghe
copying Maheshika. *Dhanuka Ranasinghe* Senior Software Engineer WSO2 Inc. ; http://wso2.com lean . enterprise . middleware phone : +94 715381915 On Mon, May 25, 2015 at 3:45 PM, Manoj Kumara wrote: > Merged. > > @Maheshika, > Can you please deploy. > > > *Manoj Kumara* > Software Engineer >

Re: [Dev] Drupal - IS integration

2015-05-25 Thread Nirmani Meegahathenna
Hi, This is the method where exception occurs public static function ldap_add($link_identifier, $dn, $entry) { > > // Devel debugging. > > if (variable_get('simple_ldap_devel', FALSE)) { > > dpm(__FUNCTION__); > > dpm(array( > > '$dn' => $dn, > > '$entry' =>

Re: [Dev] Adding custom UserOperationEventListener to Carbon Core

2015-05-25 Thread Tharik Kanaka
Didn't you try by adding an activate method register inside? Because usually in osgi you need ComponentContext to register services which is available in activate method. Regards, On Tue, May 26, 2015 at 10:36 AM, Damith Senanayake wrote: > Hi, > > I am trying to make a custom UserOperationEven

Re: [Dev] Orbit Bundle orbit/jsonpath/0.8.1.wso2v1

2015-05-25 Thread Dhanuka Ranasinghe
Hi Isuru, Could you please use latest json-path-0.8.1 bundle which reside in git orbit for the upcoming *carbon-mediation* release. Please note following changes which are applied compared to one in SVN. 1. *net.minidev* package won't export from this bundle. 2. *group-Id* changed to *org.wso2.or

Re: [Dev] Please review the PR for ESBJAVA-3384

2015-05-25 Thread Shakila Sivagnanarajah
Hi Malaka, The FAULTS_AS_HTTP_200 property is working fine with the sample [2] with a minor modification [3]. And one mistake in the sample given in the JIRA ticket [1]. It doesn't has FAULTS_AS_HTTP_200 property in inSequence. Find the issue [1]. [1] https://wso2.org/jira/browse/ESBJAVA-3384 [2]

Re: [Dev] Adding custom UserOperationEventListener to Carbon Core

2015-05-25 Thread Johann Nallathamby
You have to write one. Thanks, Johann. On Tue, May 26, 2015 at 10:36 AM, Damith Senanayake wrote: > Hi, > > I am trying to make a custom UserOperationEventListener, and want to > register it as an OSGI service in the carbon.user.core component. > > I referred to carbon.identity.mgt component to

[Dev] Adding custom UserOperationEventListener to Carbon Core

2015-05-25 Thread Damith Senanayake
Hi, I am trying to make a custom UserOperationEventListener, and want to register it as an OSGI service in the carbon.user.core component. I referred to carbon.identity.mgt component to see how the Identity management listener is registered. I saw that it was instantiated and registered in the Id

Re: [Dev] [Jaggery] Calling javascript function from .Jag file

2015-05-25 Thread Himasha Guruge
Hi All, Yes, the issue was regarding directly calling a client-side function. Therefore passed the required attributes through a session, and called the functions from the client-side. Thanks, On Tue, May 26, 2015 at 10:13 AM, Sajith Ariyarathna wrote: > Hi Himasha, > > Jaggery scripts runs in

Re: [Dev] [PPaaS] Need to move Configurator to Components and Create a Distribution

2015-05-25 Thread Imesh Gunaratne
Hi Anuruddha, I think we also need to create a feature for the Configurator and use that to build its product distribution. In addition we need to make sure that Configurator maven artifacts are uploaded to Nexus on maven deploy command. Thanks On Mon, May 25, 2015 at 9:20 PM, Imesh Gunaratne w

Re: [Dev] NoClassDefFoundError for org.apache.log.format.Formatter on initializing Apache Veloctity Engine

2015-05-25 Thread Danushka Fernando
Probably velocity version you use referring to a different version of log4j assuming this class is (which is not found) is a log4j class Thanks & Regards Danushka Fernando Senior Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On May 25, 2015 2:17 PM, "Rajith Vitharana" wrote

Re: [Dev] [Jaggery] Calling javascript function from .Jag file

2015-05-25 Thread Sajith Ariyarathna
Hi Himasha, Jaggery scripts runs in the server-side. Hence, you cannot use client-side JavaScript functions such as 'alert'. Please make sure that "/js/actions.js" have only server-side functions. Thank you. On Mon, May 25, 2015 at 10:57 AM, Himasha Guruge wrote: > Hi All, > > I have a .jag fi

Re: [Dev] [Jaggery] Calling javascript function from .Jag file

2015-05-25 Thread Dilan Udara Ariyaratne
Hi Himasha, AFAIU, Are you calling a javascript alert() function within a .jag script? If so, that should be the problem. We cannot call client-side javascript functions like "alert()" at server-side jaggery layer. Cheers, Dilan. *Dilan U. Ariyaratne* Software Engineer WSO2 Inc.

Re: [Dev] Testing Jacoco based code coverage genration

2015-05-25 Thread Nuwan Wimalasekara
Hi Ramith, You can find the documentation from[1] [1] https://docs.google.com/document/d/1pMJGdRH4Kmc4J3rYzgnpGlR5AnSeoC4QL9gMX9tUhYs/edit#heading=h.yemie7ivahbz Thanks, Nuwanw On Sat, May 23, 2015 at 4:18 PM, Ramith Jayasinghe wrote: > do we have any documentation on this? > > On Wed, May 13,

[Dev] [AppM] Please review and merge PR (APPM-977)

2015-05-25 Thread Sachith Herath
Hi Team, Please merge PR [1] This fixes the issue [2] [1] *https://github.com/wso2/product-app-manager/pull/228 * [2] *https://wso2.org/jira/browse/APPM-977 * *Sachith Ushan* Software Engineering intern

Re: [Dev] Drupal - IS integration

2015-05-25 Thread Chanuka Dissanayake
Hi Nirmani, It looks like when try to login, if that user doesn’t exist in the drupal database, exception occurs but at the same time that user will get added in to the drupal database. Therefore at the second time you can log in without an issue. Can you share the code and meanwhile check whethe

Re: [Dev] Pull Request for adding Hadoop Carbon Datasource implementation

2015-05-25 Thread Gokul Balakrishnan
Sorry, [1] is at https://github.com/wso2/carbon-data/pull/16. Thanks, On 25 May 2015 at 20:59, Gokul Balakrishnan wrote: > H Anjana, > > I sent $subject at [1]. Could you please remove and merge? > > Thanks, > > -- > Gokul Balakrishnan > Senior Software Engineer, > WSO2, Inc. http://wso2.com >

[Dev] Pull Request for adding Hadoop Carbon Datasource implementation

2015-05-25 Thread Gokul Balakrishnan
H Anjana, I sent $subject at [1]. Could you please remove and merge? Thanks, -- Gokul Balakrishnan Senior Software Engineer, WSO2, Inc. http://wso2.com Mob: +94 77 593 5789 | +1 650 272 9927 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/ma

Re: [Dev] Using String objects for boolean use-cases

2015-05-25 Thread Harshan Liyanage
Hi Dulanja, Thanks for the info. Regards, Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com * lean.enterprise.middleware. On Mon, May 25, 2015 at 10:45 PM, Dulanja Liyanage w

[Dev] Please review and merge PR

2015-05-25 Thread Malintha Amarasinghe
Hi, Please review and merge the fix [1] for the JIRA [2]. Thank you. [1] https://github.com/wso2/carbon-apimgt/pull/490 [2] https://wso2.org/jira/browse/APIMANAGER-3575 -- Malintha Amarasinghe Software Engineer *WSO2, Inc. - lean | enterprise | middleware* http://wso2.com/ Mobile : +94 71238

Re: [Dev] Serving static content is not working with WSO2 Application Server

2015-05-25 Thread KasunG Gajasinghe
Hi Hasitha, Just following up on the mails. Sorry for the late reply. What you can do is - install the webapp mgt features on the products where you need the webapp deployment support. Then, copy your folder into the repo/deployment/webapps folder. There is no configuration that needs to be done t

Re: [Dev] [CEP] Error while creating an output adopter using embedded CEP in Stratos.

2015-05-25 Thread Ashan Dhananjaya
Hi Lasantha, CEP version is 3.0.0. Yes i'm using the embedded Cassandra within cep.I tried admin:admin as well but giving the same issue.Find the attached outputAdaptor here. On Mon, May 25, 2015 at 10:52 PM, Lasantha Fernando wrote: > Hi Ashan, > > Can you tell us the CEP version you are using

Re: [Dev] [CEP] Error while creating an output adopter using embedded CEP in Stratos.

2015-05-25 Thread Lasantha Fernando
Hi Ashan, Can you tell us the CEP version you are using? A similar error was reported for CEP-4.0.0-M5 in [1], but was fixed for the CEP-4.0.0-Alpha pack. Also, better if you can share the full configuration. Are you using the embedded cassandra within CEP with the default configurations? AFAIR,

Re: [Dev] Using String objects for boolean use-cases

2015-05-25 Thread Dulanja Liyanage
Hi Harshan, That's not the only usage of that variable. JSP at [1] is included by the login.jsp. [1] https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/components/identity/org.wso2.carbon.identity.application.authentication.endpoint/4.2.2/src/main/webapp/basicauth.jsp Thanks, Dulanj

[Dev] [CEP] Error while creating an output adopter using embedded CEP in Stratos.

2015-05-25 Thread Ashan Dhananjaya
Hi all, I'm getting following exception in the back-end and giving an error message saying *"Connection not successful: org/apache/cassandra/thrift/InvalidRequestException"*. It was given when i was deploying the out-put adapter. These are the configurations i have used : false cassandra 916

Re: [Dev] [PPaaS] Need to move Configurator to Components and Create a Distribution

2015-05-25 Thread Imesh Gunaratne
Thanks Anuruddha! I reviewed your pull request and merged. On Mon, May 25, 2015 at 5:30 PM, Anuruddha Liyanarachchi < anurudd...@wso2.com> wrote: > Hi Imesh, > > I have now completed $subject. Can you please review and merge [1] > > [1]https://github.com/wso2/product-private-paas/pull/72 > > On

Re: [Dev] [DevStudio] Upgrading to Eclipse Che 3.9.2 for WSO2 Developer Studio 4.0.0-M1 release

2015-05-25 Thread Rajeevan Vimalanathan
Thanks Gayan for merging PR! All the scenarios are working fine with Mac OS X 10.10 Yosemite. We can do the release once the Windows part is fixed from Eclipse Che side. Thanks, Rajeevan On Mon, May 25, 2015 at 6:40 PM, Gayan Yalpathwala wrote: > Hi Rajeevan, > > PR is merged. > From above ment

[Dev] Drupal - IS integration

2015-05-25 Thread Nirmani Meegahathenna
Hi, I'm trying to integrate Drupal with IS for SSO provisioning. Followed this article. http://wso2.com/library/articles/2014/10/wso2-identity-server-single-sign-on-with-drupal/#installsimplesamlphp Using SimpleLdap module to connect with OT LDAP. Get

[Dev] [BPS] Please review and merge pull requests.

2015-05-25 Thread Vinod Kavinda
Hi, Please find the PR [1] and [2] for issue [3] [1] - https://github.com/wso2/carbon-business-process/pull/56 [2] - https://github.com/wso2/product-bps/pull/37 [3] - https://wso2.org/jira/browse/BPS-597 -- Vinod Kavinda Software Engineer, *WSO2, Inc .* Mobile : +94 (0) 712

Re: [Dev] [DevStudio] Upgrading to Eclipse Che 3.9.2 for WSO2 Developer Studio 4.0.0-M1 release

2015-05-25 Thread Gayan Yalpathwala
Hi Rajeevan, PR is merged. >From above mentioned issues, [1] is fixed and works in order. But I still find an issue in Windows x64, reported in https://bugs.eclipse.org/bugs/show_bug.cgi?id=468165, which prevents me from working out [2]. Thanks, On Mon, May 25, 2015 at 3:21 PM, Rajeevan Vimalan

[Dev] Please Review and Merge

2015-05-25 Thread Chamin Dias
Hi, This is the Fix [1] for JIRA issue [2]. Please review and merge. [1] https://github.com/wso2/carbon-apimgt/pull/487 [2] https://wso2.org/jira/browse/APIMANAGER-3556 Thanks. -- Chamin Dias *Software Engineer* Mobile : +94 (0) 716 097455 <%2B94%20%280%29%20773%20451194> cham...@wso2.com ___

Re: [Dev] Orbit Bundle orbit/jsonpath/0.8.1.wso2v1

2015-05-25 Thread Lasantha Fernando
Thanks Dhanuka for the update. Yes it seems that carbon-mediation is using json-path-0.8.1. +1 to move to a newer version of json-path. Thanks, Lasantha On 25 May 2015 at 15:45, Manoj Kumara wrote: > Merged. > > @Maheshika, > Can you please deploy. > > > *Manoj Kumara* > Software Engineer > WS

Re: [Dev] [MB] Message delivery is blocked if "maxNumberOfReadButUndeliveredMessages" is reached at the slotDeliveryWorker buffer.

2015-05-25 Thread Anuja Herath
Hi Pamod, I tried decreasing "performanceTuning/delivery/ maxNumberOfReadButUndeliveredMessages" to 10, but the issue did not reproduced. I'm going to try above issue with a queue. Thanks, Anuja. On Mon, May 25, 2015 at 2:13 PM, Pamod Sylvester wrote: > Hi Anuja, > > One way to get the readB

Re: [Dev] [PPaaS] Need to move Configurator to Components and Create a Distribution

2015-05-25 Thread Anuruddha Liyanarachchi
Hi Imesh, I have now completed $subject. Can you please review and merge [1] [1]https://github.com/wso2/product-private-paas/pull/72 On Mon, May 25, 2015 at 12:25 PM, Imesh Gunaratne wrote: > Hi Anuruddha, > > I think we need to move the Configurator to components folder [1] and > rename it to

Re: [Dev] Orbit Bundle orbit/jsonpath/0.8.1.wso2v1

2015-05-25 Thread Manoj Kumara
Merged. @Maheshika, Can you please deploy. *Manoj Kumara* Software Engineer WSO2 Inc. http://wso2.com/ *lean.enterprise.middleware* Mobile: +94713448188 On Mon, May 25, 2015 at 3:07 PM, Dhanuka Ranasinghe wrote: > Hi Lasantha, > > Thanks for the information. Currently the orbit bundle mention

Re: [Dev] MQTT Axis2 Transport

2015-05-25 Thread Sriashalya Srivathsan
Hi Chanka, I've added the mqtt axis2 transport code to git. Please find the pull request below. https://github.com/wso2/wso2-axis2-transports/pull/38 Thank you. On Mon, May 25, 2015 at 1:28 PM, Chanaka Fernando wrote: > +1. > > On Mon, May 25, 2015 at 12:12 PM, Malaka Silva wrote: > >> +1 for

[Dev] [DevStudio] Upgrading to Eclipse Che 3.9.2 for WSO2 Developer Studio 4.0.0-M1 release

2015-05-25 Thread Rajeevan Vimalanathan
Hi, We have upgraded WSO2 Developer Studio with Eclipse Che 3.9.2 (4.0.0-M0 has Eclipse Che 3.8.0). This particular release of Eclipse Che is promised to fix the blockers and outstanding issues [1] & [2] reported to Codenvy. These changes will be effective with Developer Studio 4.0.0-M1. Please re

Re: [Dev] Error logged at INFO level when starting MB integration tests.

2015-05-25 Thread Ramith Jayasinghe
reason was Emma's instrumentation is not compatible is java 7. On Sun, May 24, 2015 at 6:08 AM, Indika Sampath wrote: > We found that above exception occurred due to current testing framework > instrumentation not compatible with Java 7. So we found that it has updated > in mail thread [1] and e

Re: [Dev] Orbit Bundle orbit/jsonpath/0.8.1.wso2v1

2015-05-25 Thread Dhanuka Ranasinghe
Hi Lasantha, Thanks for the information. Currently the orbit bundle mentioned (in SVN) export *net.minidev* package from same bundle, which seems to be wrong since it's just a dependency and *APIM* getting OSGi issues because of that. Also this bundle comes with *carbon-mediation* but since we fac

Re: [Dev] [ESB] Callbacks recycling analysis for standard transports

2015-05-25 Thread Suhan Dharmasuriya
Hi Isuru, Thanks and Noted... Thanks, Suhan On Mon, May 25, 2015 at 2:27 PM, Isuru Udana wrote: > Hi Suhan, > > You can enabled debug logs. In debug log statements are getting printed > for callback addition and removal. > > Thanks. > > On Mon, May 25, 2015 at 2:23 PM, Suhan Dharmasuriya > wr

Re: [Dev] [ESB] Callbacks recycling analysis for standard transports

2015-05-25 Thread Isuru Udana
Hi Suhan, You can enabled debug logs. In debug log statements are getting printed for callback addition and removal. Thanks. On Mon, May 25, 2015 at 2:23 PM, Suhan Dharmasuriya wrote: > Hi, > > How can I analyze whether Callbacks are getting recycled or not for > standard transports > (say HTT

[Dev] [ESB] Callbacks recycling analysis for standard transports

2015-05-25 Thread Suhan Dharmasuriya
Hi, How can I analyze whether Callbacks are getting recycled or not for standard transports (say HTTP) in ESB 4.8.1? What is the best way? Thanks, Suhan -- Suhan Dharmasuriya Software Engineer - Test Automation *WSO2, Inc. * lean . enterprise . middleware Tel: +94 112 145345 Mob: +94 779 8691

Re: [Dev] Fwd: AppManager Integration Progress Update

2015-05-25 Thread Chathura Dilan
Hi Manoj, Noted, and changes are done! We need to test it before EOD. On Mon, May 25, 2015 at 12:28 PM, Manoj Gunawardena wrote: > Hi App Manager Team, > > Please use password grant type OAUTH token to invoke end point in MDM. > password grant type tokens should be fetch using pre configured su

Re: [Dev] NoClassDefFoundError for org.apache.log.format.Formatter on initializing Apache Veloctity Engine

2015-05-25 Thread Rajith Vitharana
Hi Rasika, Are those classes are available in Runtime? is you project an OSGI bundle? if both are true, try importing those packages in maven bundle plugin. Thanks, On Mon, May 25, 2015 at 2:08 PM, Rasika Perera wrote: > Hi, > > I am getting class loading error when trying to initialize apache

Re: [Dev] [MB] Message delivery is blocked if "maxNumberOfReadButUndeliveredMessages" is reached at the slotDeliveryWorker buffer.

2015-05-25 Thread Pamod Sylvester
Hi Anuja, One way to get the readButUndeliveredMessages buffer full is to execute subscriptions in Client-Ack mode and refrain from acknowledging. This will hold onto all the messages until the retry could is breached before sending it to the DLC Also you could modify the buffer size in broker.xm

[Dev] NoClassDefFoundError for org.apache.log.format.Formatter on initializing Apache Veloctity Engine

2015-05-25 Thread Rasika Perera
Hi, I am getting class loading error when trying to initialize apache velocity engine. Server log can be found on [1] and dependency tree is on [2]. Since multiple velocity instances could cause the problem also tried using "provided" on the pom.xml. org.apache.velocity velocity 1.7

[Dev] [MB] Message delivery is blocked if "maxNumberOfReadButUndeliveredMessages" is reached at the slotDeliveryWorker buffer.

2015-05-25 Thread Anuja Herath
Hi, I am working on this issue [1]. I tried reproducing it, but was unsuccessful. I increased flow control using broker.xml. But still, issue didn't reproduced. Anybody who could reproduce this issue? [1] https://wso2.org/jira/browse/MB-906 Thanks, Anuja. -- Anuja Herath *Software Engineer*

[Dev] Please Review and Merge PR

2015-05-25 Thread Rajeenthini Satkunam
Hi all, Please review and merge the pull request[1].This is for adding client-side and server-side validations for Enterprise Store publisher. [1] - https://github.com/wso2/carbon-store/pull/33 -- *Thank You.* *Rajeenthini Satkunam* *Associate Software Engineer | WSO2* *E:rajeenth...@wso2.

Re: [Dev] MQTT Axis2 Transport

2015-05-25 Thread Chanaka Fernando
+1. On Mon, May 25, 2015 at 12:12 PM, Malaka Silva wrote: > +1 for wso2-axis2-transport/modules/mqtt > > On Mon, May 25, 2015 at 12:10 PM, Sriashalya Srivathsan > wrote: > >> Hi Chanaka, >> I need to bring the mqtt code to git code base? Can I get it in following >> location? >> wso2-axis2-tran

Re: [Dev] [Architecture] Developer Studio 3.8.0 M1 Released!

2015-05-25 Thread Gayan Yalpathwala
Hi Harshana, Yes. Dev Studio 3.8.0 will support both Eclipse Luna SR2 and JDK 1.8. Thanks, On Mon, May 25, 2015 at 1:03 PM, Harshana Eranga Martin < harshan...@gmail.com> wrote: > Hi Gayan, > > Does Dev Studio 3.8 version going to support Eclipse Luna SR2 and JDK > 1.8.0 version? > > Thanks and

Re: [Dev] [MB] Ciphertools - To include or not to include

2015-05-25 Thread Niranjan Karunanandham
Hi Hemika, Currently we are in the process of creating the cipher-tool[1] as a feature so that products can be easily install via the p2-profile. As of now, you will need to copy the cipher-tool jar to /lib and the necessary files (cipher-text.properties and cipher-tool.properties) to /repository/

Re: [Dev] [Architecture] Developer Studio 3.8.0 M1 Released!

2015-05-25 Thread Harshana Eranga Martin
Hi Gayan, Does Dev Studio 3.8 version going to support Eclipse Luna SR2 and JDK 1.8.0 version? Thanks and Regards, Harshana -- Harshana Eranga Martin Committer - Eclipse ECF: http://www.eclipse.org/ecf/ Blog: http://harshana05.blogspot.com Profile: https://www.google.com/profiles/harshana05 On