Objects in a List is not correctly unmarshalled from JSON in BRMS/BPMS kie-server
Issue
- When instantiating a process using JSON with a process variable that contains a member that is an ArrayList, properties of the member are null:
{
"pojoA": {
"com.sample.pojoA": {
"name": "AAA",
"pojoBList": [
{
"com.sample.PojoB": {
"name": "BBB"
}
}
]
}
}
}
Environment
- Red Hat JBoss BPM Suite
- 6.4.0
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.
