Re: Tomcat 5.5.26 + JDK 6_05 - java.lang.OutOfMemoryError: PermGen Space

2008-06-13 Thread Javier Sanchez
This is also a nice resource from Sun: http://java.sun.com/performance/reference/whitepapers/6_performance.html JAVIER SANCHEZ EDESA S.A. On Fri, Jun 13, 2008 at 9:06 AM, 9902468 <[EMAIL PROTECTED]> wrote: > > Hi, > > @Persist annotation is bad for scalability and shoul

Re: T3: Stop back button

2008-05-30 Thread Javier Sanchez
Isn't obvious? What exactly do you want your application to do? On Fri, May 30, 2008 at 1:46 PM, James Sherwood <[EMAIL PROTECTED]> wrote: > Hello all, > > We are using tapestry 3. We need to make it so when a user submits a form > and then presses the back button, it does not show them the for

Re: Tapestry Application Survey

2008-02-08 Thread Javier Sanchez
- It would be nice to know also 1. the country where the system is 2. its natural language. 3. number of concurrent users 4. application server type (Jboss, OC4J, ...) 5. number of servers supporting the system (web servers + application servers + data base servers) JAVIER SANCHEZ CIO, EDESA S.A

Re: Xerces version

2006-08-16 Thread Javier Sanchez
.. and I really don't recommend to just replace the XML jars. I tried to do that and other components of OC4J got problems. It's better to migrate to a new release. JAVIER SANCHEZ CIO EDESA S.A. Bogota, Colombia On 8/16/06, Javier Sanchez <[EMAIL PROTECTED]> wrote: This iss

Re: Xerces version

2006-08-16 Thread Javier Sanchez
nd to migrate to the last release, 10.1.3 JAVIER SANCHEZ CIO EDESA S.A. Bogota, Colombia On 8/16/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Can you post back to the list with the correct version of xerces (and the exact version of oracle j2ee used) so that I can add a FAQ entry for this?

Re: Xerces version

2006-08-16 Thread Javier Sanchez
What version of OC4J are you using? I had problems with 9.0.2 if I remember well (the first one that Oracle called 10g). Its XML parser was buggy. Since we migrated OAS to 10.X our problems did go away. JAVIER SANCHEZ CIO EDESA S.A. Bogota, Colombia On 8/16/06, Vinicius Carvalho <[EM

Re: Hibernate modifying POJOs before rollback...

2006-05-25 Thread Javier Sanchez
I think you need a Transactions Manager for Java Objects such as JBoss Transactions to do that. Look at http://labs.jboss.com/portal/index.html?ctrl:id=page.default.info&project=jbosstm JAVIER SANCHEZ. On 5/23/06, James Carman <[EMAIL PROTECTED]> wrote: All, I am trying to add some