AW: Too many open files

2007-05-07 Thread Andreas Solarik
you can also try checking if you have any restrictions in place for your userspace processes --> ulimit as -Ursprüngliche Nachricht- Von: Antonio Petrelli [mailto:[EMAIL PROTECTED] Gesendet: Montag, 07. Mai 2007 09:15 An: Struts Users Mailing List Betreff: Re: Too many open files 20

AW: Could struts be corrupting my byte[]?

2005-09-13 Thread Andreas Solarik
Just my 2 cents: We had a horrible/stupid problem creep up on us with the sign extension in java when working with bytes (which are 2s complement, just like all other primitive number types). Strange things would happen when the value of the byte was greater then 127. In hindsight, it was an eleme

AW: HOWTO: multiple values field.

2005-05-31 Thread Andreas Solarik
I think the question was more along the lines of "its hidden -> why have hooks for ui interaction?"... I *think* that the answer might lie in the inheritance structure -> take a look at the BaseHandlerTag and what extends from it. Maybe thats the answer? regards, andreas -Ursprungliche Nac

AW: Problem with Tomcat 5.5

2004-11-18 Thread Andreas Solarik
Hi Peter! In http://apache.mirror.netmonic.com/jakarta/tomcat-5/v5.5.4/README.html the developers claim that Tomcat 5.5 requires the JRE 5.0. We didn't have the problem you found when we tested tomcat 5.5. Which classloader are you using? Andreas -Ursprüngliche Nachricht- Von: Peter Neu

AW: a fine example of an example

2004-06-21 Thread Andreas Solarik
Just what I was about to suggest. Good call! Andreas -Ursprüngliche Nachricht- Von: Barnett, Brian W. [mailto:[EMAIL PROTECTED] Gesendet: Montag, 21. Juni 2004 19:22 An: 'Struts Users Mailing List' Betreff: RE: a fine example of an example JPetStore 4 at www.ibatis.com -Original Me

AW: What was the name of this application? [was] Re: Are there any IDE's that understand Struts tags?

2004-05-28 Thread Andreas Solarik
A while ago we evaluated Scioworks' Camino. Awesome tool: previewing JSP's with dummy data, a graph of actions, beans, forwards etc. If you like working with wizards and code generation tools, then this might just be what you are looking for. Camino can even load an existing struts application sou

AW: [OT] Session end notification

2004-04-14 Thread Andreas Solarik
Sorry to continue this, but: does sessionDestroyed(...) actually allow one to receive the invalidation of a session, especially after an invalidation based on a timeout? I can dimly remember some problems with tomcat (an early, stable version 4.something) using this feature; we ended up looking fo

AW: Field types in ActionForm/DynaForm

2004-04-07 Thread Andreas Solarik
Hi Stjepan, >From what I understand, you will have a much easier time implementing validation for your forms if you use only strings. For example, receiving an integer value "ABCDEFG" might cause unexpected results. This is just my understanding. If theres more to it, them I'm happy to learn :) A