Re: [Resin-interest] 4.0.33 ETA?

2012-12-12 Thread Mattias Jiderhamn
Any news on the 4.0.33 release? --- Original Message - Subject: Re: [Resin-interest] 4.0.33 ETA? Date: Thu, 22 Nov 2012 10:17:29 -0500 From: Paul Cowan On Nov 22, 2012, at 2:46 AM, Mattias Jiderhamn wrote: > Hi. We are anticipating the upcoming 4.0.33 release that should resolve > a

[Resin-interest] servlet-3.0 annotation config

2012-12-12 Thread Rick Mann
I'm trying to implement this ("A 100% code-based approach to configuration"): http://static.springsource.org/spring/docs/3.2.0.RC2/javadoc-api/ When I run resin 4.0.30, I get: [12-12-12 04:42:29.724] {main} WebApp[production/webapp/default/ROOT,STARTING] No Spring WebApplicationInitiali

Re: [Resin-interest] servlet-3.0 annotation config

2012-12-12 Thread Scott Ferguson
On 12/12/12 4:46 AM, Rick Mann wrote: > I'm trying to implement this ("A 100% code-based approach to configuration"): > > http://static.springsource.org/spring/docs/3.2.0.RC2/javadoc-api/ It sounds like a Resin bug that will be in the next release. Servlet 3.0 added a jar scanning system th

Re: [Resin-interest] servlet-3.0 annotation config

2012-12-12 Thread Rick Mann
On Dec 12, 2012, at 10:07 , Scott Ferguson wrote: > It sounds like a Resin bug that will be in the next release. > > Servlet 3.0 added a jar scanning system that extensions can use, but we > didn't implement properly (and wasn't caught by the TCK.) The issue also > affects jersey. D'oh! I'm

[Resin-interest] Last Resource Commit Optimization / Last Resource Gambit

2012-12-12 Thread Mattias Jiderhamn
Is there any way to achieve Last Resource Commit Optimization / Last Resource Gambit with Resins XA/JTA implementation...? -- ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] Configuration for scaling

2012-12-12 Thread Knut Forkalsrud
You probably want to run "ulimit -a" in your shell and see if you may be running up against the limit for the number of open files per OS user. Also, with small heaps (256MB) and very dynamic URLs I have found that Resin's "invocation cache" takes almost the entire heap. At least as of version 3.

Re: [Resin-interest] servlet-3.0 annotation config

2012-12-12 Thread Scott Ferguson
On 12/12/12 11:05 AM, Rick Mann wrote: > On Dec 12, 2012, at 10:07 , Scott Ferguson wrote: > >> It sounds like a Resin bug that will be in the next release. >> >> Servlet 3.0 added a jar scanning system that extensions can use, but we >> didn't implement properly (and wasn't caught by the TCK.) Th

Re: [Resin-interest] servlet-3.0 annotation config

2012-12-12 Thread Scott Ferguson
On 12/12/12 12:03 PM, Scott Ferguson wrote: > On 12/12/12 11:05 AM, Rick Mann wrote: >> On Dec 12, 2012, at 10:07 , Scott Ferguson wrote: >> >>> It sounds like a Resin bug that will be in the next release. >>> >>> Servlet 3.0 added a jar scanning system that extensions can use, but we >>> didn't i

Re: [Resin-interest] 4.0.33 ETA?

2012-12-12 Thread Paul Cowan
On Dec 12, 2012, at 5:09 AM, Mattias Jiderhamn wrote: > Any news on the 4.0.33 release? I know I keep saying this, but we're working on regressions now and shooting for this Friday. Here is a .33 snapshot build. We would be more than happy to hear this resolves your bugs (or any feedback)

[Resin-interest] Deprecation warnings in 4.0.33 snap

2012-12-12 Thread Rick Mann
FYI, I get a bunch of warnings building on OS X 10.8.2 gcc -g -O2 -D_POSIX_PTHREAD_SEMANTICS -DB64 -DHAS_SOCK_TIMEOUT -DHAS_JVMTI -DRESIN_HOME=\"/Library/Resin/current\" -I/usr/include -I/System/Library/Frameworks/JavaVM.framework/Headers -I../common -I../resin_os -DCPU=\"x86_64\" -DOS= -DSHAR

Re: [Resin-interest] servlet-3.0 annotation config

2012-12-12 Thread Rick Mann
On Dec 12, 2012, at 18:32 , Scott Ferguson wrote: > There's a snapshot available at > http://caucho.com/download/resin-pro-4_0-snap.tar.gz. > > It will probably be Friday before a final release. Thanks, Scott. That seemed to fix the issue. Friday will be fine. Thanks! -- Rick __