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#4069179

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069179
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to