[Dev] [MT]Resource does not exist at path /_system/governance/repository/theme/admin/main.cs

2013-07-09 Thread Vijayaratha Vijayasingam
Hi all; Is this issue fixed in trunk? We continuously get this issue in APIM1.40, when we login as a tenant in the Management console and do other navigation.. Same issue reported in stratos also; https://wso2.org/jira/browse/STRATOS-2311 https://wso2.org/jira/browse/APIMANAGER-1314 Thanks.. --

Re: [Dev] [Dev-Jaggery] [XACML with jaggery]

2013-07-09 Thread Nuwan Bandara
Hi Gayan, XACML engine is a policy evaluation module. You dont need a special type of binding for that. What you can do is, forward the attributes you want to evaluate against a XACML policy to the XACML engine via a REST call or a WS call. for instance, WSO2 IS can be the XACML PDP, where your j

[Dev] [XACML with jaggery]

2013-07-09 Thread Gayan Gunawardana
Hi, For MDM we have a requirement to bind with XACML engine inside a jaggery application. org.wso2_.carbon.identity.entitlement.filter_0.zip available in application server but jaggery does not support custom filters. Is it allow to add custom filters to jaggery-core or is there any other option

Re: [Dev] [Commits] [Carbon-platform] svn commit r130508 - carbon/platform/trunk/components/event/org.wso2.carbon.event.core/src/main/java/org/wso2/carbon/event/core/internal/delivery/jms

2013-07-09 Thread Afkham Azeez
On Tue, Jun 19, 2012 at 4:49 PM, wrote: > Author: shammi > Date: Tue Jun 19 07:19:04 2012 > New Revision: 130508 > URL: http://wso2.org/svn/browse/wso2?view=rev&revision=130508 > > Log: > Domain name attaching to topic only if the user is not ST > > Modified: > > > carbon/platform/trunk/compone

[Dev] Errors while viewing AppServer home page as a tenant admin user

2013-07-09 Thread Afkham Azeez
*Caused by: java.lang.NullPointerException* * at org.wso2.carbon.server.admin.service.ServerAdmin.getServerData(ServerAdmin.java:108) * ... 56 more [2013-07-10 11:55:41,864] ERROR {org.wso2.carbon.server.admin.ui.ServerAdminClient} - Cannot get server data. Backend service may be unavailable org.

Re: [Dev] 4.1.3 patch release build failing !

2013-07-09 Thread Ranga Siriwardena
Hi, Is this fixed now ? Thank You. Ranga. On Sun, Jul 7, 2013 at 9:08 PM, Ranga Siriwardena wrote: > > > > On Sun, Jul 7, 2013 at 5:43 PM, Deependra Ariyadewa wrote: > >> On Sun, Jul 7, 2013 at 4:27 PM, Deependra Ariyadewa >> wrote: >> > On Sun, Jul 7, 2013 at 3:49 PM, Deependra Ariyadewa

[Dev] Exeption when accessing the OAuth Menu Item in Greg

2013-07-09 Thread Pulasthi Supun
Hi All, I am getting the following exception when i click on the OAuth menu item in Greg. any idea on cause of this ? [2013-07-10 10:58:30,150] WARN {org.wso2.carbon.ui.taglibs.Paginator} - Error while i18ning paginator java.util.MissingResourceException: Can't find bundle for base name org.wso

Re: [Dev] How to discover & list P2 profiles supported by a product

2013-07-09 Thread Sameera Jayasoma
HI Azeez, There is an OSGi command to list all the profiles in a given product. provlp [] - Lists all profiles, or the contents of an individual profile if profileid is specified. osgi> provlp default This should work. Thanks, Sameera. On Tue, Jul 9, 2013 at 10:14 PM, Afkham Azeez wrote:

Re: [Dev] Log4J warning

2013-07-09 Thread Sameera Jayasoma
We will have a look at this Azeez. Recently we did a fix to enagle tomcat level logging, specially for webapps[1]. This change may have cause those two lines to appear in the log. Thanks, Sameera. [1] https://wso2.org/jira/browse/CARBON-14158 On Tue, Jul 9, 2013 at 8:16 PM, Afkham Azeez wrote

Re: [Dev] Compilation Failure in Carbon - Identity Entitlement

2013-07-09 Thread Asela Pathberiya
On Wed, Jul 10, 2013 at 10:12 AM, Pulasthi Supun wrote: > Hi > > I am getting an compilation failure from Carbon - Identity Entitlement it > seems that there is an import to carbon caching core. > It is removed.. Thanks, Asela. > > > > [ERROR] COMPILATION ERROR : > [INFO]

[Dev] Compilation Failure in Carbon - Identity Entitlement

2013-07-09 Thread Pulasthi Supun
Hi I am getting an compilation failure from Carbon - Identity Entitlement it seems that there is an import to carbon caching core. [ERROR] COMPILATION ERROR : [INFO] - [ERROR] /home/pulasthi/work/wso2/carbon/carbon/platform/trunk/comp

Re: [Dev] SVN Warning while updating svn externals

2013-07-09 Thread Chanika Geeganage
Hi Amila, Yes, that was the problem. When I get a checkout from https URL the corresponding svn external files were added. Thanks for the help Thanks On Tue, Jul 9, 2013 at 6:20 PM, Amila Maha Arachchi wrote: > Reason for this is, you have provided a "http" URL when checking out. But > the ex

Re: [Dev] How to discover & list P2 profiles supported by a product

2013-07-09 Thread Pradeep Fernando
Hi, Not supported at the moment.. supporting this is trival. However, there is no runtime representation of the profiles. Profiles are just directory structures. If we are to identify profiles then we have to introduce directory named profiles that include all the profile directories... like, pr

Re: [Dev] Hot Deployment does not work in ELB

2013-07-09 Thread Afkham Azeez
>From where the ELB stands, you cannot invoke anything hosted on it. The dispatchers have been removed to avoid requests being dispatched into the ELB, instead of the cluster members. If you really need this, you will need to write a custom dispatcher. On Tue, Jul 9, 2013 at 10:34 PM, Supun Mali

[Dev] [ANN] WSO2 User Engagement Server 1.0.0-RC-2 Released !

2013-07-09 Thread Nuwan Bandara
*WSO2 User Engagement Server 1.0.0-RC-2 Released* WSO2 UES team is proud to announce the release of WSO2 UES 1.0.0 Release Candidate 2. This version was focused on fixing L1/L2/L3 issues reported against UES 1.0.0. UES 1.0.0-RC-2 can be downloaded from [1], RC-2 contains number of known L3 issues

Re: [Dev] Hot Deployment does not work in ELB

2013-07-09 Thread Supun Malinga
Umm, actually it gets deployed once we restart the ELB.. Only the hot deployment didn't work.. For the ELB active-passive scenario we need to deploy a Echo proxy for the ELB health check. [1]. [1] http://docs.wso2.org/wiki/display/ELB203/Automatic+Failover On Tue, Jul 9, 2013 at 10:21 PM, Afkha

Re: [Dev] Hot Deployment does not work in ELB

2013-07-09 Thread Afkham Azeez
You can't deploy anything on ELB! Even if you managed to deploy, the requests won't get dispatched. Many of the deployers & dispatchers have been removed. ELB is not designed for hosting stuff. On Tue, Jul 9, 2013 at 12:11 PM, Chamara Ariyarathne wrote: > According to the doc > http://docs.wso2.

[Dev] How to discover & list P2 profiles supported by a product

2013-07-09 Thread Afkham Azeez
$subject Is there something like, ./wso2server.sh --list-profiles -- *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 blog: **http://blog.af

Re: [Dev] Getting error in p2-profile-gen due to some missing features

2013-07-09 Thread Lasith Chandrasekara
Hi, I also had the same issue. Anyway now I got a svn update and doing a new build. -Lasith On Tue, Jul 9, 2013 at 5:59 PM, Pulasthi Supun wrote: > Hi All i am getting the following error when building the greg with a new > update p2-profile-gen. Does anyone now how to fix this? > > Installin

[Dev] Log4J warning

2013-07-09 Thread Afkham Azeez
log4j:WARN No appenders could be found for logger (org.apache.axiom.util.stax.dialect.StAXDialectDetector). log4j:WARN Please initialize the log4j system properly. However, the log messages subsequently start appearing -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Membe

Re: [Dev] Getting error in p2-profile-gen due to some missing features

2013-07-09 Thread Pulasthi Supun
Thanks, that fixed the issue :) Regards, Pulasthi On Tue, Jul 9, 2013 at 7:33 PM, Kasun Gajasinghe wrote: > Please take an update in system-statistics/org.wso2.carbon.statistics.ui. > > Thanks, > KasunG > > > On Tue, Jul 9, 2013 at 7:09 PM, Kasun Gajasinghe wrote: > >> I'm looking in to this.

Re: [Dev] Getting error in p2-profile-gen due to some missing features

2013-07-09 Thread Kasun Gajasinghe
Please take an update in system-statistics/org.wso2.carbon.statistics.ui. Thanks, KasunG On Tue, Jul 9, 2013 at 7:09 PM, Kasun Gajasinghe wrote: > I'm looking in to this. > > Thanks. > > > On Tue, Jul 9, 2013 at 7:08 PM, Sameera Jayasoma wrote: > >> Looks like this package (org.wso2.carbon.we

Re: [Dev] Identity Server performs slowly with 5000+ accounts

2013-07-09 Thread Adrian Mitev
Hi! I'm attaching user-mgt.xml. We're using IS 4.0.0 with the builtin LDAP. We are using the standard claims + few custom claims mapped to LDAP properties. I have observed that if i switch from LDAP store to JDBC store the performance is great - 300msec per new user when i already have 5000 existin

Re: [Dev] Getting error in p2-profile-gen due to some missing features

2013-07-09 Thread Kasun Gajasinghe
I'm looking in to this. Thanks. On Tue, Jul 9, 2013 at 7:08 PM, Sameera Jayasoma wrote: > Looks like this package (org.wso2.carbon.webapp.statistics.data.xsd) is > missing. > > Sameera. > > > On Tue, Jul 9, 2013 at 5:59 PM, Pulasthi Supun wrote: > >> Hi All i am getting the following error wh

Re: [Dev] Getting error in p2-profile-gen due to some missing features

2013-07-09 Thread Sameera Jayasoma
Looks like this package (org.wso2.carbon.webapp.statistics.data.xsd) is missing. Sameera. On Tue, Jul 9, 2013 at 5:59 PM, Pulasthi Supun wrote: > Hi All i am getting the following error when building the greg with a new > update p2-profile-gen. Does anyone now how to fix this? > > Installing o

[Dev] Data Services Support in DevStudio - What need to be fixed/improved

2013-07-09 Thread Susinda Perera
*Redmine* Data Service generation using Dev Studio is not straightforward for the most basic scenario [1] DSS Tooling Improvements [2] Rich, Functional Data Services UI for Developer Studio[3] *Public JIRA* TOOLS-1687 support for carbon data sources [4] TOOLS-1394 DevStudio UI test automation: Dat

[Dev] Do we have a WS-Coordination implementation in our platform

2013-07-09 Thread Hasitha Aravinda
Hi all, I am looking the $Subject for humantask coordination protocol development. Do we have a WS-Coordination implementation in our platform ? If not, we can use Apache Kandula. But seems like Kandula project is not active in recent past. Last developments of the Kandula were done for Axis2 1.4

Re: [Dev] SVN Warning while updating svn externals

2013-07-09 Thread Amila Maha Arachchi
Reason for this is, you have provided a "http" URL when checking out. But the external has the "https" URL. You can take a new checkout with https URL and then try to update and see. Then, this warning will not occur. See [1]. [1] http://stackoverflow.com/questions/3907162/svn-error-x-isnt-in-the

[Dev] Getting error in p2-profile-gen due to some missing features

2013-07-09 Thread Pulasthi Supun
Hi All i am getting the following error when building the greg with a new update p2-profile-gen. Does anyone now how to fix this? Installing org.wso2.carbon.apimgt.store.feature.group 4.2.0.SNAPSHOT. Installation failed. Cannot complete the install because one or more required items could not be f

[Dev] SVN Warning while updating svn externals

2013-07-09 Thread Chanika Geeganage
Hi, We have added svn external for carbon.product file as follows inside dss p2-profile-gen. carbon.product https://svn.wso2.org/repos/wso2/carbon/kernel/trunk/distribution/kernel/carbon.product When I get an svn up it gives following warning and that file is not added. Fetching external item i

Re: [Dev] Cassandra compilation failures in the trunk due to Old Caching API

2013-07-09 Thread Pulasthi Supun
Got the same error.In the thread "Fwd: Trunk cannot be build with a clean repo. Whats our strategy?" Deependra said he is looking into this :). regards Pulasthi On Tue, Jul 9, 2013 at 4:39 PM, Sanjeewa Malalgoda wrote: > > > On Tue, Jul 9, 2013 at 10:50 AM, Sameera Jayasoma wrote: > >> Please

Re: [Dev] Cassandra compilation failures in the trunk due to Old Caching API

2013-07-09 Thread Sanjeewa Malalgoda
On Tue, Jul 9, 2013 at 10:50 AM, Sameera Jayasoma wrote: > Please fix > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile > (default-compile) on project org.wso2.carbon.cassandra.server: Compilation > failure: Compilation failure: > [ERROR] > /build/t

[Dev] Canceled Event: Code Review - Siddhi event tables @ Tue Jul 9, 2013 3pm - 4pm (raje...@wso2.com)

2013-07-09 Thread Rajeev Sampath
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:CANCEL BEGIN:VEVENT DTSTART:20130709T093000Z DTEND:20130709T103000Z DTSTAMP:20130709T092531Z ORGANIZER;CN=Rajeev Sampath:mailto:raje...@wso2.com UID:g18v1kte8i1tn493uhnej11...@google.com ATTENDEE

[Dev] [Trunk] Build failures after caching changes

2013-07-09 Thread Sanjeewa Malalgoda
Hi Team, I hope we are going to remove the dependency to org.wso2.carbon.caching.core completely. If so we need to remove it from all components. It seems it is still there in many components and we need to fix them. Thanks, Sanjeewa. [INFO] ---

Re: [Dev] Old caching dependencies are still there in Registry components

2013-07-09 Thread Ajith Vitharana
On Tue, Jul 9, 2013 at 2:25 PM, Pulasthi Supun wrote: > Hi > > Created and patch for this and attached [1] > [1] https://wso2.org/jira/browse/REGISTRY-1669 > Committed. Thanks. Ajith. > > > regards > pulasthi > > > On Tue, Jul 9, 2013 at 10:10 AM, Pulasthi Supun wrote: > >> Hi, >> >> Will ta

Re: [Dev] Old caching dependencies are still there in Registry components

2013-07-09 Thread Pulasthi Supun
Hi Created and patch for this and attached [1] [1] https://wso2.org/jira/browse/REGISTRY-1669 regards pulasthi On Tue, Jul 9, 2013 at 10:10 AM, Pulasthi Supun wrote: > Hi, > > Will take a look and provide a patch ASAP > > Thanks, > Pulasthi > > > > On Tue, Jul 9, 2013 at 9:21 AM, Eranda Soori

Re: [Dev] What is the Charon version used in the trunk?

2013-07-09 Thread Asela Pathberiya
On Tue, Jul 9, 2013 at 12:35 PM, Sameera Jayasoma wrote: > Thanks Asela. Can you remove the unused version from the commons/charon > svn location? Update the dependencies pom.xml as well. > This is done... > > Thanks, > Sameera. > > > On Tue, Jul 9, 2013 at 10:20 AM, Asela Pathberiya wrote: >

Re: [Dev] [Compilation Failures] org.wso2.carbon.apimgt.impl due to the usage of old caching API

2013-07-09 Thread Sanjeewa Malalgoda
Fixed it. Thanks, Sanjeewa. On Tue, Jul 9, 2013 at 12:10 PM, Sameera Jayasoma wrote: > I removed the caching.core dependency from the above bundle, then got the > following compilation failure. > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile > (

Re: [Dev] What is the Charon version used in the trunk?

2013-07-09 Thread Sameera Jayasoma
Thanks Asela. Can you remove the unused version from the commons/charon svn location? Update the dependencies pom.xml as well. Thanks, Sameera. On Tue, Jul 9, 2013 at 10:20 AM, Asela Pathberiya wrote: > > It must be 2.0.0-SNAPSHOT, which is in common.[1]. i think, we need to > branch the cha