Release Notes 1.2.6
From bemoko developer wiki
Released on 25 January 2010
Summary
1.2.6 is an upgrade from the 1.2 branch of bemokoLive, it is now the recommended version of bemokoLive.
The headline features for this release is the support for jump start mode - allowing you to run bemokoLive easily from the command line without a separate J2EE application server.
Over and above 1.2.5 it includes the following changes:
Upgrading from a previous release
- Use of the system parameter jdbc is now marked for deprecation - e.g. -Djdbc=jndi. This still works, but you are encouraged to change to using the system parameter bemoko.datasource.mode from now on, e.g. -Dbemoko.datasource.mode=jndi
Enhancements
- bemokoLive can now be started from the command line with java -Xmx512m bemokoLive-1.2.6.war (#2020)
Fixes
All the following have been fixed:
- Occasional failing resource (with the message Cannot sync entity class com.bemoko.live.platform.content.domain.Profile) when a new user simultaneously accesses multiple sites (#1465)
- Site scoped plugins not being cached when site configuration cache disabled (#2033)
