Luca Molteni created DROOLS-4880:
------------------------------------
Summary: JaxB serialize DomainClassMetadata classes
Key: DROOLS-4880
URL:
https://issues.redhat.com/browse/DROOLS-4880
Project: Drools
Issue Type: Bug
Reporter: Luca Molteni
Assignee: Luca Molteni
See
https://github.com/kiegroup/droolsjbpm-integration/pull/1864/commits/2331...
The Price class was moved from a static inner class because it was causing a JaxB problem
in OptaPlannerIntegrationTest that crashed while trying to serialize DomainClassMetadata
(due to the creation of the synthetic class CloudBalancingGenerator$1
Customers are still relying on static inner class so we should have this test running in
the original form
run the test with
mvn -nsu -Dcontainer=wildfly -Dintegration-tests=true -Dfull=true
-Dcontainer.profile=wildfly -Pwildfly clean install
--
This message was sent by Atlassian Jira
(v7.13.8#713008)