User development, A new message was posted in the thread "ClassPool Refactoring":
http://community.jboss.org/message/518914#518914 Author : Ales Justin Profile : http://community.jboss.org/people/alesj Message: -------------------------------------------------------------- > It is just to have extra information about which classpool could not find it, > but you could do that with trace logging instead: > > *catch*(NotFoundException e) > { > *if* (trace) > log.trace(classname + " could not be found from " + this, e); > *throw* e; > } > Done. -------------------------------------------------------------- To reply to this message visit the message page: http://community.jboss.org/message/518914#518914
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
