[Carbon-dev] Wrong Build Order

2011-03-17 Thread Dimuthu Leelarathne
Hi, I ran into a wrong build order today when building wsas profile. So my build failed. Wrong Build Order [INFO] WSO2 Carbon - Data Services Aggregator Module [INFO] WSO2 Carbon - Data Services Core [INFO] WSO2 Carbon - Data Services Common [INFO] WSO2 Carbon - Data Services UI [INFO]

[Carbon-dev] got issue @ the codegen of registry component /windows

2011-03-17 Thread Vijayaratha Vijayasingam
Hi, I got following issue.. as azeez said stub is not in our repo??? INFO] snapshot org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: checking for upd tes from com.springsource.repository.bundles.external INFO] [antrun:run {execution: source-code-generation}] INFO] Executing

Re: [Carbon-dev] Important: Get all dependency versions from platform pom.xml

2011-03-17 Thread Srinath Perera
Hi Azeez, IMO we need some script that search our build and find the problem. We should be able to use http://xmlstar.sourceforge.net or something similar to search through the poms and fine problems. For example, it is matter of listing all the pom that has versions in the dependency in this

Re: [Carbon-dev] OutOfMemoryError: PermGen space When Running Integration Tests

2011-03-17 Thread Waruna Ranasinghe
On Wed, Mar 16, 2011 at 8:19 PM, Afkham Azeez az...@wso2.com wrote: Add this element as the first child of the surefire-plugin configuration element: argLine-Xms512m -Xmx1024m/argLine Thank you, this worked for me as well. Thanks, Waruna On Wed, Mar 16, 2011 at 8:11 PM, Kasun Weranga

Re: [Carbon-dev] Can you build dependencies from its root pom.

2011-03-17 Thread Danushka Menikkumbura
Build fails inside wss4j due to test failures. Danushka On Thu, Mar 17, 2011 at 11:07 AM, Harshana Martin harsh...@wso2.com wrote: Hi Pradeep, On Thu, Mar 17, 2011 at 11:05 AM, Pradeep Fernando prad...@wso2.comwrote: Hi, I have deployed the mar aar pluigins to release repo and have

Re: [Carbon-dev] Important: Get all dependency versions from platform pom.xml

2011-03-17 Thread Denis Weerasiri
For now I'm keeping this sheet [1], which contains the duplications found. Some versions have been replicated in both features and component root POMs. [1] - https://spreadsheets.google.com/a/wso2.com/ccc?hl=enkey=tZezqrcbbfV8LCmcH5yt1cQhl=en#gid=0 On Thu, Mar 17, 2011 at 11:42 AM, Srinath

Re: [Carbon-dev] Can you build dependencies from its root pom.

2011-03-17 Thread Thilina Buddhika
You need to patch the JDK in order to get these tests passed [1]. [1] - http://blog.rampartfaq.com/2009/08/faq-001-javasecurityinvalidkeyexception.html Thanks, Thilina On Thu, Mar 17, 2011 at 12:06 PM, Danushka Menikkumbura danus...@wso2.comwrote: Build fails inside wss4j due to test

Re: [Carbon-dev] Getting the JMS transport to work with MB(Qpid) inside Carbon

2011-03-17 Thread Paul Fremantle
So let's be clear about JNDI here: JNDI will be used to by the JMS client to access queues in two scenarios: 1) ESB is using JMS. Normally we provide our own JNDI settings to the Axis2 JMS transport. Maybe this needs improving, but this is the way. 2) If I use JMS in a webapp. So far we haven't

[Carbon-dev] Error when running tests from the integration test framework

2011-03-17 Thread Janaka Ranabahu
Hi All, Im getting the following error when I try to run a test module. There are several test modules and this error only comes in one module. Any ideas on this? --- T E S T S --- Running

Re: [Carbon-dev] Getting the JMS transport to work with MB(Qpid) inside Carbon

2011-03-17 Thread Danushka Menikkumbura
That means we should avoid using the global context in the JMS transport? Danushka On Thu, Mar 17, 2011 at 12:51 PM, Paul Fremantle p...@wso2.com wrote: So let's be clear about JNDI here: JNDI will be used to by the JMS client to access queues in two scenarios: 1) ESB is using JMS.

[Carbon-dev] Improving ESB and MB together

2011-03-17 Thread Paul Fremantle
I've been looking at using the MB with the ESB. There are a few things that jump out. 1) By default we ship the ESB with sample transport code for ActiveMQ. Can we change this to be Qpid related? 2) By default the Axis2 JMS transport requires the JNDI information in the URL (e.g.)

Re: [Carbon-dev] Error when running tests from the integration test framework

2011-03-17 Thread Chamara Silva
Server not started properly also.this is the same threading issue what we are getting. regards, Chamara On Thu, Mar 17, 2011 at 1:00 PM, Senaka Fernando sen...@wso2.com wrote: Hi Janaka, This is because there are too many open files. Increasing the file limits against your user account

Re: [Carbon-dev] Improving ESB and MB together

2011-03-17 Thread Danushka Menikkumbura
1) By default we ship the ESB with sample transport code for ActiveMQ. Can we change this to be Qpid related? +1 2) By default the Axis2 JMS transport requires the JNDI information in the URL (e.g.)

Re: [Carbon-dev] Improving ESB and MB together

2011-03-17 Thread Rajika Kumarasiri
On Thu, Mar 17, 2011 at 1:00 PM, Paul Fremantle p...@wso2.com wrote: I've been looking at using the MB with the ESB. There are a few things that jump out. 1) By default we ship the ESB with sample transport code for ActiveMQ. Can we change this to be Qpid related? I think we should

Re: [Carbon-dev] got issue @ the codegen of registry component /windows

2011-03-17 Thread Senaka Fernando
Hi Ratha, Did this break all of a sudden? if so, may be some artifacts are corrupt. Thanks, Senaka. On Thu, Mar 17, 2011 at 11:39 AM, Vijayaratha Vijayasingam rat...@wso2.comwrote: Hi, I got following issue.. as azeez said stub is not in our repo??? INFO] snapshot

Re: [Carbon-dev] Important: Get all dependency versions from platform pom.xml

2011-03-17 Thread Afkham Azeez
On Thu, Mar 17, 2011 at 12:48 PM, Denis Weerasiri de...@wso2.com wrote: Hi Is there a reason to use different versions in root POM, orbit.version.h2.engine1.2.140.wso2v2/orbit.version.h2.engine and in component/POM wso2.h2.orbit.version1.2.140.wso2v1/wso2.h2.orbit.version ? No. On

Re: [Carbon-dev] Build

2011-03-17 Thread Danushka Menikkumbura
The fix suggested by Shankar did not work for Qpid due to some environment variable issue. That is why it uses exec task. Please use ant.bat in place of ant until I find a fix. Thanks, Danushka On Thu, Mar 17, 2011 at 1:08 PM, Samisa Abeysinghe sam...@wso2.com wrote: On Thu, Mar 17, 2011 at

Re: [Carbon-dev] Getting the JMS transport to work with MB(Qpid) inside Carbon

2011-03-17 Thread Senaka Fernando
Hi Paul, On Thu, Mar 17, 2011 at 1:01 PM, Paul Fremantle p...@wso2.com wrote: H maybe not. All I'm saying is that at the moment ALL the examples avoid using the global context. Maybe we should be *using* (nto avoiding) the global context, but so far I don't even know how to. Yes, that

Re: [Carbon-dev] Important: Get all dependency versions from platform pom.xml

2011-03-17 Thread Senaka Fernando
On Thu, Mar 17, 2011 at 1:18 PM, Afkham Azeez az...@wso2.com wrote: On Thu, Mar 17, 2011 at 12:48 PM, Denis Weerasiri de...@wso2.com wrote: Hi Is there a reason to use different versions in root POM, orbit.version.h2.engine1.2.140.wso2v2/orbit.version.h2.engine and in component/POM

Re: [Carbon-dev] [Carbon-commits] [Carbon-Core] svn commit r89935 - trunk/carbon/core/org.wso2.carbon.user.mgt.ui/src/main/resources/web/user/docs

2011-03-17 Thread Senaka Fernando
On Thu, Mar 17, 2011 at 10:20 AM, Afkham Azeez az...@wso2.com wrote: On Thu, Mar 17, 2011 at 10:13 AM, sha...@wso2.com wrote: Author: shammi Date: Wed Mar 16 21:43:49 2011 New Revision: 89935 URL: http://wso2.org/svn/browse/wso2?view=revrevision=89935 Log: Correcting the spelling

Re: [Carbon-dev] Wrong Build Order

2011-03-17 Thread Senaka Fernando
Hi Dimuthu, On Thu, Mar 17, 2011 at 11:32 AM, Dimuthu Leelarathne dimut...@wso2.comwrote: Hi, I ran into a wrong build order today when building wsas profile. So my build failed. Its not the build order what's wrong. The fact is that we did not properly declare dependencies. If that was

[Carbon-dev] Need System property for integration test framework

2011-03-17 Thread Chamara Silva
Integration test framework need running server URL for invoke admin services. eg: https://localhost :9443/services/EndpointAdmin earlier we used framework property file to get this and it's not valid anymore.shall we introduce system property in pom.xml to get server url? or shall we read

Re: [Carbon-dev] got issue @ the codegen of registry component /windows

2011-03-17 Thread Vijayaratha Vijayasingam
Hi senaka, This is how i noticed with this codegen issue.. Say when i build components @ root level as an online build it breaks @ registry component with the codegen issue..Even if i build the registry component/particular module( org.wso2.carbon.registry.extensions.ui) that fails with the

Re: [Carbon-dev] Improving ESB and MB together

2011-03-17 Thread Hiranya Jayathilaka
On Thu, Mar 17, 2011 at 1:15 PM, Rajika Kumarasiri raj...@wso2.com wrote: On Thu, Mar 17, 2011 at 1:00 PM, Paul Fremantle p...@wso2.com wrote: I've been looking at using the MB with the ESB. There are a few things that jump out. 1) By default we ship the ESB with sample transport code

Re: [Carbon-dev] Improving ESB and MB together

2011-03-17 Thread Hiranya Jayathilaka
On Thu, Mar 17, 2011 at 1:45 PM, Hiranya Jayathilaka hira...@wso2.comwrote: On Thu, Mar 17, 2011 at 1:15 PM, Rajika Kumarasiri raj...@wso2.comwrote: On Thu, Mar 17, 2011 at 1:00 PM, Paul Fremantle p...@wso2.com wrote: I've been looking at using the MB with the ESB. There are a few

Re: [Carbon-dev] got issue @ the codegen of registry component /windows

2011-03-17 Thread Selvaratnam Uthaiyashankar
On Thu, Mar 17, 2011 at 1:44 PM, Vijayaratha Vijayasingam rat...@wso2.comwrote: Hi senaka, This is how i noticed with this codegen issue.. Say when i build components @ root level as an online build it breaks @ registry component with the codegen issue..Even if i build the registry

Re: [Carbon-dev] Improving ESB and MB together

2011-03-17 Thread Rajika Kumarasiri
On Thu, Mar 17, 2011 at 1:45 PM, Hiranya Jayathilaka hira...@wso2.comwrote: On Thu, Mar 17, 2011 at 1:15 PM, Rajika Kumarasiri raj...@wso2.comwrote: On Thu, Mar 17, 2011 at 1:00 PM, Paul Fremantle p...@wso2.com wrote: I've been looking at using the MB with the ESB. There are a few

Re: [Carbon-dev] [Carbon-commits] [Carbon-Core] svn commit r89935 - trunk/carbon/core/org.wso2.carbon.user.mgt.ui/src/main/resources/web/user/docs

2011-03-17 Thread Shammi Jayasinghe
On Thu, Mar 17, 2011 at 1:31 PM, Senaka Fernando sen...@wso2.com wrote: On Thu, Mar 17, 2011 at 10:20 AM, Afkham Azeez az...@wso2.com wrote: On Thu, Mar 17, 2011 at 10:13 AM, sha...@wso2.com wrote: Author: shammi Date: Wed Mar 16 21:43:49 2011 New Revision: 89935 URL:

Re: [Carbon-dev] Need System property for integration test framework

2011-03-17 Thread Senaka Fernando
Hi Chamara, On Thu, Mar 17, 2011 at 1:41 PM, Chamara Silva cham...@wso2.com wrote: Integration test framework need running server URL for invoke admin services. eg: https://localhost :9443/services/EndpointAdmin earlier we used framework property file to get this and it's not valid

Re: [Carbon-dev] got issue @ the codegen of registry component /windows

2011-03-17 Thread Senaka Fernando
On Thu, Mar 17, 2011 at 1:49 PM, Selvaratnam Uthaiyashankar shan...@wso2.com wrote: On Thu, Mar 17, 2011 at 1:44 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi senaka, This is how i noticed with this codegen issue.. Say when i build components @ root level as an online build

[Carbon-dev] Windows Error Building org.wso2.carbon.registry.extensions.ui

2011-03-17 Thread Indika Kumara
Hi All, Is anyone aware of a proper solution for the issue occurred with ant java task with *fork=true? *. I am aware that the fork=false is a workaround. java classname=org.apache.axis2.wsdl.WSDL2Java *fork=true* Follwig is the error I got when building org.wso2.carbon.registry.extensions.ui

Re: [Carbon-dev] Improving ESB and MB together

2011-03-17 Thread Hiranya Jayathilaka
On Thu, Mar 17, 2011 at 1:00 PM, Paul Fremantle p...@wso2.com wrote: I've been looking at using the MB with the ESB. There are a few things that jump out. 1) By default we ship the ESB with sample transport code for ActiveMQ. Can we change this to be Qpid related? We could. But Qpid is

[Carbon-dev] Immediate plan for Carbon Stratos releases + build stabilization

2011-03-17 Thread Afkham Azeez
Samisa I had a discussion on this, and these are the items in order of priority for the different teams. *Product Teams* 1. Integration tests 2. Introduce service stubs, and take OSGi dependencies on those stubs for all components in your products 3. Fix L1/L2 issues related to your products 1

Re: [Carbon-dev] Important: Get all dependency versions from platform pom.xml

2011-03-17 Thread Afkham Azeez
On Thu, Mar 17, 2011 at 1:30 PM, Senaka Fernando sen...@wso2.com wrote: On Thu, Mar 17, 2011 at 1:18 PM, Afkham Azeez az...@wso2.com wrote: On Thu, Mar 17, 2011 at 12:48 PM, Denis Weerasiri de...@wso2.com wrote: Hi Is there a reason to use different versions in root POM,

Re: [Carbon-dev] Need System property for integration test framework

2011-03-17 Thread Chamara Silva
yes Its already have regards, Chamara On Thu, Mar 17, 2011 at 1:53 PM, Senaka Fernando sen...@wso2.com wrote: Hi Chamara, On Thu, Mar 17, 2011 at 1:41 PM, Chamara Silva cham...@wso2.com wrote: Integration test framework need running server URL for invoke admin services. eg:

Re: [Carbon-dev] Build

2011-03-17 Thread Nuwan Bandara
Shindig tests from certain modules are removed now, others will run with tests on. Regards, /Nuwan On Thu, Mar 17, 2011 at 1:20 PM, Danushka Menikkumbura danus...@wso2.comwrote: The fix suggested by Shankar did not work for Qpid due to some environment variable issue. That is why it uses exec

Re: [Carbon-dev] Important: Get all dependency versions from platform pom.xml

2011-03-17 Thread Hasini Gunasinghe
On Thu, Mar 17, 2011 at 2:00 PM, Afkham Azeez az...@wso2.com wrote: On Thu, Mar 17, 2011 at 1:30 PM, Senaka Fernando sen...@wso2.com wrote: On Thu, Mar 17, 2011 at 1:18 PM, Afkham Azeez az...@wso2.com wrote: On Thu, Mar 17, 2011 at 12:48 PM, Denis Weerasiri de...@wso2.comwrote: Hi Is

Re: [Carbon-dev] Important: Get all dependency versions from platform pom.xml

2011-03-17 Thread Prabath Abeysekera
On Thu, Mar 17, 2011 at 12:48 PM, Denis Weerasiri de...@wso2.com wrote: Hi Is there a reason to use different versions in root POM, orbit.version.h2.engine1.2.140.wso2v2/orbit.version.h2.engine and in component/POM wso2.h2.orbit.version1.2.140.wso2v1/wso2.h2.orbit.version ? Not only the

Re: [Carbon-dev] Getting the JMS transport to work with MB(Qpid) inside Carbon

2011-03-17 Thread Paul Fremantle
Danushka Can you explain why the JNDI work seems to have stalled? I thought that was part of our MB release. Paul On 17 March 2011 07:55, Senaka Fernando sen...@wso2.com wrote: Hi Paul, On Thu, Mar 17, 2011 at 1:01 PM, Paul Fremantle p...@wso2.com wrote: H maybe not. All I'm saying is

Re: [Carbon-dev] Important: Get all dependency versions from platform pom.xml

2011-03-17 Thread Nuwan Bandara
Can we make a standard naming convention. I just created*rampart.mar.version * how about component-name.version ? Regards, /Nuwan On Thu, Mar 17, 2011 at 2:22 PM, Prabath Abeysekera praba...@wso2.comwrote: On Thu, Mar 17, 2011 at 12:48 PM, Denis Weerasiri de...@wso2.com wrote: Hi Is there

Re: [Carbon-dev] Important: Get all dependency versions from platform pom.xml

2011-03-17 Thread Afkham Azeez
On Thu, Mar 17, 2011 at 2:14 PM, Hasini Gunasinghe has...@wso2.com wrote: On Thu, Mar 17, 2011 at 2:00 PM, Afkham Azeez az...@wso2.com wrote: On Thu, Mar 17, 2011 at 1:30 PM, Senaka Fernando sen...@wso2.com wrote: On Thu, Mar 17, 2011 at 1:18 PM, Afkham Azeez az...@wso2.com wrote:

Re: [Carbon-dev] got issue @ the codegen of registry component /windows

2011-03-17 Thread Vijayaratha Vijayasingam
On 17 March 2011 13:49, Selvaratnam Uthaiyashankar shan...@wso2.com wrote: On Thu, Mar 17, 2011 at 1:44 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi senaka, This is how i noticed with this codegen issue.. Say when i build components @ root level as an online build it breaks @

Re: [Carbon-dev] Improving ESB and MB together

2011-03-17 Thread Hiranya Jayathilaka
On Thu, Mar 17, 2011 at 2:26 PM, Paul Fremantle p...@wso2.com wrote: Hiranya There is no such thing as a JMS broker. JMS is an API not a wire protocol. All brokers must have a wire protocol. ActiveMQ defines several of its own, Qpid uses a multi-vendor standard (AMQP). I'm happy to keep

Re: [Carbon-dev] Getting the JMS transport to work with MB(Qpid) inside Carbon

2011-03-17 Thread Danushka Menikkumbura
I have done two things in this space. 1. The Registry-based ICF for Qpid - This we do not use as we have dropped the JNDI configuration FE from the MB. In fact we did not use it at all in any of our implementations. (i.e. Messagebox, etc) 2. The Carbon ICF that went into Carbon base as a fix for

Re: [Carbon-dev] Getting the JMS transport to work with MB(Qpid) inside Carbon

2011-03-17 Thread Paul Fremantle
Danushka Where is the mail saying we were dropping the Registry based ICF? I don't remember that decision. Paul On 17 March 2011 09:19, Danushka Menikkumbura danus...@wso2.com wrote: I have done two things in this space. 1. The Registry-based ICF for Qpid - This we do not use as we have

Re: [Carbon-dev] Getting the JMS transport to work with MB(Qpid) inside Carbon

2011-03-17 Thread Danushka Menikkumbura
Not the ICF but the FE. But the ICF is bound to the Registry location where the the details are stored by the FE. It was during the very first demo/review we had IIRC. We had a couple of FE reviews after that. The FE used to configure connection factories, queues and topics. Thanks, Danushka On

Re: [Carbon-dev] Error when running tests from the integration test framework

2011-03-17 Thread Janaka Ranabahu
On Thu, Mar 17, 2011 at 1:10 PM, Chamara Silva cham...@wso2.com wrote: Server not started properly also.this is the same threading issue what we are getting. regards, Chamara On Thu, Mar 17, 2011 at 1:00 PM, Senaka Fernando sen...@wso2.com wrote: Hi Janaka, This is because there are

[Carbon-dev] ESB Build Error

2011-03-17 Thread Harshana Martin
Hi ESB Team, I get the following error. Seems to be a version issue in jms.feature. I checked the local .m2 repo. The version of the jms.feature is *1.1.0-wso2v4 * as declared in the carbon platform pom. But the version except at modules/p2-profile/service is *1.1.0-SNAPSHOT*. Downloading:

Re: [Carbon-dev] Getting the JMS transport to work with MB(Qpid) inside Carbon

2011-03-17 Thread Paul Fremantle
1) Is the ICF shipping as part of the MB product release? If so what is the ICF class? Is it available in the qpid-client bundle? 2) I don't recall any discussion of dropping any JNDI work. Are there notes from the meeting that can jog my memory? Paul On 17 March 2011 09:41, Danushka

[Carbon-dev] Fwd: Question in BAM

2011-03-17 Thread Chamara Ariyarathne
-- Forwarded message -- From: Chamara Ariyarathne chama...@wso2.com Date: Thu, Mar 17, 2011 at 2:54 PM Subject: Question in BAM To: Krishantha Samaraweera krishan...@wso2.com, Charitha Kankanamge chari...@wso2.com Hi, I have started BAM and ESB, and add ESB server url to BAM's

Re: [Carbon-dev] Getting the JMS transport to work with MB(Qpid) inside Carbon

2011-03-17 Thread Danushka Menikkumbura
1) Is the ICF shipping as part of the MB product release? If so what is the ICF class? Is it available in the qpid-client bundle? No. If we need to do that we have to modify the FE to enter JNDI logical/physical names and store them in the Registry. I can get the old ICF to work with that

Re: [Carbon-dev] Immediate plan for Carbon Stratos releases + build stabilization

2011-03-17 Thread Harshana Martin
On Thu, Mar 17, 2011 at 1:58 PM, Afkham Azeez az...@wso2.com wrote: Samisa I had a discussion on this, and these are the items in order of priority for the different teams. *Product Teams* 1. Integration tests 2. Introduce service stubs, and take OSGi dependencies on those stubs for all

Re: [Carbon-dev] Fwd: Question in BAM

2011-03-17 Thread Buddhika Chamith
As the error message says only if there are no data recorded against the server it is possible to remove the server. See https://wso2.org/jira/browse/CARBON-5609 Regards, Buddhika ___ Carbon-dev mailing list Carbon-dev@wso2.org

Re: [Carbon-dev] Fwd: Question in BAM

2011-03-17 Thread Tharindu Mathew
This has been reported many times, ex: https://wso2.org/jira/browse/CARBON-5396 https://wso2.org/jira/browse/CARBON-5396It is not possible to delete a server which already has recorded data against it. On Thu, Mar 17, 2011 at 3:43 PM, Chamara Ariyarathne chama...@wso2.comwrote: --

Re: [Carbon-dev] Fwd: Question in BAM

2011-03-17 Thread Tharindu Mathew
As a usability improvement, we can probably include a message in the Add Server UI such as : NOTE: After data collection starts a monitored server cannot be deleted On Thu, Mar 17, 2011 at 4:12 PM, Buddhika Chamith buddhi...@wso2.comwrote: As the error message says only if there are no data

Re: [Carbon-dev] ESB Build Error

2011-03-17 Thread Harshana Martin
Hi All, Build is successful after changing the version of the jms.feature in the products/esb pom. Patch is attached. Thanks and Regards, Harshana On Thu, Mar 17, 2011 at 3:40 PM, Harshana Martin harsh...@wso2.com wrote: Hi ESB Team, I get the following error. Seems to be a version issue in

[Carbon-dev] ESB Integration Test Failures

2011-03-17 Thread Hiranya Jayathilaka
Hi Folks, I'm getting the following error when running ESB integration tests. Pretty much all the tests :( INFO: Using a shared selector for servlet write/read Mar 17, 2011 3:33:31 PM org.apache.catalina.core.StandardService startInternal INFO: Starting service Tomcat [2011-03-17 15:33:31,137]

Re: [Carbon-dev] ESB Build Error

2011-03-17 Thread Harshana Martin
2011/3/17 Harshana Martin harsh...@wso2.com Hi All, Build is successful after changing the version of the jms.feature in the products/esb pom. Patch is attached. Committed in r89990. Thanks and Regards, Harshana Thanks and Regards, Harshana On Thu, Mar 17, 2011 at 3:40 PM, Harshana

Re: [Carbon-dev] ESB Integration Test Failures

2011-03-17 Thread Afkham Azeez
Need to exclude javax.servlet:servlet-api which can get into the classpath through transitive dependencies. The latest Tomcat 7 we are using depends on Servlet API 3.0 On Thu, Mar 17, 2011 at 4:26 PM, Hiranya Jayathilaka hira...@wso2.comwrote: Hi Folks, I'm getting the following error when

[Carbon-dev] Build fails in Stratos Manager - Distribution in Products

2011-03-17 Thread Manisha Gayathri
I have successfully built the dependencies, orbit, core, components and features. But product build fails for me. [INFO] Unable to find resource 'com.acme.shoppingcart:shopping-cart:zip:1.1.0-SNAPSHOT' in repository wso2-maven2-repository-snapshot (http://dist.wso2.org/snapshots/maven2)

Re: [Carbon-dev] Build fails in Stratos Manager - Distribution in Products

2011-03-17 Thread Amila Maha Arachchi
Hi Manisha, You need to build carbon/samples/shopping-cart. I have added this to carbon/pom.xml yesterday. If you start building from root, you need to update the platform pom. Or, you can build shopping cart and build manager. Thanks, AmilaM. On Thu, Mar 17, 2011 at 5:09 PM, Manisha Gayathri

Re: [Carbon-dev] Wrong Build Order

2011-03-17 Thread Dimuthu Leelarathne
Hi, On Thu, Mar 17, 2011 at 1:33 PM, Senaka Fernando sen...@wso2.com wrote: Hi Dimuthu, On Thu, Mar 17, 2011 at 11:32 AM, Dimuthu Leelarathne dimut...@wso2.comwrote: Hi, I ran into a wrong build order today when building wsas profile. So my build failed. Its not the build order

Re: [Carbon-dev] Immediate plan for Carbon Stratos releases + build stabilization

2011-03-17 Thread Pradeep Fernando
On Thu, Mar 17, 2011 at 4:03 PM, Harshana Martin harsh...@wso2.com wrote: On Thu, Mar 17, 2011 at 1:58 PM, Afkham Azeez az...@wso2.com wrote: Samisa I had a discussion on this, and these are the items in order of priority for the different teams. Product Teams 1. Integration tests 2.

Re: [Carbon-dev] Can we trigger a nightly build with tests skipped with a clean maven repo for carbon trunk?

2011-03-17 Thread Denis Weerasiri
Triggered a new build. On Thu, Mar 17, 2011 at 11:19 AM, Samisa Abeysinghe sam...@wso2.com wrote: I triggered this a while ago On Thu, Mar 17, 2011 at 10:11 AM, Samisa Abeysinghe sam...@wso2.comwrote: I am looking into this On Wed, Mar 16, 2011 at 8:35 PM, Afkham Azeez az...@wso2.com

Re: [Carbon-dev] Build fails in Stratos Manager - Distribution in Products

2011-03-17 Thread Manisha Gayathri
On Thu, Mar 17, 2011 at 5:14 PM, Amila Maha Arachchi ami...@wso2.comwrote: Hi Manisha, You need to build carbon/samples/shopping-cart. I have added this to carbon/pom.xml yesterday. If you start building from root, you need to update the platform pom. Or, you can build shopping cart and

Re: [Carbon-dev] ESB Integration Test Failures

2011-03-17 Thread Hiranya Jayathilaka
On Thu, Mar 17, 2011 at 5:01 PM, Afkham Azeez az...@wso2.com wrote: Need to exclude javax.servlet:servlet-api which can get into the classpath through transitive dependencies. The latest Tomcat 7 we are using depends on Servlet API 3.0 Thanks Azeez. Had to add the following exclusion rule to

Re: [Carbon-dev] Immediate plan for Carbon Stratos releases + build stabilization

2011-03-17 Thread Sameera Jayasoma
On Thu, Mar 17, 2011 at 8:28 AM, Afkham Azeez az...@wso2.com wrote: Samisa I had a discussion on this, and these are the items in order of priority for the different teams. *Product Teams* 1. Integration tests 2. Introduce service stubs, and take OSGi dependencies on those stubs for all

Re: [Carbon-dev] Immediate plan for Carbon Stratos releases + build stabilization

2011-03-17 Thread Samisa Abeysinghe
On Thu, Mar 17, 2011 at 5:23 PM, Pradeep Fernando prad...@wso2.com wrote: On Thu, Mar 17, 2011 at 4:03 PM, Harshana Martin harsh...@wso2.com wrote: On Thu, Mar 17, 2011 at 1:58 PM, Afkham Azeez az...@wso2.com wrote: Samisa I had a discussion on this, and these are the items in order

[Carbon-dev] Restricting built-in services to HTTP/HTTPS

2011-03-17 Thread Paul Fremantle
I'm not exactly sure on this, but it seems to me that we might want to restrict the built in services (e.g. WSDLValidator, WSDLConverter, XKMS, Java2WSDL, sts) to HTTP/HTTPS. I'm just trying to debug some JMS in the ESB and the fact that these services get bound to JMS is kind-of annoying ;-)

Re: [Carbon-dev] Restricting built-in services to HTTP/HTTPS

2011-03-17 Thread Hiranya Jayathilaka
On Thu, Mar 17, 2011 at 7:13 PM, Paul Fremantle p...@wso2.com wrote: I'm not exactly sure on this, but it seems to me that we might want to restrict the built in services (e.g. WSDLValidator, WSDLConverter, XKMS, Java2WSDL, sts) to HTTP/HTTPS. I'm just trying to debug some JMS in the ESB and

[Carbon-dev] Adding emma instrumentation method to ServerUtils in carbon/core/integration

2011-03-17 Thread Thilini Ishaka
Hi, We have faced a problem when finding code coverage using emma after moving test framework to the trunk. We have a *ServerUtils* class inside *core/integration* module and what it does is, extract the product zip, copy it to a temp location, start and stop the server. As the first step of

Re: [Carbon-dev] Initiated an online build with Incremental build enabled with a clean repo

2011-03-17 Thread Harshana Martin
Hi All, On Thu, Mar 17, 2011 at 8:01 AM, Harshana Martin harsh...@wso2.com wrote: On Thu, Mar 17, 2011 at 6:58 AM, Harshana Martin harsh...@wso2.comwrote: On Thu, Mar 17, 2011 at 1:45 AM, Harshana Martin harsh...@wso2.comwrote: On Wed, Mar 16, 2011 at 10:25 PM, Harshana Martin

Re: [Carbon-dev] How is the incremental-build-plugin work progressing?

2011-03-17 Thread Harshana Martin
Hi Azeez/All, On Wed, Mar 16, 2011 at 9:43 PM, Harshana Martin harsh...@wso2.com wrote: Hi Azeez, On Wed, Mar 16, 2011 at 7:45 PM, Afkham Azeez az...@wso2.com wrote: Harshana, $subject? Didn't see many commits related to that. I have completely build Carbon Incremental Build enabled with

Re: [Carbon-dev] How is the incremental-build-plugin work progressing?

2011-03-17 Thread Afkham Azeez
Excellent! Good job! On Thu, Mar 17, 2011 at 8:00 PM, Harshana Martin harsh...@wso2.com wrote: Hi Azeez/All, On Wed, Mar 16, 2011 at 9:43 PM, Harshana Martin harsh...@wso2.comwrote: Hi Azeez, On Wed, Mar 16, 2011 at 7:45 PM, Afkham Azeez az...@wso2.com wrote: Harshana, $subject? Didn't

Re: [Carbon-dev] Adding emma instrumentation method to ServerUtils in carbon/core/integration

2011-03-17 Thread Afkham Azeez
Is there a way to instrument the classes after extracting the carbon.zip? On Thu, Mar 17, 2011 at 7:30 PM, Thilini Ishaka thil...@wso2.com wrote: Hi, We have faced a problem when finding code coverage using emma after moving test framework to the trunk. We have a *ServerUtils* class inside

Re: [Carbon-dev] Immediate plan for Carbon Stratos releases + build stabilization

2011-03-17 Thread Afkham Azeez
On Thu, Mar 17, 2011 at 6:49 PM, Sameera Jayasoma same...@wso2.com wrote: On Thu, Mar 17, 2011 at 8:28 AM, Afkham Azeez az...@wso2.com wrote: Samisa I had a discussion on this, and these are the items in order of priority for the different teams. *Product Teams* 1. Integration tests 2.

Re: [Carbon-dev] Adding emma instrumentation method to ServerUtils in carbon/core/integration

2011-03-17 Thread Charitha Kankanamge
On Thu, Mar 17, 2011 at 8:39 PM, Afkham Azeez az...@wso2.com wrote: Is there a way to instrument the classes after extracting the carbon.zip? Instrumentation is done only after extracting the carbon.zip. For that we use instr (Emma's offline class instrumentor [1]) Instrumentation is a

Re: [Carbon-dev] Adding emma instrumentation method to ServerUtils in carbon/core/integration

2011-03-17 Thread Afkham Azeez
Excellent! So we can combine this somehow into the core/integration. On Thu, Mar 17, 2011 at 8:57 PM, Charitha Kankanamge chari...@wso2.comwrote: On Thu, Mar 17, 2011 at 8:39 PM, Afkham Azeez az...@wso2.com wrote: Is there a way to instrument the classes after extracting the carbon.zip?

[Carbon-dev] ESB build failure with clean repo

2011-03-17 Thread Afkham Azeez
I started building with a clean local Maven repo this morning and everything went fine until the ESB product build failed. Downloading:

Re: [Carbon-dev] ESB build failure with clean repo

2011-03-17 Thread Harshana Martin
Hi Azeez, I fixed this. Please take a svn up in product/esb. Thanks and Regards, Harshana On Thu, Mar 17, 2011 at 9:27 PM, Afkham Azeez az...@wso2.com wrote: I started building with a clean local Maven repo this morning and everything went fine until the ESB product build failed.

Re: [Carbon-dev] Adding emma instrumentation method to ServerUtils in carbon/core/integration

2011-03-17 Thread Thilini Ishaka
On Thu, Mar 17, 2011 at 8:39 PM, Afkham Azeez az...@wso2.com wrote: Is there a way to instrument the classes after extracting the carbon.zip? ya. I think we need to do something like; Runtime.getRuntime().exec(xargs -n 1 $JAVA_HOME/jre/bin/java -cp emma.jar emma instr -m overwrite

Re: [Carbon-dev] Adding emma instrumentation method to ServerUtils in carbon/core/integration

2011-03-17 Thread Chamara Silva
To do this we will overload setUpCarbonHome method in ServerUtils class with jar instrumentation code. Thanks, Chamara On Thu, Mar 17, 2011 at 9:01 PM, Afkham Azeez az...@wso2.com wrote: Excellent! So we can combine this somehow into the core/integration. On Thu, Mar 17, 2011 at 8:57 PM,

[Carbon-dev] Trigger another nightly build with a clean Maven repo tonight

2011-03-17 Thread Afkham Azeez
$subject please. -- *Afkham Azeez* Senior Software Architect Senior Manager; WSO2, Inc.; http://wso2.com, * * *Member; Apache Software Foundation; **http://www.apache.org/*http://www.apache.org/ * email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919 blog: **http://blog.afkham.org*

Re: [Carbon-dev] DS doc gen errors

2011-03-17 Thread Anjana Fernando
Hi Azeez, These will be fixed soon. Cheers, Anjana. On Thu, Mar 17, 2011 at 9:13 PM, Afkham Azeez az...@wso2.com wrote: [INFO] Skipped About report, file index.html already exists for the English version. [ERROR] Error parsing

Re: [Carbon-dev] Adding emma instrumentation method to ServerUtils in carbon/core/integration

2011-03-17 Thread Afkham Azeez
Feel free to refactor or change that code. We may even have to throw it away and build something else, since that was a quick prototype. On Thu, Mar 17, 2011 at 9:34 PM, Chamara Silva cham...@wso2.com wrote: To do this we will overload setUpCarbonHome method in ServerUtils class with jar

Re: [Carbon-dev] Adding emma instrumentation method to ServerUtils in carbon/core/integration

2011-03-17 Thread Thilini Ishaka
On Thu, Mar 17, 2011 at 9:34 PM, Chamara Silva cham...@wso2.com wrote: To do this we will overload setUpCarbonHome method in ServerUtils class with jar instrumentation code. +1 Thanks, Chamara On Thu, Mar 17, 2011 at 9:01 PM, Afkham Azeez az...@wso2.com wrote: Excellent! So we can

Re: [Carbon-dev] Nexus integration to trunk

2011-03-17 Thread Manu Perera
status log: successfully build up to carbon/core svn diff is attached following files contains some repos other than nexus, because there are some issues regarding moving them compliantly to nexus: ./orbit/step2/pom.xml ./orbit/shindig/pom.xml ./dependencies/openjpa/openjpa-project/pom.xml

[Carbon-dev] Possible Build Failing Cause in Product IS

2011-03-17 Thread Harshana Martin
Hi All, If we build IS without cleaning, the following exception is thrown by Maven. [ERROR] I/O Error while copying /home/harshana/Carbon/products/is/modules/p2-profile-gen/product/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/claim-config.xml - see details. [ERROR] Caused by:

Re: [Carbon-dev] Possible Build Failing Cause in Product IS

2011-03-17 Thread Harshana Martin
On Thu, Mar 17, 2011 at 10:58 PM, Harshana Martin harsh...@wso2.com wrote: Hi All, If we build IS without cleaning, the following exception is thrown by Maven. [ERROR] I/O Error while copying

[Carbon-dev] include HL7 component in the default ESB build

2011-03-17 Thread Sanjiva Weerawarana
Can we $subject? Sanjiva. -- Sanjiva Weerawarana, Ph.D. Founder, Chairman CEO; WSO2, Inc.; http://wso2.com/ email: sanj...@wso2.com; phone: +94 11 763 9614; cell: +94 77 787 6880 | +1 650 265 8311 blog: http://sanjiva.weerawarana.org/ Lean . Enterprise . Middleware

Re: [Carbon-dev] Wrong Build Order

2011-03-17 Thread Senaka Fernando
On Thu, Mar 17, 2011 at 5:15 PM, Dimuthu Leelarathne dimut...@wso2.comwrote: Hi, On Thu, Mar 17, 2011 at 1:33 PM, Senaka Fernando sen...@wso2.com wrote: Hi Dimuthu, On Thu, Mar 17, 2011 at 11:32 AM, Dimuthu Leelarathne dimut...@wso2.comwrote: Hi, I ran into a wrong build order today

Re: [Carbon-dev] Adding emma instrumentation method to ServerUtils in carbon/core/integration

2011-03-17 Thread Senaka Fernando
On Thu, Mar 17, 2011 at 10:04 PM, Thilini Ishaka thil...@wso2.com wrote: On Thu, Mar 17, 2011 at 9:34 PM, Chamara Silva cham...@wso2.com wrote: To do this we will overload setUpCarbonHome method in ServerUtils class with jar instrumentation code. +1 +1, but make this something optional

Re: [Carbon-dev] Build

2011-03-17 Thread Danushka Menikkumbura
This is now fixed using a java task. Tested on Linux and Windows. You need to have the env variable ANT_HOME set in order to get this to work. Thanks, Danushka On Thu, Mar 17, 2011 at 1:20 PM, Danushka Menikkumbura danus...@wso2.comwrote: The fix suggested by Shankar did not work for Qpid due

Re: [Carbon-dev] How is the incremental-build-plugin work progressing?

2011-03-17 Thread Harshana Martin
Hi Azeez and All, On Thu, Mar 17, 2011 at 8:27 PM, Afkham Azeez az...@wso2.com wrote: Excellent! Good job! Thanks for the guide and help :) Incremental Build is now back in place as of commit 90036. Please note that this was committed only after double check of the trunk stability. Thanks

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-03-17 Thread WSO2 Builder
[INFO] Building WSO2 AS - Integration Tests [INFO]task-segment: [clean, install] [INFO] [INFO] [clean:clean {execution: default-clean}] [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] [INFO]

[Carbon-dev] Encountered a build error locally in G-reg shutterbug sample

2011-03-17 Thread Hasini Gunasinghe
Hi, I get the following build error when building products online, with an existing repo. Build was successful up to features and two other products. I think this may be local to me since it was mentioned that G-reg built fine. Appreciate any help in avoiding this. I did following changes in

Re: [Carbon-dev] Encountered a build error locally in G-reg shutterbug sample

2011-03-17 Thread Senaka Fernando
Hi Hasini, No its not your change. As it seems the dependencies declared on the shutterbug sample's POMs are outdated. Actually, we should not define versions inside POMs at this level, and these need to be fixed. Thanks, Senaka. On Fri, Mar 18, 2011 at 7:30 AM, Hasini Gunasinghe

Re: [Carbon-dev] Encountered a build error locally in G-reg shutterbug sample

2011-03-17 Thread Kathiravelu Pradeeban
Same for me here. Thank you. Regards, Pradeeban. On Fri, Mar 18, 2011 at 7:30 AM, Hasini Gunasinghe has...@wso2.com wrote: Hi, I get the following build error when building products online, with an existing repo. Build was successful up to features and two other products. I think this may be

Re: [Carbon-dev] Localization Problems

2011-03-17 Thread Supun Malinga
Hi Xue-Feng, Thanks for your effort testing this.The reason is not getting all the text translated is not all of them displayed via a property in Resources.properties file. But obviously some part of the text is difficult to be added via the properties defined . But it seems we can do a bit more

Re: [Carbon-dev] Localization Problems

2011-03-17 Thread Xue-Feng Yang
Hi Supun, Could you please tell me where are the possible places which store those untranslated phrases? Thanks, Xue-Feng From: Supun Malinga sup...@wso2.com To: carbon-dev@wso2.org Cc: Xue-Feng Yang just4l...@yahoo.com Sent: Thu, March 17, 2011

  1   2   >