uniba-dsg/betsy

Continue upgrade to OpenESB v2.3 once we get a full installer

lenhard opened this issue · 4 comments

There is a new version of OpenESB available at http://www.open-esb.net/index.php?option=com_content&view=article&id=73&Itemid=583

However, this is not the full installation and excludes their sun-bpel-engine JBI component. An upgrade that automates OpenESB installation is already implemented in branch upgrade-openesb. We should continue there once the full installer of OpenESB becomes available. In the best case, completing the upgrade should only require using the full installer without additional changes needed.

It seems that the sun-bpel-engine is in fact in provided with the installer. In the current installation setting, the glassfish/addons folder is not created. This folder contains the engine and is present when doing a manual installation using the wizard. We have to find out why the commandline installation misses this.

Yesterday, OpenESB v2.3 final was released. I uploaded the newest release (replacing the beta release) to the svn repository.

Added files

  • openesb-v23-installer-windows.exe
  • openesb-v23-installer-linux.sh

Unfortunately, this does not repair the silent installation. The glassfish/addons dir that should contain the engine is still missing.

Implemented in 77c78c3.