As a workaround, you can use:
| Fqn fqn = Fqn.fromString("/path/to/pojo");
|
pojoCache.getCache().getRoot().getChild(fqn.getParent()).getChildrenNames().contains(fqn.getLastElementAsString());
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069179#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...