Java 11

2024-11-29 Thread Michael Kondratov via Webobjects-dev
Hello everyone ! I am thinking of migrating away from Java 8 to 11. HAs anyone had success with 11 and later versions of Java? Any issues? Sincerely, Michael ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev ma

Re: WOLips development

2024-11-26 Thread Michael Kondratov via Webobjects-dev
Whats the procedure for building the project after upgrading to WOLips 5. I am trying to build it with Ant, but get an error: BUILD FAILED /Users/michaelkondratov/git/artstore-github/artstore/build.xml:206: java.lang.UnsupportedClassVersionError: org/objectstyle/woproject/ant/WOCompile has been

Re: WOLips5

2024-11-21 Thread Michael Kondratov via Webobjects-dev
I am unable to get there p2 build directory of WOLis5. Would anyone have a copy they could share? Michael > On Nov 17, 2024, at 10:12 PM, Ramsey Gurley via Webobjects-dev > wrote: > > I'm pleased to announce a new WOLips version: WOLips5. I've now pushed a new > branch to the WOLips reposi

On Rails or Django

2023-10-13 Thread Michael Kondratov via Webobjects-dev
Hi! Does anyone here has any experience with any of these frameworks? How do they compare to WO? MIchael ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscri

Re: wildcard search - how to escape asterisk?

2023-10-12 Thread Michael Kondratov via Webobjects-dev
I think you can pass it as a variable to a fetch specification. Sent from my iPhone > On Oct 12, 2023, at 10:45, Aaron Rosenzweig via Webobjects-dev > wrote: > > Hi all, > > We can do a case insensitive like with EOF for *blue* on a text field (to > find “blue” at the beginning, middle, o

Current state of enterprise frameworks

2023-10-02 Thread Michael Kondratov via Webobjects-dev
Hi, I have been evaluating a new business project. Is there anything more effective than project wonder / EOF for business processes systems? Sincerely, Michael Sent from my iPhone ___ Do not post admin requests to the list. They will be igno

Re: WOLips bugfixes and new features planning

2023-07-25 Thread Michael Kondratov via Webobjects-dev
Maik, I’ve been using Eclipse all these years due to WOLips and have no experience with IntelliJ. What’s the difference? Michael > On Jul 25, 2023, at 5:24 AM, Maik Musall via Webobjects-dev > wrote: > > Hi Paul, > > well, aiming to update WOLips “just” to address those issues co

Re: Asking questions

2023-03-06 Thread Michael Kondratov via Webobjects-dev
I think there are people on the list still. Michael Sent from my iPhone > On Mar 6, 2023, at 18:32, Theodore Petrosky via Webobjects-dev > wrote: > > So I see there are no messages in the lists.appple.com webobjects archive. > But, I see emails from posts to webobjects-dev@lists.apple.com

Re: Having problem with mod_WebObjects.so under redhat 8

2023-01-31 Thread Michael Kondratov via Webobjects-dev
Please see https://httpd.apache.org/docs/2.4/mod/prefork.html You are running Worker MPM (multi threaded mode). It is not compatible with WO Adapter. Michael > On Feb 1, 2023, at 12:13 AM, Khodor Barakat wrote: > > I don’t see that module in my loaded modules nor on the system under > /etc

Re: Having problem with mod_WebObjects.so under redhat 8

2023-01-31 Thread Michael Kondratov via Webobjects-dev
Khodor, I’ve had apache crashes when it was running in multi threaded form. Are you using pre-fork module? Michael > On Feb 1, 2023, at 12:06 AM, Khodor Barakat via Webobjects-dev > wrote: > > I have migrated my system from redhat 7 to redhat 8 > > and I am having a problem with

HTTP/2 Support

2023-01-29 Thread Michael Kondratov via Webobjects-dev
Hello everyone! As far as I understand the standard Apache module is only compatible the mod_prefork configuration. Would it ever be possible to adopt the WO Adaptor to work with HTTP/2 standards? Michael Kondratov ___ Do not post admin req

Re: apache 2.4 mpm prefork or event?

2022-01-11 Thread Michael Kondratov via Webobjects-dev
You need to use prefork Apache. Processes instead threads. The WO adapter will not work in a multithreaded setup. Disable http2. Michael Sent from my iPhone > On Jan 11, 2022, at 4:21 AM, John Pollard via Webobjects-dev > wrote: > > Hello list, > > I recently moved to Amazon Linux 2 and

Re: WebObjects REST vs Node Multithreading

2021-12-16 Thread Michael Kondratov via Webobjects-dev
I have a strong dislike for JavaScript. It’s a terrible language that should have never been invented. Michael Sent from my iPhone > On Dec 16, 2021, at 2:27 PM, Hugi via Webobjects-dev > wrote: > > Ah, awesome! Are the docs and the code online? > > >>> On 16 Dec 2021, at 19:24, Paul Yu

Re: WOLips bugfixes and new features planning

2020-07-01 Thread Michael Kondratov via Webobjects-dev
We could just submit features / bugs to the list and vote. My issue is the null pointer exception in bindings and bogus validation errors. Michael > On Jul 1, 2020, at 4:06 PM, Maik Musall via Webobjects-dev > wrote: > > Hi everyone, > > since this came up again yesterday, here’s the curren

Re: donating to update WOLips

2020-06-29 Thread Michael Kondratov via Webobjects-dev
I think there was a discussion but nothing was set up. I would be willing to donate as well. Michael > On Jun 29, 2020, at 8:27 PM, Theodore Petrosky via Webobjects-dev > wrote: > > is there a gofundme or other crowd source set up so I can donated to update > WOLips? > > It’s been talked

Re: Strange null pointer error

2020-06-26 Thread Michael Kondratov via Webobjects-dev
; >> On Jun 26, 2020, at 12:24 PM, Michael Kondratov via Webobjects-dev >> wrote: >> >> Hello everybody! >> >> >> We started to see a strange error: >> >> >> java.lang.NullPointerException >> at >> er.e

Strange null pointer error

2020-06-26 Thread Michael Kondratov via Webobjects-dev
Hello everybody! We started to see a strange error: java.lang.NullPointerException at er.extensions.eof.ERXDatabaseContext._verifyNoChangesToReadonlyEntity(ERXDatabaseContext.java:125) at com.webobjects.eoaccess.EODatabaseContext.performChanges(EODatabaseContext.java:6

Postgress double connections

2020-04-25 Thread Michael Kondratov via Webobjects-dev
Hi! One of my webobjects applications creates two connections to Postgress database after start up instead of one. Any ideas why it may be happening? Michael ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev ma

Re: Weird deployment issue on Mojave (App runs but does not accept connection)

2020-04-18 Thread Michael Kondratov via Webobjects-dev
You may try to set the port number manually through WOPort parameter first. Sound as Apache module is not working or not configured correctly. Michael Sent from my iPhone > On Apr 18, 2020, at 11:53 AM, Markus Ruggiero via Webobjects-dev > wrote: > > For a test I created a deployment env o

Multiple timezones

2020-02-25 Thread Michael Kondratov via Webobjects-dev
Hello! Whats the winning strategy on dealing with users / records in multiple timezones? We are starting add add companies that are few hours away from us and don't know how to best handle it. Sincerely, Michael ___ Do not post admin requests

Custom Ajax Component parent page re rendereing

2020-01-27 Thread Michael Kondratov via Webobjects-dev
I am working on a small Ajax Component that would save current scroller position. Everything is working except I just noticed that AjaxComponent actually re-renders entire page while generating a small Ajax response. Is that a normal behavior? Michael ___

Null / @NotNull Annotations

2019-12-11 Thread Michael Kondratov via Webobjects-dev
Hello! Has anyone been able to add / use @NotNull annotations in EOGenerated classes? Whats the best way to do it? Michael ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists

Re: Anyone running macOS Catalina yet?

2019-10-20 Thread Michael Kondratov via Webobjects-dev
Yes. Working fine for us. Michael Sent from my iPhone > On Oct 20, 2019, at 9:15 AM, Jérémy DE ROYER via Webobjects-dev > wrote: > >  > Hi all, > > Did anyone migrate to Catalina with Wolips for development ? > > Have a nice week-end, > > Jérémy > >>> Le 23 août 2019 à 12:12, Hugi Thor

Re: LoadBalancer

2019-09-24 Thread Michael Kondratov via Webobjects-dev
Yes Sent from my iPhone > On Sep 24, 2019, at 4:52 AM, Mark Gowdy wrote: > > Does that work across multiple machines? > >> On 10 Sep 2019, at 20:53, Michael Kondratov via Webobjects-dev >> wrote: >> >> Daniel, >> It is pret

Re: LoadBalancer

2019-09-10 Thread Michael Kondratov via Webobjects-dev
Daniel, It is pretty easy. It is worth looking into enabling ERJGroupsSynchronizer. er.extensions.remoteSynchronizer=er.jgroups.ERJGroupsSynchronizer er.extensions.jgroupsSynchronizer.multicastAddress=230.0.0.1 jgroups.udp.mcast_port=9755 That will synchronize changes across instances.

Re: LoadBalancer

2019-09-09 Thread Michael Kondratov via Webobjects-dev
I believe you could do something with Apache mod_proxy. Michael > On Sep 9, 2019, at 4:06 PM, André Rothe via Webobjects-dev > wrote: > > Hello, > > In the JavaMonitor I found the LoadBalancer properties. We use "Round Robin" > for our application, but I asked myself, how I could implement