Re: [Dev] [IOT]Concerns regarding saving the image and binary files in the File System

2017-08-16 Thread Chathura Ekanayake
As Charitha and Waruna mentioned, we will have to implement the storage method as an extension, where it is possible to switch among local file system (with rsync), FTP, S3, etc based on deployment requirements. @ChathuraD: We will not be exposing the actual storage to outside and all accesses

Re: [Dev] New device type for IOTS ( Laptop agent )

2017-08-01 Thread Chathura Ekanayake
Hi Lahiru, Are we using the new custom device type implementation for this? If so, which changes are needed to the device type to work in the cloud? Regards, Chathura On Sun, Jul 30, 2017 at 8:32 AM, Lahiru Madushanka wrote: > Hi all, > > We had a slight change of plans

[Dev] Editing scopes in API manager

2016-10-23 Thread Chathura Ekanayake
Is there a way to edit existing scope details? I think it is useful to add or remove authorized roles in a scope. One problem in editing scope details is that it could make currently issued tokens inconsistent with the authorization policy. I think we can handle that by invalidating all issued

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-08-14 Thread Chathura Ekanayake
Hi Heshan, It looks good so far.. However, there are few fixes to be done. - Properties box cannot be closed. - Circles in bending positions of edges have to be shown only when mouse gets over them - Gateways should allow multiple connection points (at least 4) Regards, Chathura On Fri, Aug

Re: [Dev] Shipping a pre-populated db with samples in Process Center.

2016-08-09 Thread Chathura Ekanayake
Yes, it is helpful to have a collection of samples for PC. PC has an import/export feature where processes and related artifacts can be exported into an archive and imported later. One option is to use this feature to ship a set of samples. Some other process repositories are also using similar

Re: [Dev] Deleting events from DAS

2016-06-30 Thread Chathura Ekanayake
equirement? > > >> >> On Thu, Jun 30, 2016 at 11:18 AM, Chathura Ekanayake <chath...@wso2.com> >> wrote: >> >>> Can we delete events from DAS event store? >>> >>> - Chathura >>> >>>

[Dev] Deleting events from DAS

2016-06-29 Thread Chathura Ekanayake
Can we delete events from DAS event store? - Chathura ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [Architecture] [BPS] [UUF] Developing BPMN Explorer UI using UUF for BPS

2016-05-20 Thread Chathura Ekanayake
calls from UI using $.ajax() in jquery or XMLHttpRequest >> in client-side Js. >> >> * In the edge cases that you really need to make HTTP calls from the >> server side Js, you can initiate; apache commons 'HttpClient' or java.net >> 'URLConnection' through Nashorn. >> >

Re: [Dev] [Architecture] [BPS] [UUF] Developing BPMN Explorer UI using UUF for BPS

2016-05-19 Thread Chathura Ekanayake
So there is not separation between UI back-end and the actual server (e.g. BPS runtime)? i.e. both always run in the same jvm? On Thu, May 19, 2016 at 11:47 PM, Manuranga Perera wrote: > Yes, you will be able to call OSGi services. > > On Thu, May 19, 2016 at 12:53 PM, Hemika

Re: [Dev] WSO2 Process Center

2016-04-07 Thread Chathura Ekanayake
Hi Lakshitha, Currently, BPEL processes are not supported by process center. Only BPMN models (i.e .bpmn files) can be associated with processes in PC. Regards, Chathura On Wed, Apr 6, 2016 at 10:14 AM, Lakshitha Warnakulasuriya < lakshitha...@gmail.com> wrote: > Hi All, > > Is there any way

Re: [Dev] [ES][PC] Prevent automatic redirection in form submission in Process Center

2016-04-04 Thread Chathura Ekanayake
Hi Sameera, Some fields supported by this search feature are not included in RXT. For example, a process can have associated PDF files and the input provided for the "Document content" field should match content of such PDF files (using a Lucene based search). Therefore, I think the default

Re: [Dev] [Architecture] [BPS] Rendering information of the current task of a BPMN process instance

2016-03-19 Thread Chathura Ekanayake
Hi Dilini, How are you fetching information about tasks in the current implementation? Activiti REST API provides support for fetching task related information. If we don't have it currently in our new REST API, we can add similar methods to it. Regards, Chathura On Wed, Mar 16, 2016 at 9:18

Re: [Dev] [VOTE] Release WSO2 Business Process Server 3.5.1 RC3

2016-03-03 Thread Chathura Ekanayake
Tested rest tasks, correlations, throwing and catching errors within BPMN, BPMN compensations, multi-instance tasks, BPMN transactional subprocesses with cancellations and API manager workflow integrations. [x] Stable - go ahead and release - Chathura On Thu, Mar 3, 2016 at 1:54 PM, Nandika

Re: [Dev] [VOTE] Release WSO2 BRS 2.2.0 RC2

2015-12-23 Thread Chathura Ekanayake
Tested samples, rule wizard with inline and registry based rules. [+] - Stable - Go ahead and release. - Chathura On Wed, Dec 23, 2015 at 3:33 PM, Amal Gunatilake wrote: > Hi All, > > I have tested the basic functionalities in Windows environment. > >- Single node Windows

Re: [Dev] [BPS][DAS] Sorting feature and range faceting for the aggregated records

2015-11-22 Thread Chathura Ekanayake
Hi Gimantha, Instead of getting record counts, is there a way to get aggregates of some numerical field with range faceting? Also, it would be useful to specify ranges as start value, end value and gap, in addition to the method mentioned in the sample. Regards, Chathura On Mon, Nov 23, 2015

Re: [Dev] [VOTE] Release WSO2 BPS 3.5.0 RC2

2015-10-02 Thread Chathura Ekanayake
[+] Stable - go ahead and release Thanks, Chathura On Fri, Oct 2, 2015 at 11:35 AM, Milinda Perera wrote: > Hi, > > I did smoke test in clustered setup + depsync with mysql database for BPS, > UM and registry (config registry and governance) > > 1. deploying /

Re: [Dev] Displaying claimable user tasks in BPMN explorer

2015-05-11 Thread Chathura Ekanayake
, Chathura Ekanayake chath...@wso2.com wrote: Hi Amal, Currently the BPMN explorer displays only the tasks assigned to the logged in user. But it does not display tasks if the current user is a candidate user or in a candidate group. Did we plan to implement this in the explorer? I think we

[Dev] Displaying claimable user tasks in BPMN explorer

2015-05-11 Thread Chathura Ekanayake
Hi Amal, Currently the BPMN explorer displays only the tasks assigned to the logged in user. But it does not display tasks if the current user is a candidate user or in a candidate group. Did we plan to implement this in the explorer? I think we should have a separate tab for claimable tasks,

Re: [Dev] BPMN UI Stats page

2014-09-02 Thread Chathura Ekanayake
Hi Amal, Can we have a list for human task vs task instance state (i.e. Task name | # active | # completed | # failed | # suspended ). Also, once we click on a task, we can list instance details of that task (e.g. created on, current assignee, etc.) Regards, Chathura On Tue, Sep 2, 2014 at

Re: [Dev] BPMN UI Stats page

2014-09-02 Thread Chathura Ekanayake
Hi Amal, 2nd graph shows the total number of active, suspended, etc task instances. Should we show these details per task? On Tue, Sep 2, 2014 at 2:54 PM, Amal Gunatilake am...@wso2.com wrote: Hi Dakshika, Thank you for the comments. Thank you Best regards, *Amal Gunatilake*

Re: [Dev] Meeting Notes:Code review for BPMN Jaggery UI

2014-07-16 Thread Chathura Ekanayake
On Wed, Jul 16, 2014 at 5:59 PM, Waruna Jayaweera waru...@wso2.com wrote: Hi All, Following updates has been discussed on $subject. 1. Add Process List to start tasks. 2. Improve the design after completing basic functionality. 3. Read BPMN specification to find roles who can

Re: [Dev] BPMN clustering review meeting notes

2014-07-16 Thread Chathura Ekanayake
In addition, we have to fix/test the manager-worker deployment model. Regards, Chathura On Wed, Jul 16, 2014 at 5:51 PM, Amal Gunatilake am...@wso2.com wrote: Hi All, Following updates has been discussed on $subject. 1) Test clustering with tentants. 2) Need to check further on what

Re: [Dev] Jaggery Human Task UI for BPMN

2014-06-30 Thread Chathura Ekanayake
Hi Amal, I had a chat with Cyril at WSO2Con and he is willing to give feedback on our operational BPMN UI. Below are some initial comments from Cyril, which were given in a previous email: - only people that can launch (have the right Role) processes can see the starting UI or even the complete

Re: [Dev] Activiti Clustering

2014-04-02 Thread Chathura Ekanayake
Hi Amal, BPMN deployer in BPS maintains information about tenants' deployments in memory. Therefore, we have to extend the BPMN deployer to replicate this information among all members of a cluster. There are TODOs in the code to indicate the places where such replications have to be done. I

[Dev] Extension for BPMN deployment archives

2014-03-18 Thread Chathura Ekanayake
Hi All, Activiti uses archive files with .bar extension to package BPMN deployment artifacts. These are just zip archives renamed to .bar extension. Should we use the same extension in BPS, or should we go with .zip extension? We can change the extension to .zip (if required) in the BPS runtime

Re: [Dev] Rendering the BPMN diagram in process definition page

2014-03-18 Thread Chathura Ekanayake
Applied the patch. Nice work Amal. I think now we are almost done with the BPMN admin UI. TODOS: - Test instance variables view in the UI - Add syntax highlighting to BPMN xml view (if possible) Regards, Chathura On Tue, Mar 18, 2014 at 2:53 PM, Amal Gunatilake am...@wso2.com wrote: Hi

Re: [Dev] Extension for BPMN deployment archives

2014-03-18 Thread Chathura Ekanayake
I couldn't find a way to do it. I think zip export is not supported. On Tue, Mar 18, 2014 at 4:28 PM, Nandika Jayawardana nand...@wso2.comwrote: Is there an option to export the Eclipse BPMN artifacts as zip files. Regards Nandika On Tue, Mar 18, 2014 at 3:27 PM, Chathura Ekanayake chath

[Dev] BPMN support - current state and next steps

2014-03-16 Thread Chathura Ekanayake
Hi All, Myself and Amal have been working on implementing BPMN support in BPS based on Activiti. Below is the status of this work, and immediate next steps: Activiti engine and REST API integration - Done BPMN deployer - Done Admin services for BPMN features - Done Admin UI - Done Muti-tenancy

Re: [Dev] Exposing the Activiti REST API

2014-03-06 Thread Chathura Ekanayake
? Regards, Chathura On Thu, Mar 6, 2014 at 1:49 PM, Sagara Gunathunga sag...@wso2.com wrote: On Thu, Mar 6, 2014 at 12:15 PM, Chathura Ekanayake chath...@wso2.comwrote: Hi All, Activiti has a Restlet based comprehensive REST API to expose all BPMN related functions. As we are planning

Re: [Dev] Exposing the Activiti REST API

2014-03-06 Thread Chathura Ekanayake
); On Fri, Mar 7, 2014 at 10:36 AM, Chathura Ekanayake chath...@wso2.comwrote: Hi Sagara, If we deploy it as a web application, is there a way to access OSGi services within it? As we don't package it as a bundle, a BundleContext object is not available for the webapp, so it is not possible

[Dev] Exposing the Activiti REST API

2014-03-05 Thread Chathura Ekanayake
Hi All, Activiti has a Restlet based comprehensive REST API to expose all BPMN related functions. As we are planning to have a REST API for BPMN, we can integrate this Activiti REST module in Carbon. Could I get feedback on the following items regarding this integration: Restlet vs JAX-RS:

Re: [Dev] Implementing BPMN support in BPS : Instances lost after server restart

2014-03-01 Thread Chathura Ekanayake
Hi Amal, The default configuration in Activiti uses an in-memory H2 database. Data can be made persistent (across server restarts) by changing this to a disk-based DB. Change the database config in activiti.cfg.xml file to do this. Currently BPS also uses the same XML (until we change it to use

Re: [Dev] Meeting Notes for Embedding/supporting a BPMN Process Engine ( BPMN 2.0 )

2014-02-26 Thread Chathura Ekanayake
- REST API: Activiti exposes all its functions using a REST API. We can use the same REST API as the remote interface for BPS BPMN. However, we have to filter this REST API to make it tenant-aware. - BPMN editor: Both editors provided by Activiti are GPL licensed. So we have explore other options

[Dev] Adding new classes to the classpath of a bundle at runtime

2014-02-25 Thread Chathura Ekanayake
Hi All, BPMN supports Java service tasks, which can execute Java classes within a workflow. However, Java classes referred in these BPMN tasks has to be in the classpath of Activiti. Therefore, when a BPMN archive containing Java service tasks is deployed in BPS, we have to put its Java classes

Re: [Dev] UI support for BPMN

2014-02-21 Thread Chathura Ekanayake
Hi Amal, We should also have a UI for listing deployments, which is the unit of deployment in Activiti. A deployment can contain multiple process models and other artifacts. In the deployments UI, we can add buttons to undeploy deployments, which in turn undeploys all associated process models.

[Registry-dev] [jira] Commented: (REGISTRY-233) Basic Search is not working for words in the Description

2008-02-20 Thread Chathura Ekanayake (JIRA)
[ https://wso2.org/jira/browse/REGISTRY-233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=15662#action_15662 ] Chathura Ekanayake commented on REGISTRY-233: - We are using tags as the main search

[Registry-dev] [jira] Resolved: (REGISTRY-219) remove spaces in resource path.

2008-02-10 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chathura Ekanayake resolved REGISTRY-219. - Assignee: Chathura Ekanayake (was: Chanaka Jayasena) Resolution: Fixed remove

[Registry-dev] [jira] Resolved: (REGISTRY-217) Cannot find derby-complete.sql

2008-02-08 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chathura Ekanayake resolved REGISTRY-217. - Resolution: Fixed Now both complete derby script and the complete mysql script

[Registry-dev] [jira] Resolved: (REGISTRY-134) unknown media types not shown for resources

2008-02-07 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-134?page=all ] Chathura Ekanayake resolved REGISTRY-134. - Resolution: Fixed Assignee: Chathura Ekanayake (was: Chanaka Jayasena) unknown media types not shown for resources

[Registry-dev] [jira] Resolved: (REGISTRY-124) Error on adding new user to role everyone.

2008-02-06 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-124?page=all ] Chathura Ekanayake resolved REGISTRY-124. - Resolution: Fixed Removed everyone from add user section as well. Error on adding new user to role everyone

[Registry-dev] [jira] Resolved: (REGISTRY-102) If user add a resource with same collection name then collection replaced with added resource.

2008-02-06 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-102?page=all ] Chathura Ekanayake resolved REGISTRY-102. - Resolution: Cannot Reproduce I tried to do it both ways. 1) trying to replace a collection with a resource of same name. 2) trying to replace

[Registry-dev] [jira] Resolved: (REGISTRY-193) System collection can be deleted by admin

2008-02-05 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-193?page=all ] Chathura Ekanayake resolved REGISTRY-193. - Resolution: Fixed Blocked all edit permissions for /system collection for all users. Now it is read only collection for admin users and hidden

[Registry-dev] [jira] Resolved: (REGISTRY-59) Add Collection: some of the Media Type drop down values are not necessary.

2008-01-31 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-59?page=all ] Chathura Ekanayake resolved REGISTRY-59. Resolution: Fixed Removed unused collection media types. Added new collection media types to support synapse, axis2, wso2 esb and wso2 wsas

[Registry-dev] [jira] Resolved: (REGISTRY-73) Directory description shown as null for defaul synapse-repo directories

2008-01-31 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-73?page=all ] Chathura Ekanayake resolved REGISTRY-73. Resolution: Fixed Now empty descriptions are shown as blank. Directory description shown as null for defaul synapse-repo directories

[Registry-dev] [jira] Resolved: (REGISTRY-83) /system/quaries resource can be deleted by any user.

2008-01-31 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-83?page=all ] Chathura Ekanayake resolved REGISTRY-83. Resolution: Fixed Now /system collection is accessible only by admin users. It is not visible to normal users. /system/quaries resource can

[Registry-dev] [jira] Resolved: (REGISTRY-129) Anonymous users can access to Add role to user page

2008-01-30 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-129?page=all ] Chathura Ekanayake resolved REGISTRY-129. - Resolution: Fixed Now only the authorized users can access add user to role feature. Restricted all actions in the user page based

[Registry-dev] [jira] Assigned: (REGISTRY-155) can not import content from URL.(IE7)

2008-01-30 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-155?page=all ] Chathura Ekanayake reassigned REGISTRY-155: --- Assignee: Chanaka Jayasena (was: Chathura Ekanayake) HTTP Query parameters are not available (null) at the server side. I think the issue

[Registry-dev] [jira] Commented: (REGISTRY-166) java.util.NoSuchElementException occurs in Advance search (multi user environment)

2008-01-30 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-166?page=comments#action_15271 ] Chathura Ekanayake commented on REGISTRY-166: - Stack trace from tomcat logs. Seems like the stored queries are not created in the registry for queries

[Registry-dev] [jira] Resolved: (REGISTRY-165) Unique constraint violation when adding 'admin' role to a non-admin user

2008-01-30 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-165?page=all ] Chathura Ekanayake resolved REGISTRY-165. - Resolution: Fixed Unique constraint violation when adding 'admin' role to a non-admin user

[commons-dev] [jira] Created: (COMMONS-53) Proper permission actions for adding users to roles and removing users from roles

2008-01-29 Thread Chathura Ekanayake (JIRA)
Issue Type: Improvement Components: usermanager Reporter: Chathura Ekanayake Assigned To: Dimuthu Leelarathne Currently the permission to add a user to a role is determined by the UserManagerConstants.ADD action on UserManagerConstants.ROLE_RESOURCE

[Registry-dev] [jira] Commented: (REGISTRY-140) Resource does not exist message shown in version details page of renamed resoureces.

2008-01-29 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-140?page=comments#action_15248 ] Chathura Ekanayake commented on REGISTRY-140: - We should not check whether the resource is deleted when accessing a old version. Resource does not exist

[Registry-dev] [jira] Resolved: (REGISTRY-140) Resource does not exist message shown in version details page of renamed resoureces.

2008-01-29 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-140?page=all ] Chathura Ekanayake resolved REGISTRY-140. - Resolution: Fixed Resource does not exist message shown in version details page of renamed resoureces

[Registry-dev] [jira] Resolved: (REGISTRY-130) Delete icons of system defined roles and users should be removed.

2008-01-29 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-130?page=all ] Chathura Ekanayake resolved REGISTRY-130. - Resolution: Fixed Delete icons of system defined roles and users should be removed

[Registry-dev] [jira] Resolved: (REGISTRY-138) NPE occurs if user try to restore renamed file.

2008-01-29 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-138?page=all ] Chathura Ekanayake resolved REGISTRY-138. - Resolution: Fixed NPE occurs if user try to restore renamed file. --- Key: REGISTRY

[Registry-dev] [jira] Resolved: (REGISTRY-154) Failed to rename the resource error.

2008-01-29 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-154?page=all ] Chathura Ekanayake resolved REGISTRY-154. - Resolution: Fixed Failed to rename the resource error. Key: REGISTRY-154

[Registry-dev] [jira] Resolved: (REGISTRY-135) resource rename fail.

2008-01-29 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-135?page=all ] Chathura Ekanayake resolved REGISTRY-135. - Fix Version/s: 1.0 Resolution: Fixed Now rename button is not shown to the users who don't have delete permission on the resource

[Registry-dev] [jira] Resolved: (REGISTRY-124) Error on adding new user to role everyone.

2008-01-29 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-124?page=all ] Chathura Ekanayake resolved REGISTRY-124. - Resolution: Fixed Removed the everyone role from the drop down list of user page. Error on adding new user to role everyone

[Registry-dev] [jira] Resolved: (REGISTRY-104) Registry can not be loaded after changing DBconfig to derbyDB

2008-01-29 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-104?page=all ] Chathura Ekanayake resolved REGISTRY-104. - Resolution: Fixed Registry can not be loaded after changing DBconfig to derbyDB

[Registry-dev] [jira] Commented: (REGISTRY-109) Commented on time is always display as 00:00:00

2008-01-28 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-109?page=comments#action_15233 ] Chathura Ekanayake commented on REGISTRY-109: - Now proper date and time is displayed. Commented on time is always display as 00:00:00

[Registry-dev] [jira] Commented: (REGISTRY-122) Comment box should be contracted after adding a comment

2008-01-28 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-122?page=comments#action_15232 ] Chathura Ekanayake commented on REGISTRY-122: - Fixed the clearing comment issue. Have to discuss more whether we want to contract the edit box after adding

[Registry-dev] [jira] Resolved: (REGISTRY-109) Commented on time is always display as 00:00:00

2008-01-28 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-109?page=all ] Chathura Ekanayake resolved REGISTRY-109. - Resolution: Fixed Commented on time is always display as 00:00:00 --- Key: REGISTRY

[mashup-dev] [jira] Commented: (MASHUP-601) Can't delete my own comment.

2008-01-26 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/MASHUP-601?page=comments#action_15194 ] Chathura Ekanayake commented on MASHUP-601: --- I fixed the REGISTRY 156. Now this issue should also be fixed. Please verify. Can't delete my own comment

[Registry-dev] [jira] Resolved: (REGISTRY-123) Everyone read permission should not be allowed to deny..

2008-01-23 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-123?page=all ] Chathura Ekanayake resolved REGISTRY-123. - Resolution: Not a bug Everyone read permission should not be allowed to deny

[Registry-dev] [jira] Commented: (REGISTRY-123) Everyone read permission should not be allowed to deny..

2008-01-23 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-123?page=comments#action_15049 ] Chathura Ekanayake commented on REGISTRY-123: - If everyone is denied none of the normal users can access it. But admin user can still access it as this special

[Registry-dev] [jira] Commented: (REGISTRY-33) Import content from URL option does not import file content properly.

2008-01-23 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-33?page=comments#action_15050 ] Chathura Ekanayake commented on REGISTRY-33: Implemented resource imports for general resources. Earlier this was only supported for wsdls and xsds. Import

[Registry-dev] [jira] Resolved: (REGISTRY-34) Description is not saving if I import the content from a URL

2008-01-23 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-34?page=all ] Chathura Ekanayake resolved REGISTRY-34. Resolution: Fixed Description is not saving if I import the content from a URL

[Registry-dev] [jira] Resolved: (REGISTRY-126) Can not set permissions for username and role names with numeric values

2008-01-23 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-126?page=all ] Chathura Ekanayake resolved REGISTRY-126. - Resolution: Fixed Can not set permissions for username and role names with numeric values

[Registry-dev] [jira] Commented: (REGISTRY-126) Can not set permissions for username and role names with numeric values

2008-01-23 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-126?page=comments#action_15067 ] Chathura Ekanayake commented on REGISTRY-126: - This is caused due to the use of numeric values for separating the permission string sent from the UI. Can

[Registry-dev] [jira] Resolved: (REGISTRY-10) setting rating seems to always revert to the anonymous user instead of the logged in user.

2008-01-22 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-10?page=all ] Chathura Ekanayake resolved REGISTRY-10. Resolution: Fixed Fixed the issue with logs. setting rating seems to always revert to the anonymous user instead of the logged in user

[Registry-dev] [jira] Resolved: (REGISTRY-6) Error when loging as admin in human view

2008-01-22 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-6?page=all ] Chathura Ekanayake resolved REGISTRY-6. --- Resolution: Invalid Error when loging as admin in human view Key: REGISTRY-6

[Registry-dev] [jira] Resolved: (REGISTRY-103) tags and comment boxes are displaying in versions pages.

2008-01-22 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-103?page=all ] Chathura Ekanayake resolved REGISTRY-103. - Resolution: Fixed tags and comment boxes are displaying in versions pages

[Registry-dev] [jira] Commented: (REGISTRY-103) tags and comment boxes are displaying in versions pages.

2008-01-22 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-103?page=comments#action_15020 ] Chathura Ekanayake commented on REGISTRY-103: - Did lot of improvements to the version view of resources. Now tags, comments, ratings, decriptions, properties

[Registry-dev] [jira] Resolved: (REGISTRY-68) Activity tab not shown in initial start-up of registry system

2008-01-22 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-68?page=all ] Chathura Ekanayake resolved REGISTRY-68. Resolution: Fixed Activity tab not shown in initial start-up of registry system

[Registry-dev] [jira] Commented: (REGISTRY-28) UI issue: the folder icon at the top right corner does not respond

2008-01-22 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-28?page=comments#action_15013 ] Chathura Ekanayake commented on REGISTRY-28: This icon is only used to indicate that you are currently browing a folder (or a resource). If we made it clickable

[Registry-dev] [jira] Resolved: (REGISTRY-106) Should be able to edit user's info

2008-01-22 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-106?page=all ] Chathura Ekanayake resolved REGISTRY-106. - Resolution: Fixed Should be able to edit user's info -- Key: REGISTRY-106 URL

[Registry-dev] [jira] Commented: (REGISTRY-106) Should be able to edit user's info

2008-01-22 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-106?page=comments#action_15047 ] Chathura Ekanayake commented on REGISTRY-106: - Added edit controls for friendly name and password. Should be able to edit user's info

[Registry-dev] [jira] Resolved: (REGISTRY-51) Deletion of some users and roles should be restricted.

2008-01-19 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-51?page=all ] Chathura Ekanayake resolved REGISTRY-51. Resolution: Fixed Deletion of some users and roles should be restricted. -- Key

[Registry-dev] [jira] Resolved: (REGISTRY-45) users who has no permission to read the content can be access to sub directory level and download resource content

2008-01-19 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-45?page=all ] Chathura Ekanayake resolved REGISTRY-45. Resolution: Cannot Reproduce Unauthoried (Read) resources are not displayed in the search results. I rechecked the response for downloading

[Registry-dev] [jira] Assigned: (REGISTRY-60) Restoring of a subdirectory does not work

2008-01-19 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-60?page=all ] Chathura Ekanayake reassigned REGISTRY-60: -- Assignee: Deepal Jayasinghe (was: Chathura Ekanayake) Restoring of a subdirectory does not work

[Registry-dev] [jira] Resolved: (REGISTRY-37) anonymous users can access to add user option

2008-01-19 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-37?page=all ] Chathura Ekanayake resolved REGISTRY-37. Resolution: Fixed Now Add user button is not shown if the user doesn't have permission. anonymous users can access to add user option

[Registry-dev] [jira] Resolved: (REGISTRY-56) same role can be assign to a user multiple times

2008-01-19 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-56?page=all ] Chathura Ekanayake resolved REGISTRY-56. Resolution: Fixed Fixed this from the user manager. same role can be assign to a user multiple times

[Registry-dev] [jira] Resolved: (REGISTRY-74) No search results displayed if user clicks to tag hyperlink immediately after creating it.

2008-01-19 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-74?page=all ] Chathura Ekanayake resolved REGISTRY-74. Resolution: Fixed No search results displayed if user clicks to tag hyperlink immediately after creating

[Registry-dev] [jira] Resolved: (REGISTRY-38) collection name with spaces gives error message

2008-01-19 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-38?page=all ] Chathura Ekanayake resolved REGISTRY-38. Resolution: Fixed This is caused due to the URL encoding. Fixed it by decoding the URL before processing at the server side. collection name

[Registry-dev] [jira] Resolved: (REGISTRY-89) Need to expand the user permission pane each time after saving changes.

2008-01-19 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-89?page=all ] Chathura Ekanayake resolved REGISTRY-89. Resolution: Fixed Implemented AJAX based permission window. Now it is fast and easy to add and change permissions. Need to expand the user

[Registry-dev] [jira] Resolved: (REGISTRY-49) Role level Permissions can not be edited.

2008-01-14 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-49?page=all ] Chathura Ekanayake resolved REGISTRY-49. Resolution: Fixed Role level Permissions can not be edited. - Key: REGISTRY-49