Re: [Dev] [ESB] [Carbon-Mediation] Failure to find ui feature in nexus

2015-02-28 Thread Shakila Sivagnanarajah
Hi Maheeka, To avoid this kind of issue, use stable versions. For this, you can use 4.3.0 as the version. That will automatically find the snapshots. On Thu, Jan 29, 2015 at 5:38 PM, Maheeka Jayasuriya mahe...@wso2.com wrote: Hi, This has been due to a change in snapshot version in parent

Re: [Dev] [ESB] [Carbon-Mediation] Failure to find ui feature in nexus

2015-01-29 Thread Maheeka Jayasuriya
Hi, This has been due to a change in snapshot version in parent pom. This is resolved now. Thanks, Maheeka Jayasuriya Software Engineer Mobile : +9450661 On Mon, Jan 26, 2015 at 9:05 PM, Maheeka Jayasuriya mahe...@wso2.com wrote: I am using 4.3.0-SNAPSHOT as the version. Thanks,

Re: [Dev] [ESB] [Carbon-Mediation] Failure to find ui feature in nexus

2015-01-26 Thread Maheeka Jayasuriya
@Firzhan, Can you let know how I could test this feature while it is still under development, without it trying retrieving from nexus ? And what could be the reason it was not an issue before fetching? @Hasitha, This will only reactor the ui.feature right? I did try with -U with no luck. Should

Re: [Dev] [ESB] [Carbon-Mediation] Failure to find ui feature in nexus

2015-01-26 Thread Firzhan Naqash
Hi, You can use the 4.3.0-SNAPSHOT as dependency version. Regards, Firzhan On Mon, Jan 26, 2015 at 6:40 PM, Pulasthi Mahawithana pulast...@wso2.com wrote: Hi, This might be due to using version 4.3.0 in org.wso2.carbon:org.wso2.carbon.mediator.foreach.ui instead of 4.3.0-SNAPSHOT. Try

Re: [Dev] [ESB] [Carbon-Mediation] Failure to find ui feature in nexus

2015-01-26 Thread Maheeka Jayasuriya
I am using 4.3.0-SNAPSHOT as the version. Thanks, Maheeka Jayasuriya Software Engineer Mobile : +9450661 On Mon, Jan 26, 2015 at 7:29 PM, Firzhan Naqash firz...@wso2.com wrote: Hi, You can use the 4.3.0-SNAPSHOT as dependency version. Regards, Firzhan On Mon, Jan 26, 2015 at 6:40

Re: [Dev] [ESB] [Carbon-Mediation] Failure to find ui feature in nexus

2015-01-26 Thread Pulasthi Mahawithana
Hi, This might be due to using version 4.3.0 in org.wso2.carbon:org.wso2.carbon.mediator.foreach.ui instead of 4.3.0-SNAPSHOT. Try changing the version. On Mon, Jan 26, 2015 at 6:01 PM, Maheeka Jayasuriya mahe...@wso2.com wrote: @Firzhan, Can you let know how I could test this feature while it

[Dev] [ESB] [Carbon-Mediation] Failure to find ui feature in nexus

2015-01-26 Thread Maheeka Jayasuriya
Hi All, I have developed a new mediator (ForEach mediator) and have it working successfully in an ESB snapshot. I have created a module mediation-ui/mediators-ui/org.wso2.carbon.mediator.foreach.ui for the UI bundle for the mediator in carbon-mediation. After the latest fetch from

Re: [Dev] [ESB] [Carbon-Mediation] Failure to find ui feature in nexus

2015-01-26 Thread Firzhan Naqash
Hi, When you are building the by using snapshot nexus retrieves the bundle from snapshots repository [1]. Once the bundle is released ( along with the ESB relase), it will be added to the wso2-public repo [2] [1]

Re: [Dev] [ESB] [Carbon-Mediation] Failure to find ui feature in nexus

2015-01-26 Thread Hasitha Aravinda
Try to build using mvn clean install -rf :org.wso2.carbon.mediators.ui.feature -U Thanks, Hasitha. On Mon, Jan 26, 2015 at 4:46 PM, Maheeka Jayasuriya mahe...@wso2.com wrote: Hi All, I have developed a new mediator (ForEach mediator) and have it working successfully in an ESB snapshot. I