Java/JSF/Tomcat/Spring - Proxy-Object has different methods than original object
问题 today I ran into this problem which really bugs me, as almost the code already worked (and stopped working even after reverting to the older version). I'm accessing a Spring-Bean on a Facelets-Page. Spring wraps these objects in Proxies to use aspects and some other stuff. The problem is, that I get an exception when trying to access the property of a bean. The exception is something like this: javax.el.PropertyNotFoundException: /customers.xhtml @23,27 value="#{customerBean.customer}":