-
Bug
-
Resolution: Done
-
Critical
-
8.0.0
-
None
-
8.0.0 - Beta3
-
While working on project templates I've hit upon some weirdness with deploying and undeploying Fuse projects to a Fuse server in the Servers view.
- Create a new Fuse 6.2.1 server in the Servers view.
- Create a new Fuse project with the CBR template. Use your Fuse server in the facet.
- Start the server.
- Deploy the project via right-click on server and Add/Remove.
- Look in the Terminal to make sure it was deployed (osgi:list).
- Now remove it - either right click on the project in the servers view and select Remove or go back to the server context menu, select Add/Remove, and remove it that way.
- Look in the Terminal to make sure it was removed (osgi:list).
I'm finding that things are NOT undeploying using the Servers view. You have to explicitly do an "uninstall #" where # is the bundle id # for your project.