[Resin-interest] Quercus and Spring proxy beans

2008-10-24 Thread Heimo Laukkanen
Hi all, I just noticed that Quercus does not seem to work with Spring's proxy objects that get created for example with annotation based configurations for security or transactions. @Transactional @Secured({"ROLE_ADMIN", "ACL_TEXT_READ"}) public String getText() { } And in php page: $bean = sp

Re: [Resin-interest] Quercus and Spring proxy beans

2008-10-24 Thread Scott Ferguson
On Oct 24, 2008, at 9:17 AM, Heimo Laukkanen wrote: > Hi all, > > I just noticed that Quercus does not seem to work with Spring's proxy > objects that get created for example with annotation based > configurations for security or transactions. > > @Transactional > @Secured({"ROLE_ADMIN", "ACL_TEX