Re: Support of german locale

2010-02-27 Thread Amit Sharma
Hi Sebi, ${partyContactMech.fromDate?string(-MM-dd)} HTH! -- Thanks Regards, Amit Sharma Sebi wrote: Hi, I am new at ofbiz and evaluating the framework. I wonder if it is possible for users to type in a german date-format. It still looks like this:

Re: Was Community-Driven OFBiz a Mistake? (was: Re: OpenERP fund raising)

2010-02-27 Thread Jacopo Cappellato
Matt, a very short answer to your (too long) post: you seem to believe that you are in a position to teach to the core committers that they have to invest more in order to make their past investments in OFBiz profitable in the future; the reality is that the core committers, and the many

xml escape problems

2010-02-27 Thread zhiyongcui
How to deal with xml escape problems in field type text in form. I try to create some employees ,but happened type in something wrong ,and I could not summit my form. then it show me some tips ,and all my information showed as something like '#24352;#19977;' who can help me ? -- View this

Re: xml escape problems

2010-02-27 Thread zhiyongcui
It showed as #24352; -- View this message in context: http://n4.nabble.com/xml-escape-problems-tp1571782p1571783.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: xml escape problems

2010-02-27 Thread BJ Freeman
You need to wrap the variable in the following method: ${StringUtil.wrapString(browserProfile.metaTag)} zhiyongcui sent the following on 2/27/2010 12:51 AM: How to deal with xml escape problems in field type text in form. I try to create some employees ,but happened type in something wrong

Re: xml escape problems

2010-02-27 Thread Atul Vani
while writing xml you have to use html-encoding, for example: if you want to use '' in some field then in xml you have to write it as 'amp;' ... col_name=fastamp;furious .../ this link might prove to be helpful:- http://en.wikipedia.org/wiki/Character_encodings_in_HTML :) zhiyongcui

Re: xml escape problems

2010-02-27 Thread zhiyongcui
I input something like image below ,but I input something wrong,then it will return a page with information my input. http://n4.nabble.com/file/n1571808/input.jpg then the returned page as http://n4.nabble.com/file/n1571808/output.jpg -- View this message in context:

Re: xml escape problems

2010-02-27 Thread Atul Vani
seem like its not a problem associated with a particular language, if there occurs an error while submitting form the form reappears but with HTML-Encoded text instead of the original, here's the screenshot http://i45.tinypic.com/ngykhi.png someone please fix this... zhiyongcui wrote: I

Re: OpenERP fund raising

2010-02-27 Thread Jacques Le Roux
From: Matt Warnock mwarn...@ridgecrestherbals.com On Thu, 2010-02-25 at 13:34 +0100, Jacques Le Roux wrote: Thanks Matt, This is mostly true, but how to achieve that is another thing... Also it seems that it's not specific to OFBiz among ASF projects, though of course OFBiz is atypical as an

Re: JobInvoker crashes while reading serviceengine.xml

2010-02-27 Thread Florin Popa
Hello Adrian, No, I did not touch the content of that xml file. It is the original one. Right now there is a shell script watching the log file. If it encounters that error I clear the cache you recommended. How can I help you identifying/reproducing the problem? regards, Florin Florin, I

Re: JobInvoker crashes while reading serviceengine.xml

2010-02-27 Thread Adrian Crum
Florin Could you give me the revision number? -Adrian --- On Sat, 2/27/10, Florin Popa flopacons...@gmail.com wrote: From: Florin Popa flopacons...@gmail.com Subject: Re: JobInvoker crashes while reading serviceengine.xml To: user@ofbiz.apache.org Date: Saturday, February 27, 2010, 3:42 AM

thoughts for an ofbiz patch management system

2010-02-27 Thread Christopher Snow
Hi Forum, I've been pondering how a stable binary release of ofbiz (i.e. upcoming 10.04) could be kept up-to-date with the latest patches. One potential method would be have each components' config directory configurable to a folder external to the $OFBIZ_HOME, in the case of linux this may

Re: JobInvoker crashes while reading serviceengine.xml

2010-02-27 Thread Florin Popa
Hello Adrian, Here it is: Checked out revision 691692. Last occurrence on the production server is this morning: 2010-02-27 08:21:14,209 (default-invoker-Thread-325) [ JobInvoker.java:267:ERROR] Problems reading values from serviceengine.xml file [java.lang.NumberFormatException: For

Re: EC_DEFAULT

2010-02-27 Thread bsreekanth
Hello, I may reiterate the above answer, but still. You can see the details of themes at /themes folder. I guess because EC_DEFAULT is default, or it is an old theme, it is not kept in themes folder. Stilll the themes are loaded from the database and you may see it through webtools entity

serious performance problems?

2010-02-27 Thread Florin Popa
Hello all, I had a quick look here http://cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+User+List and it seems most of the ecommerce samples are either no longer available or not using ofbiz anymore. I only found one http://www.actionenvelope.com which is for sure based on

Re: thoughts for an ofbiz patch management system

2010-02-27 Thread BJ Freeman
there are two forms of customization that lend them selves to begin patched. The suggested in best practices is using hot-deploy for all customization. The one I use is additional folders at the ofbiz-home level. either way core patches for ones distribution, should be done locally. this is easily

Re: Oracle tips

2010-02-27 Thread Jacopo Cappellato
Here is the content of that page. Jacopo === Upgrade to the latest JDBC driver available In general, this is the first thing you should attempt to solve your db problems: get the latest JDBC driver available and install it in the framework/entity/lib/jdbc

Re: JobInvoker crashes while reading serviceengine.xml

2010-02-27 Thread Scott Gray
I can't offer much in the way of details but I have seen this problem in more recent revisions ( 1 year old) from time to time. Regards Scott HotWax Media http://www.hotwaxmedia.com On 27/02/2010, at 10:18 AM, Adrian Crum wrote: Florin, That revision is prior to Release 9.04 - so I don't

[Fwd: Re: JobInvoker crashes while reading serviceengine.xml]

2010-02-27 Thread Florin Popa
I would help any way needed in order to reproduce it and fix. It happens in a random way, it has nothing to do with the current load of the server, sometimes could be every 10 mins and sometimes could not happen for several hours. The only thing that helped by now was that resourceLoader cache

Re: [Fwd: Re: JobInvoker crashes while reading serviceengine.xml]

2010-02-27 Thread Scott Gray
The easiest fix IMO is to stop reading the xml file every time the configuration is needed and instead store them within the JobInvoker upon creation. Regards Scott On 27/02/2010, at 10:53 AM, Florin Popa wrote: I would help any way needed in order to reproduce it and fix. It happens in a

Re: thoughts for an ofbiz patch management system

2010-02-27 Thread Christopher Snow
Hi BJ, I was hoping a binary patches could be made available without users have to use svn. The should be possible with the framework, but the applications would be harder to patch because they usually require customization. BJ Freeman wrote: there are two forms of customization that lend

Re: thoughts for an ofbiz patch management system

2010-02-27 Thread BJ Freeman
The only way I do this is for my clients to compile and export only the binaries then I then do a search of the fold for updated (current date) files. I then zip those and provide a link to my clients. they download and run the zip file if they are using linux then it downloads the zip exports the

Re: thoughts for an ofbiz patch management system

2010-02-27 Thread Erwan de FERRIERES
Le 27/02/2010 18:27, BJ Freeman a écrit : there are two forms of customization that lend them selves to begin patched. The suggested in best practices is using hot-deploy for all customization. The addon manager can answer your questions, as it can add or remove files, manage

Re: JobInvoker crashes while reading serviceengine.xml

2010-02-27 Thread Florin Popa
Hello David, I am sorry, but your assumption with development settings instead of production settings is wrong. I read many times that document regarding production settings. I fight for more than 2 months with an unstable production system so I did most of the things found wherever.