Skip to content

Commit

Permalink
BZ-1326805 - Serialization problems on websphere as a result of BZ-12…
Browse files Browse the repository at this point in the history
…99549 (#268)
  • Loading branch information
mrietveld authored and csadilek committed Apr 20, 2016
1 parent 697f675 commit adb0979
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -149,6 +149,7 @@ JVM Custom properties
- org.kie.executor.jms.queue - {JNDI_NAME} -- JNDI name of the kie executor service JMS queue
- org.kie.executor.jms.cf - {JNDI_NAME} -- JNDI name of the kie executor service JMS connection factory
- kie.services.rest.deploy.async - false -- instructs REST service to use synchronous mode to process deployments must be set for WebSphere due to issues with CDI on WAS 8.5
- org.apache.wink.jaxbcontextcache - off -- makes sure that the websphere apache wink framework does not cache JAXBContexts. This is unnecessary for performance and also interferes with the custom-type serialization for the REST APi

Deploy the application
--------------------------
Expand Down

0 comments on commit adb0979

Please sign in to comment.