[ https://jira.terracotta.org/jira//browse/CDV-357?page=comments#action_22532 ] Juris Galang commented on CDV-357: ----------------------------------
We could also have a config-bundle specifically for excluding classes that we can not instrument. And make it so that this bundle is always loaded/started when an l1 starts. > Getting verifier errors when instrumenting obfuscated classes > ------------------------------------------------------------- > > Key: CDV-357 > URL: https://jira.terracotta.org/jira//browse/CDV-357 > Project: Community Development > Issue Type: Bug > Components: DSO:L1 > Affects Versions: 2.4.0 > Reporter: Gary Keim > Assigned To: Juris Galang > > Users have encountered class verifier errors when instrumenting obfuscated > classes, such as com/sun/crypto/provider/SunJCE_m: > http://forums.terracotta.org/forums/posts/list/344.page > The work-around is to exclude those classes from instrumentation: > <instrumented-classes> > <exclude>com.sun.crypto.provider..*</exclude> > </instrumented-classes> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://jira.terracotta.org/jira//secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ tc-dev mailing list [email protected] http://lists.terracotta.org/mailman/listinfo/tc-dev
