Re: [Resin-interest] 4.0.2 schedule

2009-10-13 Thread Scott Ferguson
The 4.0.2 snapshot is now available. Bugs can be reported at bugs.caucho.com. The snapshot isn't clean yet, so a bug report might duplicate one of our failing regression tests, but it's better to have two reports for a bug than zero. -- Scott On Oct 12, 2009, at 2:38 PM, Scott Ferguson wro

Re: [Resin-interest] 4.0.2 schedule

2009-10-13 Thread Wesley Wu
Thanks Scott. I'll test the JPA & JSR299/330 stuff. 2009/10/14 Scott Ferguson > The 4.0.2 snapshot is now available. Bugs can be reported at > bugs.caucho.com. The snapshot isn't clean yet, so a bug report might > duplicate one of our failing regression tests, but it's better to have > two repo

Re: [Resin-interest] 4.0.2 schedule

2009-10-13 Thread Wesley Wu
Seems 4.0.2 snapshot passed most of my web test. Passed: Thirdparty Hibernate JPA integration (* see issues below) @Inject @Qualifier @Observes (with @Qualifier bindings) @ApplicationScoped @RequestScoped Failed: @SessionScoped not tested: @InterceptorBinding I found two issues so far: 1. I hav

Re: [Resin-interest] 4.0.2 schedule

2009-10-13 Thread Wesley Wu
"I think I could only use @SessionScoped annotation on "SINGLE" beans, though not tested yet." sorry, I mean SIMPLE beans not SINGLE. -Wesley 2009/10/14 Wesley Wu > Seems 4.0.2 snapshot passed most of my web test. > Passed: > Thirdparty Hibernate JPA integration (* see issues below) > @Inject >

Re: [Resin-interest] 4.0.2 schedule

2009-10-13 Thread Scott Ferguson
On Oct 13, 2009, at 1:49 PM, Wesley Wu wrote: I found two issues so far: 1. I have to use @PersistenceUnit(name = "myPU") when I use @PersistenceUnit(unitName = "myPU") resin reports com.caucho.server.webapp.WebApp setConfigException ... @PersistenceUnit(unitName='myPU') is an unknown pers

Re: [Resin-interest] 4.0.2 schedule

2009-10-13 Thread Wesley Wu
Yes, I turned on (simply copied from my previous 4.0.0 conf file). When I turned it off (commented them out) @SessionScope worked fine. Thanks. -Wesley 2009/10/14 Scott Ferguson > > On Oct 13, 2009, at 1:49 PM, Wesley Wu wrote: > > > I found two issues so far: > > 1. I have to use > @P

Re: [Resin-interest] 4.0.2 schedule

2009-10-13 Thread Mattias Jiderhamn
This reminds me; what is the syntax for enabling Java serialization for persistent store (as of http://bugs.caucho.com/view.php?id=3648)? Wesley Wu wrote (2009-10-13 23:07): > Yes, I turned on (simply copied from my > previous 4.0.0 conf file). > > When I turned it off (commented them out) >