Re: Using ofbiz with java 7

2013-02-06 Thread Deepak Agarwal
We haven't had any problem so far. No special settings, just xmx is set to 2GB. On Wed, Feb 6, 2013 at 1:30 PM, Reelsen, Alexander alexander.reel...@lusini.com wrote: Hi there, as java 6 is running out of EOL soon, I guess most people are using ofbiz with java 7 already. Is anyone having

Re: Using ofbiz with java 7

2013-02-06 Thread Medhat Abdel Badie
Hi, It works as usual. Regards, Medhat On Wed, Feb 6, 2013 at 10:00 AM, Reelsen, Alexander alexander.reel...@lusini.com wrote: Hi there, as java 6 is running out of EOL soon, I guess most people are using ofbiz with java 7 already. Is anyone having any issues with ofbiz and java7 in

Re: Using ofbiz with java 7

2013-02-06 Thread info.ola...@gmail.com
It works fine with ofbiz11.4 . Regards eric Verzonden van mijn HTC - Reply message - Van: Medhat Abdel Badie medhat7...@gmail.com Datum: wo, feb. 6, 2013 17:09 Onderwerp: Using ofbiz with java 7 Aan: user@ofbiz.apache.org Hi, It works as usual. Regards, Medhat On Wed, Feb 6, 2013 at

Re: how to pass groovy variables to widget screen?

2013-02-06 Thread Deepak Dixit
You use same with groovy, rename helloworld.bsh to helloworld.groovy helloworld.groovy {code} hello=world; context.hello = hello; {code} include groovy file in action tag. then you can use using ${hello} and in you are using form widget then you can use the from-field attribute. Thanks