> It took 2.3 sec That matches with my numbers. If you use a connection pool, it will come down to ~0.75 seconds.
> Btw Pinaki, your plugin works perfect with MyEclipse 7.1.1 aswell. FYI. > Nice work ;) This is my very first attempt to learn how to build plugins. I think it is beginner's luck :) But seriously, thank you for using it and verifying that it works. Shubbis wrote: > > Ok, I still dont know what the problem is, but it seems like its not > OpenJPA's fault (i think). > I just took the whole project home with me, and installed it on my own > laptop in a new workspace, and what do you know.. It took 2.3 sec. > compared to the 12-15 sec. > > Now, I still don't know the root of the cause, since we have tried it on > multiple computers at work, but at least this confirms that the project > itself is working. > > Btw Pinaki, your plugin works perfect with MyEclipse 7.1.1 aswell. FYI. > Nice work ;) > > Shubbis > > PS: adding the project if anyone wants to see. This is without all Ant and > OpenJPA jar files as they were to big to upload here. > > http://n2.nabble.com/file/n2493009/OpenJPASISTETEST.rar > OpenJPASISTETEST.rar > > > Pinaki Poddar wrote: >> >> Hi, >>> Maybe someone could post an example of their build.xml file so that i >>> could try it. See if maybe its my >>> enhancing thats the problem. >> >> If you are an Eclipse IDE user, you can try a plugin [1] that keeps >> your classes enhanced always. Or you may be better of with Ant builds as >> Mike had provided. >> >> In either case, Enhancer displays log messages and running it twice >> perhaps will confirm -- because second time it will say: 'class X is >> already persistence-capable. Ignoring...' etc. >> >> [1] http://people.apache.org/~ppoddar/eclipse/ >> >> > > -- View this message in context: http://n2.nabble.com/Slow-performance-with-OpenJPA-when-selecting-from-a-ManyToMany-relation.-tp2466994p2493300.html Sent from the OpenJPA Users mailing list archive at Nabble.com.