Re: [Resin-interest] Update on 3.0.27

2008-10-24 Thread Scott Ferguson
On Oct 24, 2008, at 11:40 AM, Matt Pangaro wrote: > Hi, > I was just wondering if we could get a status update on 3.0.27, since > there are a number of fixes in it, plus the newly discovered issue > with > SSL JNI. The plan is to work through the 3.1.x and 3.0.x regressions for next week and

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

[Resin-interest] Update on 3.0.27

2008-10-24 Thread Matt Pangaro
Hi, I was just wondering if we could get a status update on 3.0.27, since there are a number of fixes in it, plus the newly discovered issue with SSL JNI. Thanks, Matt ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.

Re: [Resin-interest] inode block/fragment mixup???

2008-10-24 Thread Mattias Jiderhamn
Scott Ferguson wrote (2008-10-23 18:39): > On Oct 22, 2008, at 12:06 PM, Mattias Jiderhamn wrote: > > >> We have a strange problem with Resin that looks like a bug but might >> be >> some configuration issue. >> >> We hit the bug while storing more than the usual amount of data in a >> session

[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