[Resin-interest] InjectManager not binding generified class?

2009-05-06 Thread Scott Hernandez
The inject manager isn't adding this class to the registered beans. I have seen a few issues with Generic classes with matching classes but this ones seems pretty straight forward. Does anything anyone know why this isn't picked up and registered in the inject manager? @New public class

Re: [Resin-interest] About editing resin.conf

2009-05-06 Thread Michael Ludwig
H.Päiväniemi schrieb: Resin seems to crash if I open resin.conf for editing with vi etc. Why? How can I configure resin not to do that? I have 5 resin servers and resin.conf is symlinked to nfs on all servers so if I just open resin.conf, all servers will crash... Access over NFS may be the

Re: [Resin-interest] Stack overflow on resin-web.xml load

2009-05-06 Thread Scott Ferguson
On May 5, 2009, at 11:08 AM, Scott Hernandez wrote: I'm a little stumped on this one. I'm guessing that there is some kind of circular dep. in the classes (EJBs), but where is the question... I've added a bug report at http://bugs.caucho.com/view.php?id=3480 The circular dependency problem

Re: [Resin-interest] Limiting session to a single IP for a given session_id

2009-05-06 Thread Scott Ferguson
On May 4, 2009, at 7:38 AM, Daniel Lopez wrote: If Resin does not implement it itself, implementing a filter that stores the IP in the session and checks on each request before passing the request along should not be difficult. I don't know if Resin already provides such a feature. Resin

Re: [Resin-interest] About editing resin.conf

2009-05-06 Thread Emil Ong
On Wed, May 06, 2009 at 09:56:31AM +0300, H.Päiväniemi wrote: Hi all, I just subscribed to this list. Please, could you gimme advice for this problem - I believe this has been on the wall many times in the history, but still... Resin seems to crash if I open resin.conf for editing with

Re: [Resin-interest] About editing resin.conf

2009-05-06 Thread Scott Ferguson
On May 6, 2009, at 9:29 AM, Emil Ong wrote: On Wed, May 06, 2009 at 09:56:31AM +0300, H.Päiväniemi wrote: Hi all, I just subscribed to this list. Please, could you gimme advice for this problem - I believe this has been on the wall many times in the history, but still... Resin

Re: [Resin-interest] InjectManager not binding generified class?

2009-05-06 Thread Scott Ferguson
On May 6, 2009, at 2:21 AM, Scott Hernandez wrote: The inject manager isn't adding this class to the registered beans. I have seen a few issues with Generic classes with matching classes but this ones seems pretty straight forward. Does anything anyone know why this isn't picked up and

Re: [Resin-interest] Stack overflow on resin-web.xml load

2009-05-06 Thread Scott Hernandez
Fair enough. Is there any way of debugging this, or detecting which injections are the cause of the problem(s)? It is fairly hard to get a debugger into the situation as these are such common operations in th injection system and I don't know which classes (injection cases) are the cause. On

Re: [Resin-interest] Limiting session to a single IP for a given session_id

2009-05-06 Thread Jeff Schnitzer
According to the security researchers who took over the torpig botnet and analyzed the data (read the PDF, it's good), some ISPs still change IP addresses a lot... more than once an hour: http://www.cs.ucsb.edu/~seclab/projects/torpig/ Jeff On Wed, May 6, 2009 at 9:09 AM, Scott Ferguson

[Resin-interest] JavaMail Session Injection

2009-05-06 Thread Scott Hernandez
I'd like to inject a Session into a few of my beans. I believe the correct way to do this is to use the @Resource(name=java:comp/env/mail) annotation, but I would like to be less verbose (if possible), and just use @Current, so I have done the following: @ApplicationScoped public class Producers

[Resin-interest] watchdog stop authentication failure

2009-05-06 Thread Ronan Lucio
Hi, Does anybody knows what can cause this error? --- [2009/05/06 16:18:16.552] watchdog stop authentication failure [2009/05/06 16:18:16.552] com.caucho.config.ConfigException: watchdog stop forbidden - authentication failed [2009/05/06 16:18:16.552] at

Re: [Resin-interest] watchdog stop authentication failure

2009-05-06 Thread Steffen Busch
As far as I remember, I have experienced this once when changing the resin.conf and modifying (or adding) a user/ to management/ while Resin was started management path=${resin.root}/admin user name=admin password=password==/ ... The change in resin.conf caused Resin to restart but

Re: [Resin-interest] watchdog stop authentication failure

2009-05-06 Thread Ronan Lucio
Hi Steffen, Thank you very much, I think it's my case, too. After changing resin.conf I executed a restart. It probably doesn't. Thank you, Ronan Steffen Busch escreveu: As far as I remember, I have experienced this once when changing the resin.conf and modifying (or adding) a user/ to