Couldn't you have statics work like this:
PojoCache c = ...;
c.registerClass(POJO.class);
I suppose also you could do some tricks with the classloader, so a classloader would have
a PojoCache attached to it. And at the time the class is loaded, it gets registered.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985053#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...