On Apr 25, 2012, at 5:45 AM, Jean-Louis MONTEIRO wrote: > Saving hundred milliseconds also disabled very interesting features.
Side note, this no longer has a performance impact one way or another -- the optimization that builds our system apps in code eliminates the openejb-jar.xml that was causing the old descriptor code to be pulled in. The Openejb2Conversion code will always try to parse any openejb-jar.xml it sees as a v2 file and convert it to a v3 file even if it is a v3 file. Lot's of things about this section of the code need improvement. -David > > Le 25 avril 2012 14:42, David Blevins (JIRA) <[email protected]> a écrit : > >> David Blevins created TOMEE-167: >> ----------------------------------- >> >> Summary: Disable support for legacy v2 openejb-jar.xml by >> default. Only needed for Geronimo >> Key: TOMEE-167 >> URL: https://issues.apache.org/jira/browse/TOMEE-167 >> Project: TomEE >> Issue Type: Improvement >> Reporter: David Blevins >> Assignee: David Blevins >> Fix For: 1.0.0 >> >> >> Only needed for Geronimo, not needed for TomEE. >> >> Loading the quite large JAXB tree takes a few hundred milliseconds. >> >> -- >> This message is automatically generated by JIRA. >> If you think it was sent incorrectly, please contact your JIRA >> administrators: >> https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa >> For more information on JIRA, see: http://www.atlassian.com/software/jira >> >> >>
