[Carbon-dev] Strange behavior when adding new jars to plugins directory

2010-09-23 Thread Nuwan Bandara
Hi Guys, I encountered a strange behavior for couple of days, where I tried changing some code in the dashboard.common bundle and copied the changed jar to the plugins directory and replaced the old jar. But my changes were not reflected. Even I restart the server, still the old code was

Re: [Carbon-dev] Can't access management console of WSAS -trunk

2010-09-23 Thread Isuru Suriarachchi
Hi Azeez, It seems to be realmService is null when it calls realmService.getTenantManager() in TomcatServer. I think you've done some modifications on this recently. Can you please check and fix this? Thanks, ~Isuru On Thu, Sep 23, 2010 at 11:06 AM, Ajith Vitharana aji...@wso2.com wrote: On

[Carbon-dev] Support Webdav mounting in G-Reg

2010-09-23 Thread Lahiru Gunathilake
Hi all, We have added Webdav mounting support in to G-Reg build in the trunk, now users can mount G-Reg file system in to their local file system and sync-up both ends. Users can actually mount a given path in the registry by appending the required path to the Servlet path shown below and do

Re: [Carbon-dev] Support Webdav mounting in G-Reg

2010-09-23 Thread Sumedha Rubasinghe
On Thu, Sep 23, 2010 at 12:28 PM, Lahiru Gunathilake lah...@wso2.comwrote: Hi all, We have added Webdav mounting support in to G-Reg build in the trunk, now users can mount G-Reg file system in to their local file system and sync-up both ends. Users can actually mount a given path in the

Re: [Carbon-dev] Reusing some table components in Service Dashboard page

2010-09-23 Thread Sumedha Rubasinghe
On Thu, Sep 23, 2010 at 12:50 PM, Denis Weerasiri den...@wso2.com wrote: Hi, In *org.wso2.carbon.bpel.new.ui*, the process information dashboard represent some process specific details and some service management level details and operations like Service Details, Quality of Service

Re: [Carbon-dev] Can't access management console of WSAS -trunk

2010-09-23 Thread Isuru Suriarachchi
Azeez has fixed the issue and WSAS works fine now. Take an update on core/org.wso2.carbon.server. Thanks Azeez for fixing this.. ~Isuru On Thu, Sep 23, 2010 at 12:19 PM, Isuru Suriarachchi is...@wso2.com wrote: Hi Azeez, It seems to be realmService is null when it calls

Re: [Carbon-dev] Support Webdav mounting in G-Reg

2010-09-23 Thread Lahiru Gunathilake
Hi Sumedha, On Thu, Sep 23, 2010 at 12:47 PM, Sumedha Rubasinghe sume...@wso2.comwrote: On Thu, Sep 23, 2010 at 12:28 PM, Lahiru Gunathilake lah...@wso2.comwrote: Hi all, We have added Webdav mounting support in to G-Reg build in the trunk, now users can mount G-Reg file system in to

Re: [Carbon-dev] Support Webdav mounting in G-Reg

2010-09-23 Thread Sumedha Rubasinghe
On Thu, Sep 23, 2010 at 2:06 PM, Lahiru Gunathilake lah...@wso2.com wrote: Hi Sumedha, On Thu, Sep 23, 2010 at 12:47 PM, Sumedha Rubasinghe sume...@wso2.comwrote: On Thu, Sep 23, 2010 at 12:28 PM, Lahiru Gunathilake lah...@wso2.comwrote: Hi all, We have added Webdav mounting support in

[Carbon-dev] How to include a user uploaded jsp page in a UI bundle?

2010-09-23 Thread Sanjaya Vithanagama
Hi All, In the human-task implementation, we need to allow the user to include a custom jsp page with the human task package which is uploaded. We add the uploaded human-task (zip)package to the registry. Once the task instances are created for the uploaded task definition, in the task view page

[Carbon-dev] [Code review] Data services - Notes

2010-09-23 Thread Amani Soysa
Code Review Notes - Consider generating a single operation for batch request operations other than getting two operations when needed. - isBatchRequest -DBUtils.setBatchProcessing(true) --- should not set flags like this. (it should be like start begin transaction, commit and

[Carbon-dev] How to specify DataService transports?

2010-09-23 Thread Hodchenkov, Paul
Hi! Wso2.org is currently under maintenance, so I try to ask here. I have dbs file. 1)How to specify that this data service should be exposed only using jms transport? 2) How to specify transport.jms.ConnectionFactory? In case of axis2 service this parameters can be specified inside services.xml

Re: [Carbon-dev] How to specify DataService transports?

2010-09-23 Thread Charitha Kankanamge
Hi paul, On Thu, Sep 23, 2010 at 6:58 PM, Hodchenkov, Paul paul.hodchen...@oxagile.com wrote: Hi! Wso2.org is currently under maintenance, so I try to ask here. I have dbs file. 1)How to specify that this data service should be exposed only using jms transport? 2) How to specify

Re: [Carbon-dev] How to specify DataService transports?

2010-09-23 Thread Hodchenkov, Paul
Hi! Is there a way to do this without GUI, because deployment process is automatic. From: carbon-dev-boun...@wso2.org [mailto:carbon-dev-boun...@wso2.org] On Behalf Of Charitha Kankanamge Sent: Thursday, September 23, 2010 4:56 PM To: carbon-dev@wso2.org Subject: Re: [Carbon-dev] How to specify

Re: [Carbon-dev] How to specify DataService transports?

2010-09-23 Thread Hodchenkov, Paul
P.S And also data services should use different JMS connection factories... From: carbon-dev-boun...@wso2.org [mailto:carbon-dev-boun...@wso2.org] On Behalf Of Hodchenkov, Paul Sent: Thursday, September 23, 2010 5:35 PM To: carbon-dev@wso2.org Subject: Re: [Carbon-dev] How to specify DataService

Re: [Carbon-dev] Carbon 3.0.1 RC1 Build

2010-09-23 Thread Samisa Abeysinghe
Are the packs good to go? On Tue, Sep 21, 2010 at 4:55 PM, Milinda Pathirage mili...@wso2.com wrote: We can go ahead with the release. This happens in BPS because we have disabled WS-Addressing by default when calling external services. Thanks Milinda On Tue, Sep 21, 2010 at 1:37 PM,

Re: [Carbon-dev] Installing service hosting feature in DSS-2.5.1

2010-09-23 Thread Charitha Kankanamge
Do you think we should fix this before 3.0.1? Regards Charitha On Mon, Sep 20, 2010 at 10:04 PM, Sameera Jayasoma same...@wso2.com wrote: This issues has occured due to existence of multiple versions of dataservice bundles(3.0.0 and 3.0.1). Will look into this. Sameera On Mon, Sep 20,

Re: [Carbon-dev] Can't access management console of WSAS -trunk

2010-09-23 Thread Samisa Abeysinghe
On Thu, Sep 23, 2010 at 11:06 AM, Ajith Vitharana aji...@wso2.com wrote: On Thu, Sep 23, 2010 at 10:23 AM, Samisa Abeysinghe sam...@wso2.comwrote: are you using a nightly build? NO, it is a my one , and built from fresh checkout. I think it is a waste of time for BAM folks to build WSAS,

Re: [Carbon-dev] Carbon 3.0.1 RC1 Build

2010-09-23 Thread Charitha Kankanamge
Hi, I notice only 2 level1's [1] [2] except the usual release doc update issues. If we can have packs with these fixes tomorrow, we can do a smoke test and release. [1]https://wso2.org/jira/browse/CARBON-7755 - Amani is working in to this [2]https://wso2.org/jira/browse/CARBON-7752 - (There is

Re: [Carbon-dev] Installing service hosting feature in DSS-2.5.1

2010-09-23 Thread Sameera Jayasoma
On Thu, Sep 23, 2010 at 9:58 PM, Charitha Kankanamge chari...@wso2.comwrote: Do you think we should fix this before 3.0.1? IMV, this is not a blocker for the 3.0.1. I am planning to update the P2 repository once the DS release is finished. This issues will also be fixed once we update the P2

Re: [Carbon-dev] Installing service hosting feature in DSS-2.5.1

2010-09-23 Thread Charitha Kankanamge
Thanks for the info Sameera. I'll downgrade the bug. /Charitha On Thu, Sep 23, 2010 at 10:13 PM, Sameera Jayasoma same...@wso2.com wrote: On Thu, Sep 23, 2010 at 9:58 PM, Charitha Kankanamge chari...@wso2.comwrote: Do you think we should fix this before 3.0.1? IMV, this is not a

Re: [Carbon-dev] How to include a user uploaded jsp page in a UI bundle?

2010-09-23 Thread Milinda Pathirage
Hi Sameera, We discussed this on IRC yesterday.Plan is to come up with a proxy bundle which holds all the JSPs deployed with Human Task archives. This proxy bundle will be a UI bundle which expose a seperate child context under carbon context (for example: carbon/foo). Once you deploy a human

Re: [Carbon-dev] [Code review] Data services - Notes

2010-09-23 Thread Afkham Azeez
Overall the code was very good but there are some areas which we can improve on. In summary, the code should be better organized so that the edge cases do not affect the understandability of the code. We saw several instances where the same method was called with different param values (e.g.

Re: [Carbon-dev] How to include a user uploaded jsp page in a UI bundle?

2010-09-23 Thread Sanjaya Vithanagama
Hi all, Created JIRA : CARBON-7766 https://wso2.org/jira/browse/CARBON-7766 to track this. Thanks, SanjayaV. On Fri, Sep 24, 2010 at 8:23 AM, Milinda Pathirage mili...@wso2.com wrote: Hi Sameera, We discussed this on IRC yesterday.Plan is to come up with a proxy bundle which holds all the

Re: [Carbon-dev] How to include a user uploaded jsp page in a UI bundle?

2010-09-23 Thread Afkham Azeez
Won't this violate the FE-BE separation architecture? Azeez On Fri, Sep 24, 2010 at 8:23 AM, Milinda Pathirage mili...@wso2.com wrote: Hi Sameera, We discussed this on IRC yesterday.Plan is to come up with a proxy bundle which holds all the JSPs deployed with Human Task archives. This

[Carbon-dev] Can't built Carbon 3.0.1 branch

2010-09-23 Thread Charith Wickramarachchi
Hi , I m trying to built Carbon 3.0.1 branch and couldn't do so since some dependencies can't be found in anywhere. and there are come dependencies to 3.0.2 as well and none is in the repos :(. one solution is to manually getting repos from the people who have those artifacts in their local

Re: [Carbon-dev] How to include a user uploaded jsp page in a UI bundle?

2010-09-23 Thread Sumedha Rubasinghe
On Fri, Sep 24, 2010 at 9:33 AM, Afkham Azeez az...@wso2.com wrote: Won't this violate the FE-BE separation architecture? Well.. if you think from a what happens where perspective.. no.. /sumedha Azeez On Fri, Sep 24, 2010 at 8:23 AM, Milinda Pathirage mili...@wso2.comwrote: Hi

Re: [Carbon-dev] FindBugs hackathon on 23rd Sep 2010

2010-09-23 Thread Afkham Azeez
Folks, I'd like to see more enthusiasm in this area. I'm sure that all of you agree with me that this exercise will have a long term benefit. Generally, tasks like this get pushed to the bottom since the immediate benefit may not be apparent. I'd like to request the following volunteers to

[Carbon-dev] Rules component broken

2010-09-23 Thread Samisa Abeysinghe
Compiling 8 source files to /home/stratos/build/carbon/components/rule/org.wso2.carbon.rule.mediator/target/classes [INFO] [ERROR] BUILD FAILURE [INFO]

Re: [Carbon-dev] Can't built Carbon 3.0.1 branch

2010-09-23 Thread Isuru Suriarachchi
Hi Charith, Ideally, this artifact should be in the repo. It seems to be the artifacts are not uploaded into the repo after the Carbon 3.0.1 release. However, you can locally build shindig branch at [1] and then build shindig orbit at [2] to solver your issue. Thanks, ~Isuru [1]

Re: [Carbon-dev] How to include a user uploaded jsp page in a UI bundle?

2010-09-23 Thread Milinda Pathirage
This approach has issues when it comes to FE-BE separation and we should be able to resolve this in later stages. But I would like to know whether anyone have better of doing some thing like following. We are trying to solve following problem. 1. User who deploys a human task needs to write

Re: [Carbon-dev] How to specify DataService transports?

2010-09-23 Thread Afkham Azeez
We need to provide a way to associate a services.xml file with all service types. This was suggested some time back, but hasn't got implemented. May be this will be a good exercise for one of the new team members. Azeez On Thu, Sep 23, 2010 at 8:04 PM, Hodchenkov, Paul

Re: [Carbon-dev] Strange behavior when adding new jars to plugins directory

2010-09-23 Thread Afkham Azeez
When you copy, you must replace the - with a . Azeez On Thu, Sep 23, 2010 at 11:54 AM, Nuwan Bandara nu...@wso2.com wrote: Hi Guys, I encountered a strange behavior for couple of days, where I tried changing some code in the dashboard.common bundle and copied the changed jar to the

Re: [Carbon-dev] How to specify DataService transports?

2010-09-23 Thread Sumedha Rubasinghe
On Fri, Sep 24, 2010 at 10:08 AM, Afkham Azeez az...@wso2.com wrote: We need to provide a way to associate a services.xml file with all service types. This was suggested some time back, but hasn't got implemented. May be this will be a good exercise for one of the new team members. Azeez,

Re: [Carbon-dev] How to specify DataService transports?

2010-09-23 Thread Afkham Azeez
Does this work with all service types? e.g. Mashup services? Is this implementation specific to data services only? Azeez On Fri, Sep 24, 2010 at 10:44 AM, Sumedha Rubasinghe sume...@wso2.comwrote: On Fri, Sep 24, 2010 at 10:08 AM, Afkham Azeez az...@wso2.com wrote: We need to provide a

Re: [Carbon-dev] Can't built Carbon 3.0.1 branch

2010-09-23 Thread Charith Wickramarachchi
On Fri, Sep 24, 2010 at 10:01 AM, Isuru Suriarachchi is...@wso2.com wrote: Hi Charith, Ideally, this artifact should be in the repo. It seems to be the artifacts are not uploaded into the repo after the Carbon 3.0.1 release. However, you can locally build shindig branch at [1] and then

Re: [Carbon-dev] Can't built Carbon 3.0.1 branch

2010-09-23 Thread Charith Wickramarachchi
Hi, Finally able to built it. 1st i had to built it enabling tests. then it will download test jars but built will fail due to test fails. then after building it again disabling tests i was able to built it successfully. I'll report again if i encounter any other error in my process. thanks for