The JDBM cacheloader does support non-string FQN.
BDBJE does not, but could by doing something like:
| TupleOutput to = new TupleOutput();
| Fqn fqn = ...
| fqn.writeExternal(to);
|
Actually, this would be a nice feature worth adding by having this configured by the cache
configuration.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985539#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...