[jboss-user] [Performance Tuning] - VPS config tips

2009-06-04 Thread mgvarley
Dear all - I am preparing to migrate my app (seam, mysql) after a long period of development onto production servers. I am renting a dedicated Centos server with an Intel Q660 chipset and 8gb memory. I want to be able to maximise performance whilst leaving the door open for future growth (i.e.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: HELP! InvalidStateException on PROD but not DEV

2009-05-02 Thread mgvarley
I finally found the problem after 24 hours of pain! The root cause was an @Email hibernate validation - it appears that in earlier versions of hibernate validator there are problems with using @Email on an optional email property as jsf passes an empty string rather than a null and so you can pa

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - HELP! InvalidStateException on PROD but not DEV

2009-05-02 Thread mgvarley
Hi all - I am using Seam with Hibernate and am getting a bizarre exception when trying to call persist() on one of my EntityHome classes - it is bizarre as it works absolutely fine on my local machine but is being thrown consistently on my production server. I am using exactly the same test data

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - HELP! InvalidStateException on PROD but not DEV

2009-05-02 Thread mgvarley
Hi all - I am using Seam with Hibernate and am getting a bizarre exception when trying to call persist() on one of my EntityHome classes - it is bizarre as it works absolutely fine on my local machine but is being thrown consistently on my production server. I am using exactly the same test data