[
https://issues.jboss.org/browse/AS7-1385?page=com.atlassian.jira.plugin.s...
]
Paul Ferraro commented on AS7-1385:
-----------------------------------
You cannot disable this in AS7. Modular classloading will cause NoClassDefFoundErrors or
ClassNotFoundException if the infinispan module attempts to serialize or deserialize user
objects. The current storeAsBinary settings ensure that user objects are only
serialized/deserialized when the TCCL of the application is available. Note that the
default storeAsBinary settings are cache mode dependent. See here:
https://github.com/jbossas/jboss-as/blob/master/clustering/infinispan/src...
Unless there is sufficient objection, I'm going to reject this jira.
make storeAsBinary configurable
-------------------------------
Key: AS7-1385
URL:
https://issues.jboss.org/browse/AS7-1385
Project: Application Server 7
Issue Type: Bug
Components: Clustering
Affects Versions: 7.0.0.Final
Reporter: Michal Linhard
Assignee: Paul Ferraro
we need be able to turn on/off these infinispan config options
infinispan.configuration.storeAsBinary.enabled
infinispan.configuration.lazyDeserialization.enabled
it's not yet known what causes performance degradation in JBPAPP-6865,
but we need to be able to eliminate effect of these params
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira