-
1. Re: "Deploy to" menu item not visible in v8
lhein Sep 24, 2015 9:23 AM (in response to gustavsinder)Hi Gustav,
the whole deployment functionality has been reworked for version 8 of JBDS(IS).
I wrote about those changes a while back at http://lhein.blogspot.de/2014/07/improved-server-adapters-for-jboss-fuse.html
Basically what you need to do is create a server in Eclipse for your Fuse ESB and use the "Add and Remove..." context menu on the server to assign your project to this server.
Currently we only support deployment via JMX API but in future we will extend that to support deployments to custom folders without JMX.
I hope that helps,
Lars
-
2. Re: "Deploy to" menu item not visible in v8
gustavsinder Sep 24, 2015 9:53 AM (in response to lhein)Thanks for the update, I'll work something out.
However, the previous solution was really simple for quick n' dirty development...kinda miss it.
-
3. Re: "Deploy to" menu item not visible in v8
gustavsinder Sep 24, 2015 10:22 AM (in response to lhein)Btw, your article refers to an automatic publish option for the server but it seems the option is found in the Add/Remove dialog and is called "If server is started, publish changes immediately".
However, with this option unchecked, the toolkit still publishes instantly whenever a resource in the project is saved.
Something I'm missing here?
-
4. Re: "Deploy to" menu item not visible in v8
lhein Sep 24, 2015 10:23 AM (in response to gustavsinder)1 of 1 people found this helpfulDouble click the server to open its properties. In that properties you find the deploy options.
-
5. Re: "Deploy to" menu item not visible in v8
lhein Sep 24, 2015 10:24 AM (in response to gustavsinder)We will hopefully bring back custom folder deployment but not in the way it was before.
-
6. Re: "Deploy to" menu item not visible in v8
gustavsinder Sep 24, 2015 10:25 AM (in response to lhein)Thanks once again, silly me right-clicked properties on the server.