forgot to mention it is slow and we call it twice --> org.apache.openejb.config.AnnotationDeployer#deploy
Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2012/11/30 Romain Manni-Bucau <[email protected]>: > Hi guys, > > didnt shock me when we did it but now it does ;): > org.apache.openejb.config.MergeWebappJndiContext is pretty bad > > i don't have time now to have a look but on apps with a lot of EJBs (> > 550 in my case) the startup was blocking inside > > solutions i think about are: > > 1) (bad one but not that expensive) parallelize it > 2) try to get all the info in the mode (JndiEnc...) and avoid this class > > > wdyt? anybody with some time to have a look? > > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rmannibucau > Github: https://github.com/rmannibucau
