Hide Forgot
Affects: Documentation (Ref Guide, User Guide, etc.), Compatibility/Configuration, Release Notes project_key: SOA See JBPM-2984. The change in JtaDbPersistenceServiceFactory property names from: isTransactionEnabled isCurrentSessionEnabled to: transactionEnabled currentSessionEnabled breaks backward compatibility for configurations which have the old names.
Resolved with revisiosn 6867 of: http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbpm/jbpm3/branches/jbpm-3.2-soa/core/src/main/java/org/jbpm/configuration/PropertyInfo.java Commit message: JBPM-2984 restore PropertyInfo's binding property name isFoo to accessor method setFoo
Release notes entry for SOA-2670/jBPM-2984 could be something like: Property names for bean configuration have been changed to adhere to JavaBeans conventions, so that property names of the form: isTransactionEnabled are now named: transactionEnabled Backward compatibility has been retained, so that names in the previous form can still be used.
Release Notes Docs Status: Added: Not Yet Documented
Labels: Removed: rn-open
Writer: Added: dlesage
Release Notes Docs Status: Removed: Not Yet Documented Added: Documented as Resolved Issue Release Notes Text: Added: https://issues.jboss.org/browse/SOA-2670 The bean configuration property names have been changed so that they now adhere to JavaBeans conventions. For example, property names of the form: isTransactionEnabled are now named: transactionEnabled They are still backwards-compatible, so names in the previous format can still be used.
Verified in CR1