Re: Load component without starting the server

2009-08-12 Thread Ján Valkovič
Hi, every ofbiz component is servlet[1,2] and, as i know, it's not possible run servlet without servlet container. But, you can run servlets on any lightweight container, e.g. Jetty. See wikipedia, for example, for list of java servlet containers[3]. 1: http://java.sun.com/products/servlet/ 2:

Re: security of demo data using default passwords

2009-08-10 Thread Ján Valkovič
run-install is for demostatration purposes only, see description of ant targets: run-install This loads all configured data; meant for generic OFBiz development, testing, demonstration, etc purposes run-install-extseed This loads seed, seed-initial and ext data; meant for manual/generic testing,

Re: OfBiz 4GL

2009-05-22 Thread Ján Valkovič
Hi, My 5 cents. What about AspectJ http://www.eclipse.org/aspectj/ as implementation of your language? ya Dňa Št, 2009-05-21 o 20:58 +0200, Marek Mosiewicz napísal: Compiere does not do this in elastic way. There is no way to alter service definition as it is normal java method. There is no

Re: Disable a application

2009-05-19 Thread Ján Valkovič
Hi, it's not possible disable all modules except one. But you can hide module tab and then disallow permission to it (only for users!!!). Add app-bar-display=false to ofbiz-component.xml For example: webapp name=party title=Party server=default-server

Bug on Party - Classification (2+ records)

2008-06-20 Thread Ján Valkovič
Hi, services createPartyClassificationGroup and createPartyClassification in OfBiz 4.0 creates more than one records. Tested on local server and on Ofiz demo site https://demo40.hotwaxmedia.com/partymgr/control/showclassgroups ya

data measure units

2007-12-20 Thread Ján Valkovič
Hi, Data measure units (in file UnitData.xml) has probably wrong abbreviations. K is decimal prefix and means 1000 (something), by my opinion right is:     Uom abbreviation="b" description="Bit of Data" uomId="DATA_b" uomTypeId="DATA_MEASURE"/     Uom abbreviation="Kib" description="Kilobit

Typo

2007-10-04 Thread Ján Valkovič
Hi, in function 'Clear Since Start Stats' (file \framework\webtools\webapp\webtools\WEB-INF\actions\stats\StatsSinceStart.bsh) in webtools is typo, missing 's' in clearBin: String clearBins = request.getParameter("clear"); if (UtilValidate.isNotEmpty(clearBins) "true".equals(clearBin*s*)) {