Re: [Dev] Invoking a Microservice REST api in UUF

2017-01-18 Thread Denuwanthi De Silva
Thank you Nisala. It solved the issue :) On Wed, Jan 18, 2017 at 3:03 PM, Nisala Nanayakkara wrote: > Hi Denuwanthi, > > Based on the off-line discussion we had, Please import the package > javax.ws.rs.* in UI specific microservice pom file. It will solve the > issue of

Re: [Dev] Invoking a Microservice REST api in UUF

2017-01-18 Thread Nisala Nanayakkara
Hi Denuwanthi, Based on the off-line discussion we had, Please import the package javax.ws.rs.* in UI specific microservice pom file. It will solve the issue of redirecting to "page not found' inside your uuf app. Thanks, Nisala On Wed, Jan 18, 2017 at 2:26 PM, Denuwanthi De Silva

[Dev] Invoking a Microservice REST api in UUF

2017-01-18 Thread Denuwanthi De Silva
Hi, I added a UI specific Microservice REST API following [1]and[2]. But, When I invoke the url, it redirects to "page not found' inside our uuf app. I have added the REST service as an import in the uuf app pom as well. Is this all we need to do to register a UI specific microservice in UUF?