Monitor problem

2020-09-08 Thread GILQUIN Pierre via Webobjects-dev
Hi all, I have a issue with Monitor. I use 2 instances of an app (XX-1 and XX-2). They are restarted every night : XX-1 at 3h and XX-2 at 4h so as not interfering during their initialization start. In some circumstance, XX-1 did not restart. Then, I restarted XX-1 manually (using Autorecover) an

RE: New installation fail?

2020-09-01 Thread GILQUIN Pierre via Webobjects-dev
On CentOS 7, it was impossible to use yum for installing the http adaptor. I had to compile it the from the source following the "Compiling Apache 2.4 WebObjects Adaptor" section of your link. May be you have to the do the same on your Amazon linux... Pierre -Message d'origine- De :

RE: WOLips development on Windows—hot reload classes

2020-08-21 Thread GILQUIN Pierre via Webobjects-dev
cture (not only code inside methods), I sincerely recommend trying DCEVM. Makes life so much easier :) Cheers, - hugi On 21 Aug 2020, at 06:29, GILQUIN Pierre via Webobjects-dev mailto:webobjects-dev@lists.apple.com>> wrote: It works for me on Windows with standard project (not maven).

RE: WOLips development on Windows—hot reload classes

2020-08-20 Thread GILQUIN Pierre via Webobjects-dev
It works for me on Windows with standard project (not maven). As long as the method already exists when Debug is launch, I can modify the code and continue debugging with the same session If I add a new method or a (static ?) field, WOLisp detects it and ask me for restarting with a «Hot Code Rep

RE: Monitor scheduling

2020-07-13 Thread GILQUIN Pierre via Webobjects-dev
via Webobjects-dev mailto:webobjects-dev@lists.apple.com>> wrote: I have a extraction job that need to be ran only one time the week-end. The process stopped when done I am not allowed to use crontab to schedule this job. I try on the wonder monitor without success so far. Is there a way

RE: Monitor scheduling

2020-07-13 Thread GILQUIN Pierre via Webobjects-dev
Thanks that should work I will have to set the memory size with something like –Xms256m –Xmx9g so it doesnot take to much during the waiting time Pierre De : René Bock [mailto:b...@salient-doremus.de] Envoyé : lundi 13 juillet 2020 11:39 À : GILQUIN Pierre; GILQUIN Pierre via Webobjects-dev Cc

RE: Monitor scheduling

2020-07-12 Thread GILQUIN Pierre via Webobjects-dev
: Monitor scheduling https://docs.oracle.com/javase/8/docs/api/java/util/TimerTask.html Sent from my iPhone On 13 Jul 2020, at 08:30, GILQUIN Pierre via Webobjects-dev wrote:  Hi, I have a extraction job that need to be ran only one time the week-end. The process stopped when done I am not

Monitor scheduling

2020-07-12 Thread GILQUIN Pierre via Webobjects-dev
Hi, I have a extraction job that need to be ran only one time the week-end. The process stopped when done I am not allowed to use crontab to schedule this job. I try on the wonder monitor without success so far. Is there a way to do that ? To sum-up : scheduled on Saturday night without Auto rec

RE: [Tomcat] - Resources referenced in CSS not displayed

2020-05-14 Thread GILQUIN Pierre via Webobjects-dev
ERXStyleSheet to actually generate this kind of URL... On 14 May 2020, at 10:04, GILQUIN Pierre via Webobjects-dev mailto:webobjects-dev@lists.apple.com>> wrote: Hi Xavier, To fully deploy and serve static files from Tomcat, I do the following things : in Application

RE: [Tomcat] - Resources referenced in CSS not displayed

2020-05-14 Thread GILQUIN Pierre via Webobjects-dev
Hi Xavier, To fully deploy and serve static files from Tomcat, I do the following things : in Application start: setApplicationBaseURL("/MyApp/static/"); setFrameworksBaseURL("/MyApp/static/Frameworks/"); in build.xml for ssdd task:

RE: PWA

2020-04-27 Thread GILQUIN Pierre via Webobjects-dev
'n Bike<http://www.chatnbike.com> e: aa...@chatnbike.com<mailto:aa...@chatnbike.com> t: (301) 956-2319 [Image supprimée par l'expéditeur. Chat 'n Bike] [Image supprimée par l'expéditeur. Chat 'n Bike] On Apr 27, 2020, at 9:18 AM, GILQUIN Pierre via

RE: PWA

2020-04-27 Thread GILQUIN Pierre via Webobjects-dev
nk it will much easy to make an installable pwa app. Pierre De : GILQUIN Pierre via Webobjects-dev [mailto:webobjects-dev@lists.apple.com] Envoyé : lundi 27 avril 2020 09:16 À : WebObjects-Dev Objet : PWA Hi, Do you think it's possible to create a pwa(progressive web app) from a directactio

PWA

2020-04-27 Thread GILQUIN Pierre via Webobjects-dev
Hi, Do you think it's possible to create a pwa(progressive web app) from a directaction ? I am a complete beginner on the subject and everything I can find starts with a static web directory with an index.html and some additionnal files (manifest.json and sw.js) to make a app installable. Is th

RE: Problem with fresh install....

2020-03-24 Thread GILQUIN Pierre via Webobjects-dev
Hi, Did you check that Java directory inside the Build directory has the compiled classes ? Pierre -Message d'origine- De : Webobjects-dev [mailto:webobjects-dev-bounces+pierre.gilquin=hcuge...@lists.apple.com] De la part de Louis Demers via Webobjects-dev Envoyé : mardi 24 mars 2020

RE: Scheduling problem in Monitor

2020-02-11 Thread GILQUIN Pierre via Webobjects-dev
Hi, It is a strange bug, the application has been restarted every hour 12 times, then at 03:00, as it should be. No restart every hour from 03:00 until now. Any idea where this came from? Thanks Pierre -rw-r--r-- 1 appserver appserveradm 56119 Feb 10 11:46 STCS-FORM-1.20200210114725529 -rw-

Scheduling problem in Monitor

2020-02-10 Thread GILQUIN Pierre via Webobjects-dev
Hi, I installed a new deployement env. on a centos linux. For installing Monitor, I used : https://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+RedHat%2C+CentOS+or+Amazon+Linux : sudo curl -o /etc/yum.repos.d/wocommunity.repo https://raw.githubusercontent

RE: Failed Query

2020-01-14 Thread GILQUIN Pierre via Webobjects-dev
Hi, I Dont know if your old style qualifier is correct, so you may try something like this with the corresponding ERXKey : myQual = Transaction.PAYMENTINTENTID.eq(paymentIntentID) ; De : Webobjects-dev [mailto:webobjects-dev-bounces+pierre.gilquin=hcuge...@lists.apple.com] De la part de Gino

RE: Prebuilt binary Apache 2.4 Adaptor

2020-01-10 Thread GILQUIN Pierre via Webobjects-dev
Hi Gino, I was abled to compile a 2.4 module in centos 7.following instructions here: https://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+RedHat%2C+CentOS+or+Amazon+Linux $ git clone https://github.com/wocommunity/wonder.git $ cd wonder/Utilities/Adaptors $ s

RE: WebObjects and Javascript Response Rewriter

2020-01-05 Thread GILQUIN Pierre via Webobjects-dev
ailto:aa...@chatnbike.com> t: (301) 956-2319 [Image supprimée par l'expéditeur. Chat 'n Bike] [Image supprimée par l'expéditeur. Chat 'n Bike] On Jan 3, 2020, at 3:57 AM, GILQUIN Pierre via Webobjects-dev mailto:webobjects-dev@lists.apple.com>> wrote: Do you have a

RE: WebObjects and Javascript Response Rewriter

2020-01-03 Thread GILQUIN Pierre via Webobjects-dev
Do you have a example application with this approach? I did a "similar" way but 100% Java using GWT and the WOGWT framework instead of REST JSON. The eomodel was used to generate the eo equivalent client class. The GWT client application used RPC calls to obtain a client objects tree and save t

ERRestRouteExample

2019-10-30 Thread GILQUIN Pierre via Webobjects-dev
Hi, I am playing with Rest Wonder framework with the ERRestRouteExample example. Accessing the person id = 2 http://127.0.0.1:53753/cgi-bin/WebObjects/RESTExample.woa/ra/Person/2.json give me this detail : "id":2,"type":"Person","name":"Mike", "company":{"id":1,"type":"Company","nam

RE: Access to WOComponents of a page

2019-07-24 Thread GILQUIN Pierre via Webobjects-dev
Hi André, The only way (I know) to access a method in a component is to be in an action in the parent : public WOComponent generateCapcha(){ { ERCaptcha captcha = pageWithName(ERCaptcha.class); captcha. setResponse(""); return captcha; } But probably action can be used