That's update 4 build 12. The class loader existed until update 10. This is exactly why your app takes forever to startup. You need to upgrade to a JVM >= 1.6.10.
On Mon, Feb 15, 2010 at 2:42 PM, Ron Mast <[email protected]> wrote: > I ran Todd's code and am running java.runtime.version 1.6.0_04-b12 > which appears higher than the version that shipped with CF8...I'm in > the process of cleaning my code to share. > > > On Mon, Feb 15, 2010 at 1:25 PM, Bud <[email protected]> wrote: > > I was wrong about it being the appendGeneratedViewMapping function. > > The slowdown is in the loadInitialXMLModule function. > > > > Bud > > > > -- > > Model-Glue Sites: > > Home Page: http://www.model-glue.com > > Documentation: http://docs.model-glue.com > > Bug Tracker: http://bugs.model-glue.com > > Blog: http://www.model-glue.com/blog > > > > You received this message because you are subscribed to the Google > > Groups "model-glue" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<model-glue%[email protected]> > > For more options, visit this group at > > http://groups.google.com/group/model-glue?hl=en > > -- > Model-Glue Sites: > Home Page: http://www.model-glue.com > Documentation: http://docs.model-glue.com > Bug Tracker: http://bugs.model-glue.com > Blog: http://www.model-glue.com/blog > > You received this message because you are subscribed to the Google > Groups "model-glue" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<model-glue%[email protected]> > For more options, visit this group at > http://groups.google.com/group/model-glue?hl=en > -- Todd Sharp Sharp Interactive, LLC http://slidesix.com -- Multimedia Enabled Presentation Sharing IM: [email protected] Blog: http://cfsilence.com Twitter: cfsilence | slidesix -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
