Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I am able to build route as spring bootable microservic through ui of talend studio.
But for same route I am not able to build it through talend commandline
1. Initialized remote repo successfully
2.Logged into the project successfully
3. buildRoute testRoute -dd C:/TalendStudio6/Export/ -bt MicroService
I have also tried
buildRoute testRoute -af testRoute -dd C:/TalendStudio6/Export/ -bt MicroService
Its giving status as failed .Is I am missing anything
Thanks
Ashish
Hello,
We have redirected your issue to talend ESB experts and will keep you posted.
Best regards
Sabrina
Hi
I am able to build it with same command in commandline.
The issue was some jars was missing so I open project on studio and then in preferences--> un-checked offline and build it the route manually in studio as microservice and It has downloaded all the dependency jar require for spring.
and then tried with command line and was able to build with it too.
I am not sure weather it is the solution or hack but I am able to solve it
Thanks
Ashish