Grega Bremec преди 3 години
родител
ревизия
384c132a6f
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      readme.md

+ 4 - 0
readme.md

@@ -6,3 +6,7 @@ WorkItemHandler) is used to consume a REST WS. Depends on the
 ```ws-customer-data``` service being deployed somewhere, by default on
 ```http://localhost:9080/ws-customer-data/```.
 
+For proper serialization of objects coming from a shared dependency (such as
+```Customer``` in this case), the WIH definition in
+```kie-deployment-descriptor.xml``` needs to be modified to use the module
+class loader (as of RHPAM 7.11).