Hello All,
I have requirement where I need to update the existing plugin "org.adempiere.ui.zk" and modify some of the classes. Running server from eclipse is fine my updates are deployed. But I want to deploy those changes in to my dev or other env server, Can anyone please help me and share the steps for doing the same ?
I tried exporting the plugin from eclipse and then from Apache felix tried to use install/update button and uploaded the plugin. But with I am getting error as
SEVERE: %bundles.pluginTitle: Cannot start
org.osgi.framework.BundleException: The activator org.adempiere.webui.WebUIActivator for bundle org.adempiere.ui.zk is invalid
Can anyone please help me with exact steps to deploy the changes in existing plugin on servers ?