[Resin-interest] WebServiceContext

2007-06-26 Thread Jan Kriesten
Hi, just a short question on WebServices: When will injection of a WebServiceContext be available: @Resource WebServiceContext wctx; Best regards, --- Jan. ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman

Re: [Resin-interest] application variables, j2ee - php, and shared nothing

2007-06-26 Thread Scott Ferguson
On Jun 26, 2007, at 6:08 AM, Nathan Nobbe wrote: all, im curious about application variables under the j2ee web application paradigm. are these used frequently in the context of application servers, like resin, or are they regarded as taboo? For the most part, application state (i.e. sin

Re: [Resin-interest] IllegalStateException thrown when reading from srun.db

2007-06-26 Thread Scott Ferguson
On Jun 26, 2007, at 7:21 AM, MORAWETZ Martin wrote: Hi list, Since a few days we notice java.lang.IllegalStateExceptions in the resin-stdout-log. I've filed this as http://bugs.caucho.com/view.php?id=1836. It may already be fixed in 3.1 and it might not be something we'll be fixing in

Re: [Resin-interest] application variables, j2ee - php, and shared nothing

2007-06-26 Thread Sam
> im curious about application variables under the j2ee web application > paradigm. > are these used frequently in the context of application servers, like > resin, or are they regarded as taboo? > > also, has anyone heard of the shared nothing architecture? how does > that pertain, if at al

[Resin-interest] resin 3.0.23 and Red Hat Enterprise 4 or 5

2007-06-26 Thread Keith Fetterman
Hi, We are upgrading our resin server to Red Hat Enterprise 4 or 5 and I am running into problems getting resin pro 3.0.23 to compile with Apache Web server that comes with these OSs. The configure script isn't detecting all of the include directories and it isn't figuring out the correct ver

Re: [Resin-interest] IllegalStateException thrown when reading fromsrun.db

2007-06-26 Thread MORAWETZ Martin
Interesting detail: we see the same error on a second server too. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von MORAWETZ Martin Gesendet: Dienstag, 26. Juni 2007 16:22 An: resin-interest@caucho.com Betreff

Re: [Resin-interest] application variables, j2ee - php, and shared nothing

2007-06-26 Thread Yong Bakos
(this is sorta off topic -- I suggest asking this question at Java Ranch) I think the answer to your question always depends on what it is you're trying to accomplish. I also think there is some cross-cultural confusion, as you can certainly create a shared-nothing Java webapp. yong

[Resin-interest] IllegalStateException thrown when reading from srun.db

2007-06-26 Thread MORAWETZ Martin
Hi list, Since a few days we notice java.lang.IllegalStateExceptions in the resin-stdout-log. Consequence is the loss of all session-attributes of the particular session. Are there any known common reasons for invalid blocks? We use Resin 3.0.23. Below the stacktrace: com.caucho

[Resin-interest] application variables, j2ee - php, and shared nothing

2007-06-26 Thread Nathan Nobbe
all, im curious about application variables under the j2ee web application paradigm. are these used frequently in the context of application servers, like resin, or are they regarded as taboo? also, has anyone heard of the shared nothing architecture