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] http://maven.wso2.org/nexus/content/repositories/snapshots/org/wso2/carbon/org.wso2.

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 wrote: > Hi All, > > I have developed a new mediator (ForEach mediator) and have it working > successfully in an ESB snapshot. I have created a

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 a

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 wrote: > @Firzhan, Can you let know how I could test this feature while it is still > unde

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 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 changing the ver

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 wrote: > Hi, > > You can use the 4.3.0-SNAPSHOT as dependency version. > > Regards, > Firzhan > > On Mon, Jan 26, 2015 at 6:40 PM, Pulas

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 wrote: > I am using 4.3.0-SNAPSHOT as the version. > > > Thanks, > > Maheeka Jayas

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 wrote: > Hi, > > This has been due to a change in snapshot version in parent pom. This is > r