Funny that you mention this, because I need to implement this for WildFly.next to support Infinispan 9, where the binary key store is no longer an option. We need to be able to map complex keys for storing web sessions, Hibernate keys, and @Stateful EJBs to strings. An auto-discovered mapper is simple enough to integrate into WF since we allow a given cache-container to be configured with a specific module, from which marshalling services are auto-discovered.
Paul On Wed, Mar 8, 2017 at 11:34 AM, Sanne Grinovero <sa...@infinispan.org> wrote: > It seems I keep forgetting that the "key2StringMapperClass" needs to > be explicitly set when using the String based JDBC CacheStore, which I > think is a quite popular store. > > http://infinispan.org/docs/dev/user_guide/user_guide.html#storing_the_index_in_a_database > > I think we could remove the need to configure this with an appropriate > service discovery? > > We could keep the property so to be able to override the discovery process. > > Would anyone volunteer to implement this? > > Thanks, > Sanne > _______________________________________________ > infinispan-dev mailing list > infinispan-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/infinispan-dev _______________________________________________ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev