Re: [Dev] Error building carbon

2014-07-18 Thread Nipuni Perera
Hi, I am using java 6 and I have tried with a clean repo build. I got the following error stack trace. [ERROR] Failed to execute goal org.wso2.maven:carbon-p2-plugin:1.5.3:p2-repo-gen (2-p2-repo-generation) on project wso2carbon-student-mgt-repository: P2 publisher return code was 13 - [Help 1]

Re: [Dev] [Dev Studio] Adding In Out mediators within a sequence doesn't get saved

2014-07-18 Thread Viraj Rajaguru
Hi Ishara, Developer Studio does not allow you to put In/Out mediators inside any arbitrary Sequence or any Proxy service. But if you create the main sequence using DevS, it will contain In/Out mediators because we definitely need In/Out mediators inside the main sequence. This limitation was

Re: [Dev] Error building carbon

2014-07-18 Thread Manula Chathurika Thantriwatte
Hi Nipuni, Build with a clean Maven repo using Maven3. Thanks ! On Fri, Jul 18, 2014 at 11:51 AM, Harsha Kumara hars...@wso2.com wrote: Hi Nipuni, May be the maven version you using can be the issue here. What's your maven version? Thanks, Harsha On Fri, Jul 18, 2014 at 11:47 AM,

[Dev] Including identity.xml into the ES pack

2014-07-18 Thread Ayesha Dissanayaka
Hi, Currently we keep a copy of identity.xml in ES source and pack it with the ES distribution. This causes to override the identity.xml file comes with IS [01], and we have to manually update the file to sync with IS. The reason we keep a local copy is that identity.xml file packed with IS

Re: [Dev] Including identity.xml into the ES pack

2014-07-18 Thread Pulasthi Supun
Hi, I think if you want to manage your own version of the such files the way to do it would be to keep your copy in a place like modules/distribution/src/main/resources/carbon-home/ in the ES and copy from there using the bin.xml. Overwriting the file added by the IS feature will cause problems

[Dev] Cannot Install ES feature when building with greg-changes-master branch in ES

2014-07-18 Thread Pulasthi Supun
Hi , We cannot build the Greg pack when we use the greg-changes-master branch of ES. The product can be built without any errors with the 1.2.0 branch. But we cannot use the 1.2.0 branch currently because the fixes to stop the ES feature from overriding the RXT files are not merged to this

Re: [Dev] Including identity.xml into the ES pack

2014-07-18 Thread Ayesha Dissanayaka
Adding SameeraM. @Pulasthi, According to the off-line discussion with Johann, we will be able to get rid of the local changes. or we can add changes to the identity.xml file during the build time. I am working on it. Thank you! On Fri, Jul 18, 2014 at 2:13 PM, Pulasthi Supun pulas...@wso2.com

Re: [Dev] Including identity.xml into the ES pack

2014-07-18 Thread Johann Nallathamby
AFAIK these two properties are also used in IS. DefaultSAMLSSOSigner is a identity class. So as the name suggests it should be the default and we also should be using the same. There should be no need for changing this property if it not different from IS. UserAuthenticatedUserDomainCrypto

Re: [Dev] Including identity.xml into the ES pack

2014-07-18 Thread Pulasthi Supun
Hi, Ok, That would be better, Regards, Pulasthi On Fri, Jul 18, 2014 at 2:29 PM, Ayesha Dissanayaka aye...@wso2.com wrote: Adding SameeraM. @Pulasthi, According to the off-line discussion with Johann, we will be able to get rid of the local changes. or we can add changes to the

Re: [Dev] Cannot Install ES feature when building with greg-changes-master branch in ES

2014-07-18 Thread Shazni Nazeer
Adding to this, When we had the GReg 5.0.0 pack built with 1.2.0 branch, we couldn't access the publisher or get into the sign in page of store. When clicked on the publisher HTTP Status 405 - HTTP method POST is not supported by this URL is shown. @SameeraM : Further in a fresh ES

[Dev] ESB Build Error in resolving org.apache.ws.security.wss4j.1.5.11-wso2v6.jar

2014-07-18 Thread Darshana Akalanka Pagoda Arachchi
Hi, I was getting a maven error for resolving the following when building the ESB from the source. File : 'carbon/platform/tags/turing-chunk07/products/esb/4.8.1/modules/integration/core/pom.xml' dependency groupIdorg.apache.ws.security/groupId

[Dev] What is the impact of following WARN message in ELB

2014-07-18 Thread Amila Maha Arachchi
TID: [0] [ELB] [2014-07-18 02:36:08,248] WARN {org.apache.synapse.transport.passthru.SourceHandler} - Connection time out after request is read: http-incoming-470 {org.apache.synapse.transport.passthru.SourceHandler} Can I know $Subject? -- *Amila Maharachchi* Senior Technical Lead WSO2,

[Dev] Moving Social component from ES to carbon-??

2014-07-18 Thread Udara Rathnayake
Hi all, At the moment social-component resides within the ES product[1]. We (Manu, KasunG and me) had a off-line discussion on the $Subject. Thought of sharing the out-come here. Move current social component to a separate repo(eg :- carbon-social). But right now most(not sure this is most or

Re: [Dev] Cannot Install ES feature when building with greg-changes-master branch in ES

2014-07-18 Thread Ruchira Wageesha
Done On Fri, Jul 18, 2014 at 3:11 PM, Ayesha Dissanayaka aye...@wso2.com wrote: Hi, Merge pull request from [01] to greg-changes-master. It will resolve the build failure. [01] https://github.com/wso2/enterprise-store/pull/116 On Fri, Jul 18, 2014 at 2:23 PM, Pulasthi Supun

Re: [Dev] What is the impact of following WARN message in ELB

2014-07-18 Thread Isuru Udana
Hi Amila, This means ELB has received a request form the client but it hasn't sent a response back to the client within the socket timeout period. On Fri, Jul 18, 2014 at 3:06 PM, Amila Maha Arachchi ami...@wso2.com wrote: TID: [0] [ELB] [2014-07-18 02:36:08,248] WARN

Re: [Dev] What is the impact of following WARN message in ELB

2014-07-18 Thread Amila Maha Arachchi
Thanks Isuru. So, this means something is wrong, right? Does the client retries in this kind of a situation? On Fri, Jul 18, 2014 at 3:14 PM, Isuru Udana isu...@wso2.com wrote: Hi Amila, This means ELB has received a request form the client but it hasn't sent a response back to the client

Re: [Dev] What is the impact of following WARN message in ELB

2014-07-18 Thread Nirmal Fernando
In a cloud like environment, may be we need to increase the socket timeout a bit too. On Fri, Jul 18, 2014 at 3:22 PM, Amila Maha Arachchi ami...@wso2.com wrote: Thanks Isuru. So, this means something is wrong, right? Does the client retries in this kind of a situation? On Fri, Jul 18,

Re: [Dev] What is the impact of following WARN message in ELB

2014-07-18 Thread Isuru Udana
On Fri, Jul 18, 2014 at 3:28 PM, Nirmal Fernando nir...@wso2.com wrote: In a cloud like environment, may be we need to increase the socket timeout a bit too. On Fri, Jul 18, 2014 at 3:22 PM, Amila Maha Arachchi ami...@wso2.com wrote: Thanks Isuru. So, this means something is wrong,

Re: [Dev] ESB Build Error in resolving org.apache.ws.security.wss4j.1.5.11-wso2v6.jar

2014-07-18 Thread Pulasthi Mahawithana
Hi Darshana, The bundle with group id org.apache.ws.security comes from [1] which is the wso2 fork of wss4j. It is then bundled at orbit [2] adding xmlsec and bouncycastle with group id org.apache.ws.security.wso2. The bundle from the orbit (which has group id org.apache.ws.security.wso2) is the

Re: [Dev] What is the impact of following WARN message in ELB

2014-07-18 Thread Amila Maha Arachchi
I see this log very often in ELB. TID: [0] [ELB] [2014-07-18 03:41:42,450] WARN {org.apache.synapse.transport.passthru.SourceHandler} - Connection time out after request is read: http-incoming-8841 {org.apache.synapse.transport.passthru.SourceHandler} TID: [0] [ELB] [2014-07-18 03:41:42,450]

[Dev] WSO2 AppFactory 2.0.1 Milestone 2 Released!

2014-07-18 Thread Gayan Dhanushka
WSO2 AppFactory 2.0.1 Milestone 2 Released! WSO2 AppFactory team is pleased to announce the release of version 2.0.1 M2 of the WSO2 App Factory. WSO2 App Factory is a multi-tenant, elastic and self-service enterprise platform that enables multiple project teams to collaboratively create, run and

[Dev] Governance API for adding WADL

2014-07-18 Thread FIXED-TERM Nishath Arshia (CI/WBI-NA)
Hello, I want to add WADL file using Governance APIs present in GREG like how we add Wsdl using WsdlManager and Wsdl classes.I couldn't find such classes for WADLs. Can anyone please let me know which classes in GREG are used to add WADL in the GREG. Please share samples if there are any,

Re: [Dev] using the visiblewhen tag in contextualizing the new option for dec_studio projects

2014-07-18 Thread Melan Nimesh
Hi, On Fri, Jul 18, 2014 at 10:57 AM, Awanthika Senarath awanth...@wso2.com wrote: Hi, Im trying to contextualize the eclipse new project option in project (in projectExplorer) - rightclick - new - wso2projects (CEP project/ proxy service etc.) to make it more meaningful. I have

[Dev] Inbound EP VFS Transport with WSO2 MB

2014-07-18 Thread Malaka Silva
Hi, I tried to integrate $subject. inboundEndpoint xmlns=http://ws.apache.org/ns/synapse; name=MB interval=5000 sequence=request onError=fault protocol=jms suspend=false parameters parameter name=transport.jms.SessionAcknowledgementSESSION_TRANSACTED/parameter parameter

Re: [Dev] Inbound EP Memory Issue (File)

2014-07-18 Thread Vanjikumaran Sivajothy
Look at the strange behavior at 21.43 :$ On Friday, July 18, 2014, Malaka Silva mal...@wso2.com wrote: Hi Guys, I ran a load test with 10 File EPs. There heap seems to be increase over time slightly. I am checking this by doing changes. Any ideas? Best Regards, Malaka Silva Senior

Re: [Dev] Moving Social component from ES to carbon-??

2014-07-18 Thread Kasun Gajasinghe
Hi Udara, On Fri, Jul 18, 2014 at 3:15 PM, Udara Rathnayake uda...@wso2.com wrote: Hi all, At the moment social-component resides within the ES product[1]. We (Manu, KasunG and me) had a off-line discussion on the $Subject. Thought of sharing the out-come here. Move current social

[Dev] Start-up Delay with App-M Snapshot

2014-07-18 Thread Senaka Fernando
Hi Ruwan, Is this a temporary thing? I noticed that the server waits for sometime before starting. Thanks, Senaka. -- *[image: http://wso2.com] http://wso2.comSenaka Fernando* Software Architect; WSO2 Inc.; http://wso2.com * Member; Apache Software Foundation; http://apache.org

Re: [Dev] Start-up Delay with App-M Snapshot

2014-07-18 Thread Ruwan Yatawara
Hi Senaka, We noticed this problem with earlier nightly builds. However I did not notice such delays in the pack I shared yesterday (@ [1]). I believe this might be partly due to all the kernel patches given so far not being added to the pack (we have only till about patch0004 I think). Will

[Dev] wso2server.sh script does not stop the server when ssh terminates

2014-07-18 Thread Nipuni Perera
Hi, I am working on jira issue[1]. I have tested this with a remote BAM server and couldn't reproduce the issue. If wso2server.sh has been executed over ssh as a nohup process, server does not stop after ssh process terminates. I have followed the steps below: 1. start ssh and connect to