[ https://issues.apache.org/jira/browse/OGNL-145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13822766#comment-13822766 ]
Lukasz Lenart commented on OGNL-145: ------------------------------------ What version do you use? As far I can see the _propertyDescriptorCache is cleared https://github.com/jkuhnert/ognl/blob/master/src/java/ognl/OgnlRuntime.java#L365 > Remove all static state. > ------------------------- > > Key: OGNL-145 > URL: https://issues.apache.org/jira/browse/OGNL-145 > Project: Commons OGNL > Issue Type: New Feature > Components: Core Runtime > Affects Versions: 2.7.3 > Environment: any > Reporter: Jesse Kuhnert > Assignee: Jesse Kuhnert > Fix For: 4.0 > > > The static state management in OgnlRuntime is causing havoc with classloaders > where people run multiple instances of tapestry apps with shared jar > references to OGNL. Need to finally do the "big refactor" that removes all > static state from OGNL. -- This message was sent by Atlassian JIRA (v6.1#6144)