[Jbpm-users] jbpm-1.0.1 released
open-source, flexible Business Process Management (BPM) in Java
Brought to you by:
krisverlaenen
From: Tom B. <to...@jb...> - 2004-04-12 09:25:41
|
Hi all jbpm-ers, I released jbpm-1.0.1 which includes no functional improvements, only some minor bug fixes... https://sourceforge.net/project/showfiles.php?group_id=70542&package_id=6980 3&release_id=229369 ============================================= == CHANGES between jbpm-1.0 and jbpm-1.0.1 == ============================================= * added declaration of element key in webinterface.dtd That solved a bug that made it impossible to use the map-configurations in a webinterface.dtd. For example when using the EnumRadioInput HtmlFormatter. * buxfix : fixed a bug in the web/personSearch.jsp. to be used with the PersonInput HtmlFormatter. (NOTE: the person search is not supported by the core jBpm team. the fix was a user contribution) * removed exception masking when no database session could be opened. When a hibernate session could not be opened, the thrown exception was masked with a NullPointerException because there was a session.close() in the finally block. if ( session != null ) has been prepended in all those places. * bugfix : Made the forkhandler-delegation member of ForkImpl transient. (otherwise a flow with a custom fork cannot be serialized) * bugfix : updated the query that searches for active concurrent flows. This fixed a synchronization problem in the join that occured when nested concurrent blocks have more then one concurrent flows. Regards, Tom. |