Dear all
we have project which contain a rest controller and it is working fine and we can call methods on that controller
this project is exported as jar with sources and included in the libs of another project to use the rest controller methods ,the problem is that the rest contoller is not published and cannot be called and it gives 404 error
Thanks in Advance ;)
