Our plugin has 3 parts inside its zip file
UI-1.war -> Flex UI components
UI-2.war -> HTML UI components
service.jar -> Java services for both UI components.
The plugin installs and works fine on both clients, but fails when we upgrade the plugin by changing the version in the ExtensionManager. The flex client downloads and updates the plugin just fine. On the other hand, the HTML5 client does the following
- Un-deploys the older version -> Any users already logged and using the plugin cannot use the plugin anymore. (the flex client does not do any such thing)
- Tries to deploy the new version and fails
- No error logs at all, it looks like it passes all the checks and then just stops working.
Is there any logging I can increase to see what is happening?
Virat