Re: Themes components should be loaded after the applications

2009-02-24 Thread Jacques Le Roux
Yes, of course I agree too (sorry for the commit did not thought about dependencies). Hopefully, from your advices, Bruno will find a good solution Jacques From: "Jacopo Cappellato" I agree, I think I have proposed something very similar in my comment to: https://issues.apache.org/jira/brow

Re: Themes components should be loaded after the applications

2009-02-24 Thread Jacopo Cappellato
I agree, I think I have proposed something very similar in my comment to: https://issues.apache.org/jira/browse/OFBIZ-2201 Jacopo On Feb 24, 2009, at 12:02 AM, David E Jones wrote: A better solution would be to the VisualThemeSet definition to wherever the other one is defined, preferab

Re: Themes components should be loaded after the applications

2009-02-23 Thread David E Jones
A better solution would be to the VisualThemeSet definition to wherever the other one is defined, preferably to the framework itself along with the other foundational theme resources. Don't think of this theme set as using ecommerce and therefore depends on ecommerce. In fact it's the oth

Re: Themes components should be loaded after the applications

2009-02-22 Thread Bruno Busco
I created a JIRA with a patch for this: https://issues.apache.org/jira/browse/OFBIZ-2201 Thank you, -Bruno 2009/2/22 Bruno Busco : > Hi David, > the issue is this: > > In the ecommerce application a specific (to the ecommerce application) > VisualThemeSet is defined: > In EcommerceTypeData.xml: >

Re: Themes components should be loaded after the applications

2009-02-22 Thread Bruno Busco
Hi David, the issue is this: In the ecommerce application a specific (to the ecommerce application) VisualThemeSet is defined: In EcommerceTypeData.xml: The multiflex theme is defined as: When doing "ant run-install" for the first time the visualThemeSetId="ECOMMERCE" is not found when

Re: Themes components should be loaded after the applications

2009-02-22 Thread David E Jones
It sounds like there is some sort of conflict between the theme and what is in ecommerce. We may very well want to have the themes load after everything else... but could you describe what is being overridden, ie what is conflicting? Is that something that can be avoided? -David On Fe

Re: Themes components should be loaded after the applications

2009-02-21 Thread Bruno Busco
For the moment, in order to have the multiflex theme available it is necessary to reload the seeds using webtools: https://localhost:8443/webtools/control/EntityImportReaders -Bruno 2009/2/21 Bruno Busco : > I have seen that the themes are loaded after the framework component > and before the app

Themes components should be loaded after the applications

2009-02-21 Thread Bruno Busco
I have seen that the themes are loaded after the framework component and before the applications. This cause an error when the newly added multiflex theme tries to define its seeds because the VisualThemeSet it belongs to is defined by the ecommerce application. I think we should have the theme lo