Re: [Resin-interest] Eclipse Plugin

2009-04-13 Thread Riccardo Cohen
Hi, I use eclipse europa (3.3.2) for the source (java flex), but cannot debug with it (I launch resin from console). The plugin never worked for me. (I'm on macosx) Scott Hernandez wrote: I noticed there is an eclipse plugin in the svn tree (artifacts/eclipse) that has seen some recent

Re: [Resin-interest] Class-loader problem?

2009-04-13 Thread Scott Ferguson
On Apr 12, 2009, at 6:27 PM, Scott Hernandez wrote: (working against 03/18/09 snapshot of resin) It seems like there is a class-loader problem in my definition for my Queue (and I expect any global bean with an annotation class from the webapp). The first time through everything seems to

Re: [Resin-interest] Eclipse Plugin

2009-04-13 Thread Aaron Freeman
I use Eclipse and run Resin within it's framework but do not use a plug-in. I just set it up as a Run Configuration doing these steps: 1) Run -- Run Configuration 2) Create a new Java Application On the new configurations screen I do: 1) Main (tab) Main class: com.caucho.server.resin.Resin

Re: [Resin-interest] Eclipse Plugin

2009-04-13 Thread Emil Ong
Hi Scott, The Eclipse update site isn't up just yet, but will be with the new release, due out this week or early next. Emil On Sun, Apr 12, 2009 at 09:42:24PM -0700, Scott Hernandez wrote: I noticed there is an eclipse plugin in the svn tree (artifacts/eclipse) that has seen some recent

Re: [Resin-interest] Eclipse Plugin

2009-04-13 Thread Aaron Freeman
Emil, What does the plug-in provide to us that setting up as a general application doesn't? I haven't tried the plug-in so I am not aware of what it does? Thanks, Aaron Hi Scott, The Eclipse update site isn't up just yet, but will be with the new release, due out this week or early next.

Re: [Resin-interest] Eclipse Plugin

2009-04-13 Thread Emil Ong
Hi Aaron, The plugin is built on the WST/JST (Java webtools) framework, so you get all the goodies that come with that. It also provides 3 different deployment mechanisms: 1) .war based 2) in place 3) new Resin 4.0 remote deploy Suggestions for other features are always welcome. Thanks, Emil

Re: [Resin-interest] Eclipse Plugin

2009-04-13 Thread Scott Hernandez
Hi all, Looking at the source (and trying it out from my own build) it seems like it integrates into eclipse's wst tools. This means you can build a dynamic web application and resin X.x (3.x/4.0 hot deploy/in-place) runtime (in eclipse) that can be deployed/run/debug/profiles within eclipse. The

[Resin-interest] Working from svn (Resin 4)

2009-04-13 Thread Scott Hernandez
To Caucho Devs, In an effort to get some of my problems diagnosed from the old snapshot I was using(3/18) I delved into the svn trunk. It seems like the snapshots (although listed as 03/04/09 in the download page) are actually nightly snapshots. This leads me to believe that going straight to

[Resin-interest] pool overflow when 200 users

2009-04-13 Thread Riccardo Cohen
Hi Today I've used Apache's JMeter to stress my server and looked what's happening. (I'm on a virtual server) With 50 users x 100 requests, it slows down but behaves nicely. With 200 users x 20 requests (with a ramp-up period of 600sec) I have a strange behaviour : after all threads finished

[Resin-interest] Namespace files (in META-INF)

2009-04-13 Thread Scott Hernandez
Hi all, I was looking through the source of resin and noticed the namespace files in META-INF/caucho. Is there a place to read up on the placement, and format of these files? I would guess, without seeing it described other than in the resin module, that it goes something like this: The class

Re: [Resin-interest] Namespace files (in META-INF)

2009-04-13 Thread Scott Ferguson
On Apr 13, 2009, at 1:14 PM, Scott Hernandez wrote: Hi all, I was looking through the source of resin and noticed the namespace files in META-INF/caucho. Is there a place to read up on the placement, and format of these files? These are essentially obsolete. Although Resin has been using

Re: [Resin-interest] Namespace files (in META-INF)

2009-04-13 Thread Scott Hernandez
Is there a way in the jsr299 way of things to include namespaces in your package to shorten the need for explicitly listing them in the web/web-resin/beans.xml files? For example, if I want to use X (10) ns prefixes in web-resin.xml do I have to include them explicitly? web-app

Re: [Resin-interest] Namespace files (in META-INF)

2009-04-13 Thread Scott Ferguson
On Apr 13, 2009, at 1:44 PM, Scott Hernandez wrote: Is there a way in the jsr299 way of things to include namespaces in your package to shorten the need for explicitly listing them in the web/web-resin/beans.xml files? For example, if I want to use X (10) ns prefixes in web-resin.xml do I

Re: [Resin-interest] Working from svn (Resin 4)

2009-04-13 Thread Scott Ferguson
On Apr 13, 2009, at 10:50 AM, Scott Hernandez wrote: To Caucho Devs, In an effort to get some of my problems diagnosed from the old snapshot I was using(3/18) I delved into the svn trunk. It seems like the snapshots (although listed as 03/04/09 in the download page) are actually nightly

Re: [Resin-interest] Working from svn (Resin 4)

2009-04-13 Thread Scott Hernandez
Okay, I will endeaver to work against the snapshots. Are the snapshots regression free then? On Mon, Apr 13, 2009 at 2:56 PM, Scott Ferguson f...@caucho.com wrote: On Apr 13, 2009, at 10:50 AM, Scott Hernandez wrote: To Caucho Devs, In an effort to get some of my problems diagnosed from

[Resin-interest] Anyone using Terracotta with Resin 3.2.x?

2009-04-13 Thread Jonathan Tew
Hi, Has anyone used Terracotta with Resin 3.2.x? In particular I'm wanting to use it to scale out a lot of EHCache caches and some other POJOs. I know there is the one page on the wiki, but it references 3.1. Thanks, Jonathan ___ resin-interest