Re: Wonder-slim

2024-05-01 Thread Ricardo Parada via Webobjects-dev
Hi all, I’m just curious, what is Wonder-slim? Thanks Ricardo > On Apr 29, 2024, at 4:57 PM, Hugi Thordarson via Webobjects-dev > wrote: > > Hi Francois, > I'm pretty sure I'm the only one using it at the moment :). If you're > considering using it, I'd be more than happy to start making

Can't open WO components after Eclipse upgraded to Version 2023-06

2023-06-23 Thread Ricardo Parada via Webobjects-dev
Hello everyone, My Eclipse upgraded itself to Version 2023-06. I first noticed my WOLips perspective button turned into WOLips text. I also had compilation errors. I had to reinstall WOLips. Now the WOLips icon for the WOLips perspective is showing normal, e.g. the one that looks like an

Re: Variables in .classpath for selecting log4j Framework?

2023-05-22 Thread Ricardo Parada via Webobjects-dev
log4j1 > > > > >> Am 20.05.2023 um 01:00 schrieb Ricardo Parada via Webobjects-dev >> : >> >> Hi everyone, >> >> Our build system is still using ant and relies on the .classpath entries. >> >> I have added a couple of frameworks t

Variables in .classpath for selecting log4j Framework?

2023-05-19 Thread Ricardo Parada via Webobjects-dev
Hi everyone, Our build system is still using ant and relies on the .classpath entries. I have added a couple of frameworks to our Wonder fork: * ERLog4j1Extensions * ERLog4j2Extensions If I want my apps in to use the old log4j 1.2 logging library then I simply put a classpathentry in the

Re: Replacing log4j with slf4j in Wonder

2023-03-11 Thread Ricardo Parada via Webobjects-dev
um 19:11 schrieb Ricardo Parada via Webobjects-dev <webobjects-dev@lists.apple.com>: Hi Henrique, It is true that Wonder uses mostly the Apache commons logging library, e.g. org.apache.commons.logging and a little bit of the log4j 1 library, e.g. org.apache.log4j.  That is what I concl

Re: Replacing log4j with slf4j in Wonder

2023-01-31 Thread Ricardo Parada via Webobjects-dev
. But in order to get rid of the log4j1.jar, we had to move form ant  to maven build. And kick out the JavaXML.framework. I'll like to support Henrique in finalising this PR, but unfortunately, I got no reply from him :-( Regards, René   Am 26.01.2023 um 19:11 schrieb Ricardo Parada via Webobjects-dev

Re: Replacing log4j with slf4j in Wonder

2023-01-26 Thread Ricardo Parada via Webobjects-dev
Hi Henrique, It is true that Wonder uses mostly the Apache commons logging library, e.g. org.apache.commons.logging and a little bit of the log4j 1 library, e.g. org.apache.log4j. That is what I concluded b searching *.jar and *.java files in Wonder. And you mention it in your list of open

Re: ERJGroupsSynchronizer

2022-03-28 Thread Ricardo Parada via Webobjects-dev
ded as the filtering of changes by entity seems to be used only when > deciding which changes to send to remote instances. > > Thank you > Ricardo J. Parada > > >> On Mar 25, 2022, at 4:49 PM, Ricardo Parada via Webobjects-dev >> mailto:webobjects-dev@lists.apple.co

Re: ERJGroupsSynchronizer

2022-03-25 Thread Ricardo Parada via Webobjects-dev
to include / exclude is not needed as the filtering of changes by entity seems to be used only when deciding which changes to send to remote instances. Thank you Ricardo J. Parada > On Mar 25, 2022, at 4:49 PM, Ricardo Parada via Webobjects-dev > wrote: > > Thank you all for t

Re: ERJGroupsSynchronizer

2022-03-25 Thread Ricardo Parada via Webobjects-dev
> On Mar 20, 2022, at 6:21 PM, Paul Hoadley via Webobjects-dev >> mailto:webobjects-dev@lists.apple.com>> >> wrote: >> >> Hi Ricardo, >> >> On 19 Mar 2022, at 14:25, Ricardo Parada via Webobjects-dev >> mailto:webobjects-dev@lists.apple.com>> &g

ERJGroupsSynchronizer

2022-03-18 Thread Ricardo Parada via Webobjects-dev
Hi everyone, Does anybody use ERJGroupsSynchronizer? I’m trying to synchronize two EOF stacks within a single VM. I don’t want the synchronization to happen across application instances. The video from Mike Shrag from a WOWODC conference said it can be single VM or across VM. I’m interested

Re: AjaxAutoComplete in AjaxModalDialog

2021-12-05 Thread Ricardo Parada via Webobjects-dev
Hi Samuel, Yes that is basically what we did. We rolled back prototype to version 1.7 Regards, Ricardo > > On Dec 5, 2021, at 8:13 AM, Samuel Pelletier wrote: > > Hi Ricardo, > > I also noticed the problem outside modal dialog after testing it. After many > try and errors, I found a