Re: beanshell server

2008-12-21 Thread David E Jones
On Dec 21, 2008, at 11:22 PM, Adam Heath wrote: David E Jones wrote: This is a good question. Does anyone actually USE this? It's an interesting feature, but perhaps we should turn it off by default (leave it there, but commented out in the ofbiz-containers.xml file). If any does use this

Re: beanshell server

2008-12-21 Thread Hans Bakker
+1 : removed On Mon, 2008-12-22 at 00:22 -0600, Adam Heath wrote: > David E Jones wrote: > > > > This is a good question. Does anyone actually USE this? It's an > > interesting feature, but perhaps we should turn it off by default (leave > > it there, but commented out in the ofbiz-containers.xml

Re: beanshell server

2008-12-21 Thread Adam Heath
David E Jones wrote: > > This is a good question. Does anyone actually USE this? It's an > interesting feature, but perhaps we should turn it off by default (leave > it there, but commented out in the ofbiz-containers.xml file). > > If any does use this, please speak up. If anyone doubts they wil

Re: svn commit: r728389 [1/4] - in /ofbiz/trunk: framework/common/data/ framework/common/entitydef/ framework/common/script/org/ofbiz/common/ framework/common/servicedef/ framework/common/webcommon/WE

2008-12-21 Thread Hans Bakker
On Sun, 2008-12-21 at 23:04 -0700, David E Jones wrote: > .and Hans is a guy who gets things done. thank you Davidseems you noticed that -- Antwebsystems.com: Quality OFBiz services for competitive prices

Re: beanshell server

2008-12-21 Thread David E Jones
This is a good question. Does anyone actually USE this? It's an interesting feature, but perhaps we should turn it off by default (leave it there, but commented out in the ofbiz-containers.xml file). If any does use this, please speak up. If anyone doubts they will ever use this, also ple

[jira] Updated: (OFBIZ-1348) add the BIRT as the ofbiz component

2008-12-21 Thread WeizhanGuo (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] WeizhanGuo updated OFBIZ-1348: -- Attachment: (was: plugins2.zip) > add the BIRT as the ofbiz component > ---

[jira] Updated: (OFBIZ-1348) add the BIRT as the ofbiz component

2008-12-21 Thread WeizhanGuo (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] WeizhanGuo updated OFBIZ-1348: -- Attachment: (was: plugins3.zip) > add the BIRT as the ofbiz component > ---

[jira] Updated: (OFBIZ-1348) add the BIRT as the ofbiz component

2008-12-21 Thread WeizhanGuo (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] WeizhanGuo updated OFBIZ-1348: -- Attachment: (was: plugins1.zip) > add the BIRT as the ofbiz component > ---

[jira] Updated: (OFBIZ-1348) add the BIRT as the ofbiz component

2008-12-21 Thread WeizhanGuo (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] WeizhanGuo updated OFBIZ-1348: -- Attachment: (was: birt.zip) > add the BIRT as the ofbiz component > ---

[jira] Updated: (OFBIZ-1348) add the BIRT as the ofbiz component

2008-12-21 Thread WeizhanGuo (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] WeizhanGuo updated OFBIZ-1348: -- Attachment: CreateDataSource.java > add the BIRT as the ofbiz component > -

[jira] Updated: (OFBIZ-1348) add the BIRT as the ofbiz component

2008-12-21 Thread WeizhanGuo (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] WeizhanGuo updated OFBIZ-1348: -- Attachment: testBirt.jsp > add the BIRT as the ofbiz component > --- >

[jira] Updated: (OFBIZ-1348) add the BIRT as the ofbiz component

2008-12-21 Thread WeizhanGuo (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] WeizhanGuo updated OFBIZ-1348: -- Attachment: OfbizScripted.rptdesign > add the BIRT as the ofbiz component > ---

[jira] Commented: (OFBIZ-1348) add the BIRT as the ofbiz component

2008-12-21 Thread WeizhanGuo (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658451#action_12658451 ] WeizhanGuo commented on OFBIZ-1348: --- Work with BIRT2.3.1 Note, it fixed some error.. 1. D

[jira] Updated: (OFBIZ-1348) add the BIRT as the ofbiz component

2008-12-21 Thread WeizhanGuo (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] WeizhanGuo updated OFBIZ-1348: -- Attachment: (was: CreateDataSource.java) > add the BIRT as the ofbiz component > --

[jira] Updated: (OFBIZ-1348) add the BIRT as the ofbiz component

2008-12-21 Thread WeizhanGuo (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] WeizhanGuo updated OFBIZ-1348: -- Attachment: (was: OfbizScripted.rptdesign) > add the BIRT as the ofbiz component >

beanshell server

2008-12-21 Thread Adam Heath
BeanShellContainer calls 'server(portNum)', which is a beanshell helper method, that starts 2 servers, an http and telnet server. However, there is no control over the threads that are created. Can't set daemon, priority, thread group, or implement some kind of cleanup wrapper. I'd like to remo

[jira] Commented: (OFBIZ-2097) show organizationPartyId in header, rewrote financial history for a party in relation to the organizationParty

2008-12-21 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658439#action_12658439 ] Hans Bakker commented on OFBIZ-2097: David, after re-reading what i wrote i can be more

Re: Enhancing UI

2008-12-21 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 not sure where you want me to put this. Jacques Le Roux sent the following on 12/21/2008 9:58 AM: > HI BJ, > > I have updated > http://docs.ofbiz.org/display/OFBADMIN/New+Features+Roadmap+-+Living+Document > with some UI enhancements suggested these

[jira] Commented: (OFBIZ-2021) ModelFormField.java does not use the type size to define the textField.setMaxlength

2008-12-21 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658432#action_12658432 ] BJ Freeman commented on OFBIZ-2021: --- any reason we can not make the widths for types conf

[jira] Assigned: (OFBIZ-2099) UI to set Portal Column Width

2008-12-21 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker reassigned OFBIZ-2099: -- Assignee: Hans Bakker > UI to set Portal Column Width > - > >

[jira] Commented: (OFBIZ-2099) UI to set Portal Column Width

2008-12-21 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658431#action_12658431 ] BJ Freeman commented on OFBIZ-2099: --- I know this is a far stretch but how about making v

Re: svn commit: r719836 - in /ofbiz/trunk/framework: base/src/org/ofbiz/base/util/ service/entitydef/ service/src/org/ofbiz/service/ service/src/org/ofbiz/service/job/ webapp/src/org/ofbiz/webapp/even

2008-12-21 Thread Adam Heath
Jacques Le Roux wrote: > Thanks for guidance, I will try it later. Reverted in revision: 728536 > Jacques I'm writing the per-thread init code now. It's not completely new code, it's something I wrote for webslinger.

Re: svn commit: r719836 - in /ofbiz/trunk/framework: base/src/org/ofbiz/base/util/ service/entitydef/ service/src/org/ofbiz/service/ service/src/org/ofbiz/service/job/ webapp/src/org/ofbiz/webapp/even

2008-12-21 Thread Jacques Le Roux
Thanks for guidance, I will try it later. Reverted in revision: 728536 Jacques From: "Adam Heath" Jacques Le Roux wrote: Hi Adam, I don't mind to revert this patch, but I think it's nice to have this feature. I suppose that what you call "multiple calls in series" are expressions like (and

[jira] Commented: (OFBIZ-2042) Individual logfiles for scheduled jobs

2008-12-21 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658424#action_12658424 ] Jacques Le Roux commented on OFBIZ-2042: Sorry Phlipp, This pacth has been revert

[jira] Commented: (OFBIZ-2070) New tool to get labels information

2008-12-21 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658423#action_12658423 ] Jacques Le Roux commented on OFBIZ-2070: Hi Marco, It seems that there are some is

[jira] Updated: (OFBIZ-2099) UI to set Portal Column Width

2008-12-21 Thread Bruno Busco (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Busco updated OFBIZ-2099: --- Attachment: PortalColumnWidth.patch Oops, found a bug in previous patch ... patch updated. > UI to s

[jira] Updated: (OFBIZ-2099) UI to set Portal Column Width

2008-12-21 Thread Bruno Busco (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Busco updated OFBIZ-2099: --- Attachment: PortalColumnWidth.patch > UI to set Portal Column Width > - >

[jira] Created: (OFBIZ-2099) UI to set Portal Column Width

2008-12-21 Thread Bruno Busco (JIRA)
UI to set Portal Column Width - Key: OFBIZ-2099 URL: https://issues.apache.org/jira/browse/OFBIZ-2099 Project: OFBiz Issue Type: Improvement Reporter: Bruno Busco Attachments: PortalColumnWidt

[jira] Updated: (OFBIZ-2098) The example Login Portlet attribute editing form does not show actual attribute values

2008-12-21 Thread Bruno Busco (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Busco updated OFBIZ-2098: --- Summary: The example Login Portlet attribute editing form does not show actual attribute values (was

Re: svn commit: r719836 - in /ofbiz/trunk/framework: base/src/org/ofbiz/base/util/ service/entitydef/ service/src/org/ofbiz/service/ service/src/org/ofbiz/service/job/ webapp/src/org/ofbiz/webapp/even

2008-12-21 Thread Adam Heath
Jacques Le Roux wrote: > Hi Adam, > > I don't mind to revert this patch, but I think it's nice to have this > feature. > I suppose that what you call "multiple calls in series" are expressions > like (and yes it's not synchronized, my bad !) > >>> +for (Appender appender : appenders)

Re: Enhancing UI

2008-12-21 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Be glad to :D Jacques Le Roux sent the following on 12/21/2008 9:58 AM: > HI BJ, > > I have updated > http://docs.ofbiz.org/display/OFBADMIN/New+Features+Roadmap+-+Living+Document > with some UI enhancements suggested these last months. Could you ple

Re: Enhancing UI

2008-12-21 Thread Jacques Le Roux
HI BJ, I have updated http://docs.ofbiz.org/display/OFBADMIN/New+Features+Roadmap+-+Living+Document with some UI enhancements suggested these last months. Could you please elaborate your propostion, I'm not sure to well understand it Thanks Jacques From: "BJ Freeman" I think this would b

Re: Need advise about the BIRT in OFBIZ

2008-12-21 Thread guo weizhan
What's the different between Apache license and EPL? I thought them almost the same And ofbiz need a more powerful report tools indeed, what the report of client need is "colorful", they need bar, chart and more. 2008/12/20 David E Jones : > > The main issue is the license IMO, size only matte

Re: svn commit: r719836 - in /ofbiz/trunk/framework: base/src/org/ofbiz/base/util/ service/entitydef/ service/src/org/ofbiz/service/ service/src/org/ofbiz/service/job/ webapp/src/org/ofbiz/webapp/even

2008-12-21 Thread Jacques Le Roux
Hi Adam, I don't mind to revert this patch, but I think it's nice to have this feature. I suppose that what you call "multiple calls in series" are expressions like (and yes it's not synchronized, my bad !) +for (Appender appender : appenders) { +if (appender != nul

[jira] Issue Comment Edited: (OFBIZ-2097) show organizationPartyId in header, rewrote financial history for a party in relation to the organizationParty

2008-12-21 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658371#action_12658371 ] jacques.le.roux edited comment on OFBIZ-2097 at 12/21/08 2:17 AM: ---

[jira] Issue Comment Edited: (OFBIZ-2097) show organizationPartyId in header, rewrote financial history for a party in relation to the organizationParty

2008-12-21 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658370#action_12658370 ] jacques.le.roux edited comment on OFBIZ-2097 at 12/21/08 2:13 AM: ---

[jira] Commented: (OFBIZ-2097) show organizationPartyId in header, rewrote financial history for a party in relation to the organizationParty

2008-12-21 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658371#action_12658371 ] Jacques Le Roux commented on OFBIZ-2097: Hans, But is there not a problem with the

[jira] Commented: (OFBIZ-2097) show organizationPartyId in header, rewrote financial history for a party in relation to the organizationParty

2008-12-21 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658370#action_12658370 ] Jacques Le Roux commented on OFBIZ-2097: I did not yet use multi-organization suppo

[jira] Closed: (OFBIZ-2057) Dashboard pages and columns add/remove

2008-12-21 Thread Bruno Busco (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Busco closed OFBIZ-2057. -- Resolution: Fixed > Dashboard pages and columns add/remove > -- > >

[jira] Updated: (OFBIZ-2098) The example Login Portlet attrinute editing form does not show actual attribute values

2008-12-21 Thread Bruno Busco (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Busco updated OFBIZ-2098: --- Attachment: EditPortletAttribute.patch > The example Login Portlet attrinute editing form does not sh

[jira] Created: (OFBIZ-2098) The example Login Portlet attrinute editing form does not show actual attribute values

2008-12-21 Thread Bruno Busco (JIRA)
The example Login Portlet attrinute editing form does not show actual attribute values -- Key: OFBIZ-2098 URL: https://issues.apache.org/jira/browse/OFBIZ-2098 Projec

[jira] Closed: (OFBIZ-2076) Duplicated labels on framework components

2008-12-21 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-2076. -- Resolution: Fixed Assignee: Jacques Le Roux Thanks Marco, I was not able to apply your p

[jira] Commented: (OFBIZ-2097) show organizationPartyId in header, rewrote financial history for a party in relation to the organizationParty

2008-12-21 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658364#action_12658364 ] Hans Bakker commented on OFBIZ-2097: David probably i did not explain it correctly but

[jira] Commented: (OFBIZ-2097) show organizationPartyId in header, rewrote financial history for a party in relation to the organizationParty

2008-12-21 Thread David E. Jones (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658363#action_12658363 ] David E. Jones commented on OFBIZ-2097: --- Does anyone care about multi-organization su