Ofbiz start process

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Ofbiz start process

Mansour
Am I the only one finding the start up sequence for ofbiz container, a
little complex, and hard to work with ?
I am new to the framework, so I like to hear from other developers.
I am talking specifically about the configuration process of the
modules/components/container.
To be precise the stack trace shows the many calls involved in
configuring a component.


Thread [main] (Suspended (breakpoint at line 126 in ModelReader))
        ModelReader.<init>(String) line: 126
        ModelReader.getModelReader(String) line: 97
        GenericDelegator.<init>(String) line: 227
        DelegatorFactoryImpl.getInstance(String) line: 33
        DelegatorFactoryImpl.getInstance(Object) line: 25
        UtilObject.getObjectFromFactory(Class<Factory<R,A>>, A) line: 202
        DelegatorFactory.getDelegator(String) line: 51
        ContextFilter.getDelegator(ServletContext) line: 413
        ContextFilter.init(FilterConfig) line: 112
        ApplicationFilterConfig.getFilter() line: 275
        ApplicationFilterConfig.setFilterDef(FilterDef) line: 397
        ApplicationFilterConfig.<init>(Context, FilterDef) line: 108
        StandardContext.filterStart() line: 3709
        StandardContext.start() line: 4356
        StandardHost(ContainerBase).start() line: 1045
        StandardHost.start() line: 719
        StandardEngine(ContainerBase).start() line: 1045
        StandardEngine.start() line: 443
        StandardService.start() line: 516
        StandardServer.start() line: 710
        Catalina.start() line: 578
        NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not
available [native method]
        NativeMethodAccessorImpl.invoke(Object, Object[]) line: 57
        DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 43
        Method.invoke(Object, Object...) line: 601
        Bootstrap.start() line: 288
        Bootstrap.main(String[]) line: 413


Thank you.