[Resin-interest] support spatial queries in amber

2009-12-10 Thread Riccardo Cohen
Hello I use mysql with spatial index and would like to use amber queries with spatial field I tried these sort of queries : select p from Prop p where Spatial.within(p.pos,Spatial.mPointFromText('MULTIPOINT(238500 6229301,238500 6260453,283700 6260453,283700 6229301)',0)) But the java program

[Resin-interest] Potential class loader leaks

2009-12-10 Thread Mattias Jiderhamn
So I've spent another day hunting that lo(ooo)ng standing PermGen memory leak in our application and/or Resin. I made a new discovery which shouldn't be an issue, but could potentially fix problems. From my investigation it seems that whenever the application is reloaded, a reference to the

Re: [Resin-interest] Potential class loader leaks

2009-12-10 Thread Mattias Jiderhamn
Scott Ferguson wrote (2009-12-11 00:23): Mattias Jiderhamn wrote: So I've spent another day hunting that lo(ooo)ng standing PermGen memory leak in our application and/or Resin. I made a new discovery which shouldn't be an issue, but could potentially fix problems. From my investigation