Re: How to control the hot-deploy components loading order?

2011-02-18 Thread Hans Bakker
I only wonder, isn't it easier to create a subdirectory on the level of applications and follow its pattern? On Sat, 2011-02-19 at 07:46 +0100, Bruno Busco wrote: > Many thanks everyone for your hints. > Adding the component-load.xml worked. > > I think we could add the following text to the read

Re: How to control the hot-deploy components loading order?

2011-02-18 Thread Bruno Busco
Many thanks everyone for your hints. Adding the component-load.xml worked. I think we could add the following text to the readme.txt file in the hot-deploy directory: == The hot-deploy Auto-Loading feature loads all components in the order they are found (i.e. alphabetic or creation date). I

Re: svn commit: r1071917 - in /ofbiz/trunk: applications/content/template/ framework/example/data/helpdata/ themes/bizznesstime/webapp/bizznesstime/css/ themes/bluelight/webapp/bluelight/ themes/dropp

2011-02-18 Thread Hans Bakker
Th docbook is using xsl and is too slow for the interactive help screens which are generated by freemarker On Fri, 2011-02-18 at 21:18 -0800, BJ Freeman wrote: > is there a reason we can't just tie into the docbook to generate the > help file so we can get the TOC and References? > > ===

[jira] Commented: (OFBIZ-4184) Trunk: When using IE, ShowAllPromotions in Demo is Broken

2011-02-18 Thread mz4wheeler (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12996712#comment-12996712 ] mz4wheeler commented on OFBIZ-4184: --- Jacques: I spoke too soon. It appears to work at

[jira] Closed: (OFBIZ-4184) Trunk: When using IE, ShowAllPromotions in Demo is Broken

2011-02-18 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4184. -- Resolution: Fixed Fix Version/s: SVN trunk Assignee: Jacques Le Roux > Trunk:

Re: svn commit: r1071917 - in /ofbiz/trunk: applications/content/template/ framework/example/data/helpdata/ themes/bizznesstime/webapp/bizznesstime/css/ themes/bluelight/webapp/bluelight/ themes/dropp

2011-02-18 Thread BJ Freeman
is there a reason we can't just tie into the docbook to generate the help file so we can get the TOC and References? = BJ Freeman Strategic Power Office with Supplier Automation Specialtymarket.com

[jira] Commented: (OFBIZ-4184) Trunk: When using IE, ShowAllPromotions in Demo is Broken

2011-02-18 Thread mz4wheeler (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12996695#comment-12996695 ] mz4wheeler commented on OFBIZ-4184: --- The latest checkin seems to have fixed the ShowAllP

Re: How to control the hot-deploy components loading order?

2011-02-18 Thread Scott Gray
There is an unimplemented tag in ofbiz-component.xsd that I've been meaning to add support for which would solve this problem. It's not a trivial implementation though because at the moment components are loaded as they are located while this feature would require them all to be located first

[jira] Commented: (OFBIZ-3877) New Web Service Style

2011-02-18 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12996598#comment-12996598 ] Jacques Le Roux commented on OFBIZ-3877: I will have a look soon... > New Web Ser

Re: How to control the hot-deploy components loading order?

2011-02-18 Thread Stephen Rufle
Can Bruno just put a component-load.xml in the /ofbiz/hot-deploy/* directory and the framework will just figure it out? That would give it the same parent -> child relationship as specialpurpose ->ecommerce has using the following two files. - /ofbiz/framework/base/config/component-load.xml -

Re: How to control the hot-deploy components loading order?

2011-02-18 Thread BJ Freeman
on second thought it should not matter since you loading data after you loaded the components. so the logic would be in the component. = BJ Freeman Strategic Power Office with Supplier Automation Specia

Re: How to control the hot-deploy components loading order?

2011-02-18 Thread BJ Freeman
I am guessing that when the component was created is driving this, since hot-deploy looks for files by date and time. putting a component-load.xml in hot-deploy may solve you problem. otherwise create your own root folder and use ant script to hook it up in ofbiz config files. my 2 cents

Re: How to control the hot-deploy components loading order?

2011-02-18 Thread René Scheibe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/18/2011 05:31 PM, Bruno Busco wrote: > Hi, > is in the framework any tool to set the order in which the hot-deploy > components are loaded? > I have created two components in the hot-deploy folder. > > The first component loads some extseed in t

How to control the hot-deploy components loading order?

2011-02-18 Thread Bruno Busco
Hi, is in the framework any tool to set the order in which the hot-deploy components are loaded? I have created two components in the hot-deploy folder. The first component loads some extseed in the database and the second component loads some other extseed that depends on the first one. Unfortun

Re: Trunk demo broken

2011-02-18 Thread Jacques Le Roux
Demo trunk updated, thanks for report and quick fix Jacques From: "Raj Saini" Thanks Erwin. Raj On Friday 18 February 2011 04:57 PM, Erwan de FERRIERES wrote: Le 18/02/2011 09:35, Raj Saini a écrit : Hi, Many pages of trunk demo (Product->Features, Category->Rollup etc) are broken. Error

[jira] Commented: (OFBIZ-4188) Incompatible change of macro renderDateTimeField in r1070570

2011-02-18 Thread Sascha Rodekamp (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12996357#comment-12996357 ] Sascha Rodekamp commented on OFBIZ-4188: Ah yes i see, not scrolled to the right :

Re: Trunk demo broken

2011-02-18 Thread Raj Saini
Thanks Erwin. Raj On Friday 18 February 2011 04:57 PM, Erwan de FERRIERES wrote: Le 18/02/2011 09:35, Raj Saini a écrit : Hi, Many pages of trunk demo (Product->Features, Category->Rollup etc) are broken. Error executing macro: renderDateTimeField required parameter: timeValues is not specif

Re: Trunk demo broken

2011-02-18 Thread Jacques Le Roux
Thanks Raj, So it's not a deployment issue on trunk demo, certainly a recent commit Jacques From: "Raj Saini" Hi Jacques, It is not working locally as well, though my code is one day old. Thanks, Raj On Friday 18 February 2011 03:12 PM, Jacques Le Roux wrote: You don't reproduce locally?

[jira] Closed: (OFBIZ-4188) Incompatible change of macro renderDateTimeField in r1070570

2011-02-18 Thread Erwan de FERRIERES (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES closed OFBIZ-4188. - Resolution: Fixed Fix Version/s: SVN trunk Done at r1071967 > Incompatible change

[jira] Commented: (OFBIZ-4188) Incompatible change of macro renderDateTimeField in r1070570

2011-02-18 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12996355#comment-12996355 ] Raj Saini commented on OFBIZ-4188: -- Well not true. There are two already set for renderDa

Re: Trunk demo broken

2011-02-18 Thread Erwan de FERRIERES
Le 18/02/2011 09:35, Raj Saini a écrit : Hi, Many pages of trunk demo (Product->Features, Category->Rollup etc) are broken. Error executing macro: renderDateTimeField required parameter: timeValues is not specified. The problematic instruction: -- ==> macro renderDateTimeField [on line

[jira] Commented: (OFBIZ-4188) Incompatible change of macro renderDateTimeField in r1070570

2011-02-18 Thread Sascha Rodekamp (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12996350#comment-12996350 ] Sascha Rodekamp commented on OFBIZ-4188: >From my point of view, it's better to mo

Re: Trunk demo broken

2011-02-18 Thread Raj Saini
Hi Jacques, It is not working locally as well, though my code is one day old. Thanks, Raj On Friday 18 February 2011 03:12 PM, Jacques Le Roux wrote: You don't reproduce locally? Jacques From: "Raj Saini" Hi, Many pages of trunk demo (Product->Features, Category->Rollup etc) are broken.

[jira] Commented: (OFBIZ-4188) Incompatible change of macro renderDateTimeField in r1070570

2011-02-18 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12996346#comment-12996346 ] Raj Saini commented on OFBIZ-4188: -- >From seems to be in the "renderDateTimeField" Macro.

[jira] Commented: (OFBIZ-4188) Incompatible change of macro renderDateTimeField in r1070570

2011-02-18 Thread Sascha Rodekamp (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12996324#comment-12996324 ] Sascha Rodekamp commented on OFBIZ-4188: Hi Manuela, i had a qucik look in the Mac

[jira] Created: (OFBIZ-4190) Creating return from Sales Order having more than 1 item creates payment with amount of First item only.

2011-02-18 Thread Chirag Manocha (JIRA)
Creating return from Sales Order having more than 1 item creates payment with amount of First item only. Key: OFBIZ-4190 URL: https://issues.apache.org/jira/b

[jira] Created: (OFBIZ-4189) [GSOC] Pure webdriver integration in OFBiz

2011-02-18 Thread Erwan de FERRIERES (JIRA)
[GSOC] Pure webdriver integration in OFBiz -- Key: OFBIZ-4189 URL: https://issues.apache.org/jira/browse/OFBIZ-4189 Project: OFBiz Issue Type: Improvement Components: framework Re

[jira] Assigned: (OFBIZ-4189) [GSOC] Pure webdriver integration in OFBiz

2011-02-18 Thread Erwan de FERRIERES (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES reassigned OFBIZ-4189: - Assignee: Erwan de FERRIERES > [GSOC] Pure webdriver integration in OFBiz > -

[jira] Reopened: (OFBIZ-4060) Bug In Jquery Integration - js File Not Found

2011-02-18 Thread Sascha Rodekamp (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sascha Rodekamp reopened OFBIZ-4060: Assignee: Sascha Rodekamp (was: Jacques Le Roux) > Bug In Jquery Integration - js File N

[jira] Commented: (OFBIZ-4060) Bug In Jquery Integration - js File Not Found

2011-02-18 Thread Sascha Rodekamp (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12996311#comment-12996311 ] Sascha Rodekamp commented on OFBIZ-4060: Ok found the issue: In the CommonScreen

Re: Trunk demo broken

2011-02-18 Thread Chirag Manocha
I was also looking at order entry page. It seems like form having date field, may me calendar, are broken. Not tried locally. Thanks and Regards -- Chirag Manocha Emforium Software Pvt. Ltd. | ALL-IN Software +91-98735-47457 | +91-98263-19099 Please don't print this Email unless you really

[jira] Assigned: (OFBIZ-4188) Incompatible change of macro renderDateTimeField in r1070570

2011-02-18 Thread Erwan de FERRIERES (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES reassigned OFBIZ-4188: - Assignee: Erwan de FERRIERES > Incompatible change of macro renderDateTimeField i

Re: Trunk demo broken

2011-02-18 Thread Jacques Le Roux
You don't reproduce locally? Jacques From: "Raj Saini" Hi, Many pages of trunk demo (Product->Features, Category->Rollup etc) are broken. Error executing macro: renderDateTimeField required parameter: timeValues is not specified. The problematic instruction: -- ==> macro renderDa

[jira] Created: (OFBIZ-4188) Incompatible change of macro renderDateTimeField in r1070570

2011-02-18 Thread Manuela Gruendlinger (JIRA)
Incompatible change of macro renderDateTimeField in r1070570 Key: OFBIZ-4188 URL: https://issues.apache.org/jira/browse/OFBIZ-4188 Project: OFBiz Issue Type: Bug Componen

Trunk demo broken

2011-02-18 Thread Raj Saini
Hi, Many pages of trunk demo (Product->Features, Category->Rollup etc) are broken. Error executing macro: renderDateTimeField required parameter: timeValues is not specified. The problematic instruction: -- ==> macro renderDateTimeField [on line 97, column 1 in component://widget/te

[jira] Updated: (OFBIZ-4184) Trunk: When using IE, ShowAllPromotions in Demo is Broken

2011-02-18 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-4184: --- Issue Type: Sub-task (was: Bug) Parent: OFBIZ-3037 > Trunk: When using IE, ShowAllP

[jira] Commented: (OFBIZ-4130) Tenant super user (tenant admin) can view all database details of all tenants

2011-02-18 Thread Pierre Smits (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12996278#comment-12996278 ] Pierre Smits commented on OFBIZ-4130: - Hi Jacques, Yes please, As this a mayor bug th