-
Bug
-
Resolution: Done
-
Blocker
-
1.1.0.Final
I'm trying to use the infinispan connector. Due to https://jira.jboss.org/jira/browse/ISPN-355 I'm using Infinispan 4.1 Alpha 1 for my testing. After a bit of tinkering, I got it running except that I now get the following exception:
Caused by: org.infinispan.marshall.NotSerializableException: org.modeshape.graph.connector.map.DefaultMapNode
Caused by: an exception which occurred:
in object org.modeshape.graph.connector.map.DefaultMapNode@d39c8a70
-> toString = (0b72e239-8b8e-4a2d-b7b5-4de0e4d56f84)
in object org.infinispan.container.entries.ImmortalCacheEntry@73914e00
-> toString = ImmortalCacheEntry{cacheValue=ImmortalCacheValue{value= (0b72e239-8b8e-4a2d-b7b5-4de0e4d56f84)}} ImmortalCacheEntry
in object org.infinispan.loaders.bucket.Bucket@7be68f43
-> toString = Bucket{entries={0b72e239-8b8e-4a2d-b7b5-4de0e4d56f84=ImmortalCacheEntry{cacheValue=ImmortalCacheValue{value= (0b72e239-8b8e-4a2d-b7b5-4de0e4d56f84)}} ImmortalCacheEntry{key=0b72e239-8b8e-4a2d-b7b5-4de0e4d56f84}}, bucketName='-744715664'}
Doesn't seem quite right that DefaultMapNode is not serializable.
- blocks
-
MODE-586 The JBoss Cache connector.execute(...) method is not 'all-or-nothing'
- Closed
-
MODE-711 Allow InfinispanConnector(s) to create configurable Infinispan cachemanagers
- Closed
-
MODE-749 Convert JBoss Cache connector to use the new map-oriented base connector
- Closed
-
MODE-750 Create a path-oriented base connector, and convert the FileSystem, SVN, and JDBC Metadata connectors
- Closed
-
MODE-751 Convert the Simple JPA connector to use the new map-oriented base connector
- Closed
- incorporates
-
MODE-584 The Infinispan connector.execute(...) method is not 'all-or-nothing'
- Closed