Re: [Carbon-dev] Project 'org.wso2.carbon:eventing' is duplicated in the reactor

2010-02-08 Thread Senaka Fernando
This issue is fixed. But, we have another issue when we build from the top level using: *mvn clean install -Dmaven.test.skip=true*. [INFO] [INFO] Building Axiom Impl [INFO]task-segment: [clean, install] [INFO] --

[Carbon-dev] Project 'org.wso2.carbon:eventing' is duplicated in the reactor

2010-02-08 Thread Samisa Abeysinghe
[INFO] Scanning for projects... [INFO] [ERROR] BUILD FAILURE [INFO] [INFO] Project 'org.wso2.carbon:eventing' is duplicated in the reactor [INFO] ---

[Carbon-dev] Changes to the carbon.ui and dashboard-populator

2010-02-08 Thread Nuwan Bandara
Hi guys, 1. Because of the Gadget Server has a different index page, once logged in to Carbon we had to redirect the user to the custom index, to achieve this, in the custom login form you can specify a hidden field/request param called "*indexPageUrl*" and submit the form to */admin/l

Re: [Carbon-dev] Missing org.wso2.carbon.mashup.request-processors.doc

2010-02-08 Thread Ruchira Wageesha
Have you built component/mashup ?? Updating and rebuilding should work, but let it know if not. ___ Carbon-dev mailing list Carbon-dev@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Re: [Carbon-dev] Mashup parent problem

2010-02-08 Thread Ruchira Wageesha
Fixed. regards, Ruchira ___ Carbon-dev mailing list Carbon-dev@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Re: [Carbon-dev] Registry WS Client is Dependent on Old Rampart Version

2010-02-08 Thread Tharindu Mathew
Fixed this. Please take a update now. Regards, Tharindu On Tue, Feb 9, 2010 at 10:52 AM, Hiranya Jayathilaka wrote: > Hi Folks, > > It seems the registry web services client module has a dependency on > Rampart core 1.4-wso2v3. I get the following build error. > > Missing: > -- > 1) or

[Carbon-dev] Mashup parent problem

2010-02-08 Thread Samisa Abeysinghe
I ran mvn clean install -Dmaven.test.skip=true on builder and I get this. Please fix... [INFO] Scanning for projects... [INFO] [ERROR] FATAL ERROR [INFO]

[Carbon-dev] Registry WS Client is Dependent on Old Rampart Version

2010-02-08 Thread Hiranya Jayathilaka
Hi Folks, It seems the registry web services client module has a dependency on Rampart core 1.4-wso2v3. I get the following build error. Missing: -- 1) org.apache.ws.security:wss4j:jar:1.5.7.wso2v2 Try downloading the file manually from the project website. Then, install it using th

[Carbon-dev] Meaning of -Dimpl.prefix=Carbon in wso2server.sh

2010-02-08 Thread Supun Kamburugamuva
Can somebody please explain the purpose of the -Dimpl.prefix=Carbon configuration in the wso2server.sh? Thanks, Supun.. ___ Carbon-dev mailing list Carbon-dev@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

[Carbon-dev] Missing org.wso2.carbon.mashup.request-processors.doc

2010-02-08 Thread Sumedha Rubasinghe
Getting the following error now... /sumedha [INFO] [INFO] Building WSO2 Carbon - Doc Request Processor Core Feature [INFO]task-segment: [clean, install] [INFO]

Re: [Carbon-dev] Error when tying to initialize ESB with Autoscale mediator

2010-02-08 Thread Lahiru Gunathilake
I dropped the required jars to lib directory and changed the synapse.xml and started. What else should I do ? Lahiru On Tue, Feb 9, 2010 at 9:31 AM, Hiranya Jayathilaka wrote: > Hi Lahiru, > > Do you have the org.wso2.carbon.mediator.autoscale bundle in the ESB > distribution? This bundle has th

Re: [Carbon-dev] Error when tying to initialize ESB with Autoscale mediator

2010-02-08 Thread Hiranya Jayathilaka
Hi Lahiru, Do you have the org.wso2.carbon.mediator.autoscale bundle in the ESB distribution? This bundle has the descriptors which register the mediator factory implementations required to parse the autoscale mediator configurations. The error you have seen shows up because the mediator factories

[Carbon-dev] Why are we shipping org.wso2.carbon.dataservices.core with G-Reg?

2010-02-08 Thread Samisa Abeysinghe
Why $subject? Thanks, Samisa... -- Samisa Abeysinghe Director, Engineering - WSO2 Inc. http://wso2.com/ - "lean . enterprise . middleware" ___ Carbon-dev mailing list Carbon-dev@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

[Carbon-dev] Error building G-Reg dependancies

2010-02-08 Thread Samisa Abeysinghe
Build command: D:\svn\carbon\dependencies>mvn clean install -Dmaven.test.skip=true -Dproduct=greg And I get: [ERROR] Error building bundle org.apache.axis2:org.apache.axis2.osgi:bundle:SNAPSHOT : Input file does not exist: target/maven-shared-archive-resources/LICENSE.txt ~ [ERROR] Error build

Re: [Carbon-dev] Identity component integration into Carbon for authentication

2010-02-08 Thread Dimuthu Leelarathne
Hi, Yes. Now Carbon can fulfil the "customer authentication experiences" of Geneva server. The idea is that we have an interface to plugin to the Carbon UI [1]. So we can publish [1] as an API. We did not provide an interface for the BE authentication purposely, to keep it open. Stemming from thi

[Carbon-dev] Error when tying to initialize ESB with Autoscale mediator

2010-02-08 Thread Lahiru Gunathilake
H devs, I am getting following error[1] when I try to deploy autoscale mediator in to ESB. My synapse.xml is like this[2]. [1]http://www.pastie.org/814829 [2]http://www.pastie.org/814831 Do you have any idea why it's failing initializing ESB ? Thanks Lahiru -- Lahiru Gunathilake Software En

[Carbon-dev] org.apache.naming* jar

2010-02-08 Thread ratha
Hi all, Im getting following exception when i pass parameters from JSP to BE(creating an connection with a JMXserver). Seems i need to add a dependency in carbon.ui pom.xml. I couldnt find the exact jar of this. I've found that it comes with tomcat distribution. If so what would be the version,

Re: [Carbon-dev] Identity component integration into Carbon for authentication

2010-02-08 Thread Prabath Siriwardena
We have decoupled the authenticators from the Carbon core and the identity integration will go into a custom authenticator - we have already developed the logic for this; based on a custom requirement. I am working on this authenticator and will be available by the end of this week. Thanks & r

Re: [Carbon-dev] rhino dependency problem

2010-02-08 Thread Samisa Abeysinghe
On Mon, Feb 8, 2010 at 4:49 PM, Ruchira Wageesha wrote: > You need to update orbit/js and rebuild. > ah that is the problem. When I got the error on rhino, I was looking for a rhino bundle in orbit :( Samisa... > > regards, > Ruchira > > ___ > Carb

Re: [Carbon-dev] Identity component integration into Carbon for authentication

2010-02-08 Thread Afkham Azeez
Do we have an API/SDK sort of thing for identity integration, something like the Geneva framework for application authentication? Azeez On Mon, Feb 8, 2010 at 1:06 AM, Dimuthu Leelarathne wrote: > Hi, > > On Mon, Feb 1, 2010 at 10:52 AM, Prabath Siriwardena wrote: > >> Hi; >> >> Please find the

Re: [Carbon-dev] rhino dependency problem

2010-02-08 Thread Waruna Ranasinghe
Hi, I changed the version of rhino:js in js orbit bundle. So that the version of js orbit bundle. This artifact may not be still in the wso2 repo Thanks, Waruna On Mon, Feb 8, 2010 at 4:24 PM, Samisa Abeysinghe wrote: > [ERROR] BUILD ERROR > [INFO] > --

Re: [Carbon-dev] rhino dependency problem

2010-02-08 Thread Ruchira Wageesha
You need to update orbit/js and rebuild. regards, Ruchira ___ Carbon-dev mailing list Carbon-dev@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Re: [Carbon-dev] Identity component integration into Carbon for authentication

2010-02-08 Thread Dimuthu Leelarathne
Hi, If you look at the 69th line of ComponentConfigFactory.java you'll see the below lines. The configKey is the id of the componentBuilder element. OMElement configElement = (OMElement) itr.next(); String configKey = configElement.getLocalName(); ComponentConfigBuilder configBuilder = default

[Carbon-dev] rhino dependency problem

2010-02-08 Thread Samisa Abeysinghe
[ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. Missing: -- 1) rhino.wso2:js:jar:1.7.0.R1-wso2v2 Try downloading the file manually from the project website. Then, install it using the command:

Re: [Carbon-dev] Identity component integration into Carbon for authentication

2010-02-08 Thread Dimuthu Leelarathne
Hi, On Mon, Feb 1, 2010 at 10:52 AM, Prabath Siriwardena wrote: > Hi; > > Please find the approach for integrating identity component for Carbon > authentication - DimuthuL and I will be working on this. > > Step - 1 > > 1- Decouple UI level authentication logic. Drop a bundle and it will be > pi

Re: [Carbon-dev] Missing features/mashup/pom.xml

2010-02-08 Thread Ruchira Wageesha
committed :-) ___ Carbon-dev mailing list Carbon-dev@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Re: [Carbon-dev] Compilation failure on Throttling BE

2010-02-08 Thread Isuru Suriarachchi
Hi Dimuthu, Build the commons throttling trunk first and then build the component. Thanks, ~Isuru On Mon, Feb 8, 2010 at 10:36 AM, Dimuthu Leelarathne wrote: > [INFO] > > [INFO] Building WSO2 Carbon - Throttle BE > [INFO]