Re: Duplicate webapp loads by birt component

2014-05-19 Thread Jacopo Cappellato
This is the intended behavior: when a component redefines an existing webapp the previous one is not loaded and an info message is printed. Jacopo On May 18, 2014, at 9:04 PM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Just spotted the lines [java] 2014-05-18 20:55:57,869 (main)

Re: Duplicate webapp loads by birt component

2014-05-19 Thread Jacopo Cappellato
IMO the birt component in the trunk should be set as disabled to prevent this from happening. Jacopo On May 19, 2014, at 8:24 AM, Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com wrote: This is the intended behavior: when a component redefines an existing webapp the previous one is not

Re: Duplicate webapp loads by birt component

2014-05-19 Thread Taher Alkhateeb
Hi Jacopo, I think we had a similar discussion in the past but if you disable the component then you will not be able to run the tests which means further marginalizing the special purpose components. This also means that any changes to the framework might result in an incompatibility with this

Re: Duplicate webapp loads by birt component

2014-05-19 Thread Carsten Schinzer
Compromise proposal: Option 1) You guys keep trunk as is and anyone who wants to avoid the log message disables the birt component locally (I've just done so) until it is officially released. Option 2) You guys diasble birt in trunk by default and activate it for testing when needed. I guess

Re: Duplicate webapp loads by birt component

2014-05-18 Thread Jacques Le Roux
Jacopo introduced a change to be able to move the Birt component from framework to specialpupose So yes it's an intended change but I see no problems with it using trunk. Those are loaded and used for Birt reports which are in those components Jacques Le 15/05/2014 18:18, c.schin...@gmail.com

Re: Duplicate webapp loads by birt component

2014-05-18 Thread Carsten Schinzer
Thanks for the info, I comfirm it is harmless. Just wanted to be sure. Regards Carsten 2014-05-18 14:27 GMT+02:00 Jacques Le Roux jacques.le.r...@les7arts.com: Jacopo introduced a change to be able to move the Birt component from framework to specialpupose So yes it's an intended change but

Re: Duplicate webapp loads by birt component

2014-05-18 Thread Jacques Le Roux
Just spotted the lines [java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:567:INFO ] createContext(ar) [java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:770:INFO ] Duplicate webapp mount; not loading : accounting /

Duplicate webapp loads by birt component

2014-05-16 Thread c . schinzer
All, I did an update from trunk and realize in the sniff test that logs show that birt's ofbiz-component.xml redefines three existing webapp mounts: accounting, facility and ordermgr. Embedded Tomcat does consequently not load these. Is this expected behavior? Am I missing a config change for