"getProperty" method on UserGroupCallbackManager class for jBPM 5 returns null
Issue
The getProperty method on UserGroupCallbackManager class always returns null for every property:
public String getProperty(String name) {
if (this.callbackproperties != null) {
this.callbackproperties.getProperty(name);
}
return null;
}
- Is this a bug ?
- Is there a fix to this issue ?
Environment
- JBoss Enterprise Business Rules Management System (BRMS) 5.3.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
