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)

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,

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

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

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
_module (shared) > proxy_express_module (shared) > proxy_fcgi_module (shared) > proxy_fdpass_module (shared) > proxy_ftp_module (shared) > proxy_http_module (shared) > proxy_hcheck_module (shared) > proxy_scgi_module (shared) > proxy_uwsgi_module (shared) > proxy_wstunnel_modu

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

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

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

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

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

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

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

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

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

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

Re: jrebel ???

2018-10-30 Thread Michael Kondratov
I used it briefly, seems to work fine. Michael Sent from my iPhone > On Oct 30, 2018, at 5:56 PM, Theodore Petrosky wrote: > > is anyone using JRebel in their WO environment? > > what about DCEVM? has it been updated to handle the updates to Java? > > Lookin' for info. > > >

HTTP Adaptor settings

2018-09-17 Thread Michael Kondratov
Hello! Are there any recommendations to what “send buffer size” and “receive buffer size” values should be set to? Does it make any difference? Sincerely, Michael ___ Do not post admin requests to the list. They will be ignored.

JGroup error messages

2018-09-07 Thread Michael Kondratov
Hello, I am seeing a new set of errors: Sep 07, 2018 4:08:37 PM org.jgroups.JChannel up SEVERE: JGRP19: failed passing message to receiver java.lang.IllegalArgumentException: Unknown remote message type #76. at

Strange Problem under heavy load

2018-09-06 Thread Michael Kondratov
Hello! We have experienced a very strange problem. During peak load all applications went to !00% usage. I stopped Apache, restarted the applications, but the usage would go to 100% as soon as apache was running. The system finally went back up after I restarted Postgres. So it looks

Re: Trim values in displaygroup

2018-08-30 Thread Michael Kondratov
;> Date: Thu, 30 Aug 2018 14:21:24 -0400 >> From: Michael Kondratov >> To: webobjects-dev@lists.apple.com >> Subject: Trim values in displaygroup >> Message-ID: >> Content-Type: text/plain; CHARSET=US-ASCII >> >> Hello! >> Is there an ea

Trim values in displaygroup

2018-08-30 Thread Michael Kondratov
Hello! Is there an easy way to trim string values in WoTextfield before it gets submitted to display group queryMatch? For example we need to remove trailing spaces from last name search. Michael Sent from my iPhone ___ Do not post admin

Re: JDBC adaptor on RHEL 7

2018-08-19 Thread Michael Kondratov
Is the app running on the same machine as the database? Are the frameworks installed? Are you using mysql plugin? Michael > On Aug 19, 2018, at 8:51 PM, Valerio Luccio wrote: > > On 8/19/18 5:00 PM, Michael Kondratov wrote: > >> It appears as your application can’t actuall

Re: JDBC adaptor on RHEL 7

2018-08-19 Thread Michael Kondratov
It appears as your application can’t actually connect to mysql server. Double check any port/ ip / firewall issues first. Michael > On Aug 19, 2018, at 4:29 PM, Valerio Luccio wrote: > > On 8/19/18 12:46 PM, Michael Kondratov wrote: > >> Valerio, >> What sort

Re: JDBC adaptor on RHEL 7

2018-08-19 Thread Michael Kondratov
Valerio, What sort of error are you getting? What DB are you connecting to? Michael > On Aug 19, 2018, at 1:49 AM, Valerio Luccio wrote: > > Hi all, > > I'm deploying an application on a RHEL 7 server. I seem to be having a > problem opening a channel to the database. Running the

Re: Java 10? Anyone?

2018-07-29 Thread Michael Kondratov
We are using Eclipse Proton without issues. MIchael > On Jul 29, 2018, at 11:02 AM, Markus Ruggiero > wrote: > > Does anyone already have experience with the latest Java 10 / Wonder 7? Does > WOLips support the new Eclipse Photon? I am talking Sierra/HighSierra. > > Thanks for a quick

Re: Long responses, without a session?

2018-05-29 Thread Michael Kondratov
We sort of solved this problem by storing long running tasks in Application class. Michael Kondratov Aspire Auctions, Inc. 216-231-5515 > On May 29, 2018, at 6:02 AM, Mark Wardle wrote: > > Thanks Samuel. Perhaps I should do this purely in the browser in JS and hit a > R

Strange error

2018-03-17 Thread Michael Kondratov
Hello! I am getting a new strange error in our new WO application: java.lang.NullPointerException at com.webobjects.eoaccess.EODatabaseContext._verifyNoChangesToReadonlyEntity(EODatabaseContext.java:4700) at

Re: AWS Instance Type Suggestions

2017-11-15 Thread Michael Kondratov
Steve, I ended up with our own IBM system and lots of memory. Michael > On Nov 15, 2017, at 10:35 AM, Steve Peery wrote: > > Hi List, > > I am moving to AWS and wonder if any of you have suggestions concerning what > EC2 instance types to use. I have many clients

Re: Access control

2017-10-31 Thread Michael Kondratov
Ted, No, we are not using D2W (maybe we should be!) . I though maybe there is something in addition to ERXComponents checkAccess() Michael Kondratov Aspire Auctions, Inc. 216-231-5515 > On Oct 31, 2017, at 4:29 PM, Ted Petrosky <tpetro...@agencysacks.com> wrote: > > If

Access control

2017-10-31 Thread Michael Kondratov
Hello! Is there a Wonder way of specifying access to different components for users? Michael Sent from my iPad ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)

Re: Webobjects POS

2017-07-19 Thread Michael Kondratov
I found an interesting solution. A company called MagTek makes the card readers and a web browser (MagneFlex) that interprets special urls and controls the card reader. We are testing it right now. Michael > On Jul 19, 2017, at 9:49 AM, Dan Faber wrote: > > We have

Webobjects POS

2017-07-14 Thread Michael Kondratov
Has anyone developed a POS system using WO? How were you able to integrate the credit card terminals? Michael ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)

Re: New potential project to convert ASP web app

2017-07-01 Thread Michael Kondratov
Yes. We just stared a new project with WO. Why change the winning game? Michael Sent from my iPhone > On Jul 1, 2017, at 3:21 PM, Ted Archibald wrote: > > Is there literally anyone on this list starting a NEW webobjects project? I > love the old girl and she taught

Re: New potential project to convert ASP web app

2017-06-22 Thread Michael Kondratov
I don't know what is more painful: bus of php. On a serious note, we use WO for all of our new projects. It is the most efficient platform. Michael Sent from my iPhone > On Jun 22, 2017, at 6:53 PM, Tim Worman wrote: > > Hello! > > Just answering the initial question re:

Re: [E] Looking for a 64 bit WOAdaptor for Apache 2.4

2017-05-30 Thread Michael Kondratov
I've built Solaris adapter some time ago and AIX about 6 month ago. I can send you my notes. Michael Sent from my iPhone > On May 30, 2017, at 7:37 PM, Paul Hoadley wrote: > > Hi James, > >> On 31 May 2017, at 03:47, Soles, James T wrote: >>

ERCMail

2017-05-01 Thread Michael Kondratov
Anyone uses ERCMail system to send out mass emails? I am trying to find documentation or an example. Thank you! Michael Kondratov Aspire Auctions, Inc. 216-231-5515 ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev

Re: Installing WOLips in Eclipse Neon (4.6.2)

2017-02-19 Thread Michael Kondratov
The server has an expired ssl certificate. You can download the archive of WOLips locally and install it from a file. Michael Sent from my iPhone > On Feb 19, 2017, at 1:42 PM, Lars Sonchocky-Helldorf > wrote: > > Hello everybody (I hope someone is still

Wocomunity ssl certificate

2017-02-06 Thread Michael Kondratov
The certificate has expired. Any way I can help get it renewed? Michael ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription:

Re: WOWODC17?? a little OT

2017-01-12 Thread Michael Kondratov
Love the idea. And beer is so "cheap" in Iceland. Michael Sent from my iPhone > On Jan 12, 2017, at 7:10 PM, Ken Anderson wrote: > > Aye! > >> On Jan 12, 2017, at 7:09 PM, Chuck Hill wrote: >> >> All in favor of Hugi organizing it in Iceland? >>

TCP_NODELAY

2016-11-30 Thread Michael Kondratov
Hello, What's the best setting in deployment on or off? Having it off adds latency. Are there any problems turning it on? Michael Sent from my iPhone ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing

Re: IBM JDK

2016-11-28 Thread Michael Kondratov
Version you are using? > > One of our clients deploys WebObjects as a WebSphere container using JDK6. We > are not aware of a performance loss... (or maybe we have no possibility to > really compare) > > > >> Am 25.11.2016 um 20:11 schrieb Michael Kondratov >&g

IBM JDK

2016-11-25 Thread Michael Kondratov
Anyone has any experience with IBM Java? For some reason I am getting anywhere from 2x to 4x performance loss. Michael Sent from my iPhone ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: macOS Sierra Occasionally Very Slow

2016-11-22 Thread Michael Kondratov
It feels Apple is dropping PRO software and hardware. We’ve just moved to IBM system from Mac Pro. Just nuts to set connections limit to 2k on a server! Michael Kondratov Aspire Auctions, Inc. 216-231-5515 > On Nov 22, 2016, at 6:47 PM, Henrique Prange <hpra...@gmail.com> wrote:

Re: macOS Sierra Occasionally Very Slow

2016-11-18 Thread Michael Kondratov
t;>> >>> You can reach the person managing the list at >>>webobjects-dev-ow...@lists.apple.com >>> >>> When replying, please edit your Subject line so it

Re: macOS Sierra Occasionally Very Slow

2016-11-18 Thread Michael Kondratov
>webobjects-dev-requ...@lists.apple.com >>> >>> You can reach the person managing the list at >>>webobjects-dev-ow...@lists.apple.com >>> >>> When replying, please edit your Subject line so it

Re: macOS Sierra Occasionally Very Slow

2016-11-17 Thread Michael Kondratov
We just moved away from macOS. Severe issues with TCP tuning. Socket limits etc. Michael Sent from my iPhone > On Nov 17, 2016, at 10:37 AM, Henrique Prange wrote: > > Hi guys, > > I've been experiencing two issues since updating to macOS Sierra. > > 1) App and tests

Re: tar from inside WO

2016-11-06 Thread Michael Kondratov
Ted, Maybe this will help: http://commons.apache.org/proper/commons-compress/examples.html Michael Sent from my iPhone > On Nov 6, 2016, at 2:43 PM, Theodore Petrosky wrote: > > Are there any examples of taring in a WO app? I see the example in the wiki > for

Re: AIX adaptor errors

2016-11-04 Thread Michael Kondratov
ctoring. Anyway, I do not > think this make a big difference for an app server. > > You can also skip the WO Adaptor and use mod proxy, there was some > presentations in the last WOWODCs about this. > > Samuel > >> Le 4 nov. 2016 à 00:08, Michael Kondratov <mic

Re: AIX adaptor errors

2016-11-03 Thread Michael Kondratov
Figured it out. Apache was compiled as worker and not prefork. Is there any way to use the adaptor with worker apache? Michael Sent from my iPhone > On Nov 4, 2016, at 12:08 AM, Michael Kondratov <mich...@aspireauctions.com> > wrote: > > Hello, >I am seeing this er

AIX adaptor errors

2016-11-03 Thread Michael Kondratov
Hello, I am seeing this errors from the adaptor: WOShmem_unlock(): failed to unlock 156 bytes at 0x36860: Invalid argument Any pointers? MIchael ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

WebObjects on AIX

2016-11-02 Thread Michael Kondratov
Would anyone be available for hire to compile Apache 2.4 adaptor for AIX? I am totally stuck. It compiles but apache produces an error that module can not access alloca. Michael Kondratov Aspire Auctions, Inc. 216-231-5515 ___ Do not post admin

apache adaptor on AIX 7.1

2016-11-01 Thread Michael Kondratov
Hello, has anyone successfully compiles adaptor on AIX? I’ve been able to compile it but apache produces segmentation fault when I try to load it. Thank you!! Michael ___ Do not post admin requests to the list. They will be ignored.

Apache 2.4 adaptor performance

2016-10-28 Thread Michael Kondratov
Has anyone noticed any performance differences with Apache 2.4 vs 2.2? It seems the load on our server is much higher running 2.4 and quite a bit of time is spend in system calls. Could the adapter be responsible for it? Michael Kondratov Aspire Auctions, Inc. 216-231-5515

deployment help

2016-10-27 Thread Michael Kondratov
Hello, Would any one with experience in larger deployments be available to consult us and trouble shoot our set up and work with us to get it to a stable state? Michael Kondratov Aspire Auctions, Inc. 216-231-5515 ___ Do not post admin

Re: which sort of application bugs hang wotaskd?

2016-10-24 Thread Michael Kondratov
WOTaskd will become unresponsive whenever an instance hangs. We’ve reconfigured WOTaskd to write the configuration into XML file and Apache adapter reads it instead of communicating with wotaskd directly. Michael Kondratov Aspire Auctions, Inc. 216-231-5515 > On Oct 24, 2016, at 11:41 AM,

Postgres double connection: fixed

2016-10-14 Thread Michael Kondratov
It is caused by er.extensions.ERXObjectStoreCoordinatorPool.maxCoordinators=1 Working properly. Michael Kondratov Aspire Auctions, Inc. 216-231-5515 ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Postgres double connection

2016-10-14 Thread Michael Kondratov
I can't seem to be able to get wo app to create a single connection to a Postgres db. It always creates two. Added a parameter to the connection string, no success. Any advise? Michael Sent from my iPhone ___ Do not post admin requests to the list.

DB2

2016-10-12 Thread Michael Kondratov
Hello, Any one using WO with DB2? Michael Sent from my iPhone ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription:

Restarting wotaskd without shutting down app instances

2016-10-01 Thread Michael Kondratov
I can't seem to find a way to restart/shutdown wotaskd via launchd. When wotaskd is unloaded , app instances get stopped too. Michael Sent from my iPhone ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: Slack WO channel

2016-09-16 Thread Michael Kondratov
May I join as well? Sent from my iPhone On Sep 16, 2016, at 6:26 AM, Henrique Gomes wrote: >> >>> On 08/09/2016, at 18:31, Raymond NANEON wrote: >>> >>> Re, >>> >>> Please add me too : >>> >>> rnan...@gmail.com >>> >>> Thanks >>> > > > Me too, pretty

Re: WOWorkerThreadCountMax

2016-09-14 Thread Michael Kondratov
Chuck, Thank you! I will look through the presentation. I’ve turned of connection pooling and the system is far more stable. Appears WO Apache Adaptor should have it disabled. At one presentation you’ve mentioned FastCGI adaptor. Is it still an option? Michael Kondratov Aspire Auctions

Re: WOWorkerThreadCountMax

2016-09-14 Thread Michael Kondratov
to poll wotask at 10 minute and not 10 second interval could fix that? Michael Kondratov Aspire Auctions, Inc. 216-231-5515 > On Sep 14, 2016, at 1:20 PM, Chuck Hill <ch...@gevityinc.com> wrote: > > I am not sure how connection pooling, which happens in the Apace process, and > K

Re: WOWorkerThreadCountMax

2016-09-14 Thread Michael Kondratov
Sent from my iPad > On Sep 13, 2016, at 6:44 PM, Michael Kondratov <mich...@aspireauctions.com> > wrote: > > Chuck, > We are handling around 100 requests per second spread over 5-10 > application instances. We do have KeepAlive enabled in Apache. How woul

Re: WOWorkerThreadCountMax

2016-09-13 Thread Michael Kondratov
requests or so? Michael Kondratov Aspire Auctions, Inc. 216-231-5515 > On Sep 13, 2016, at 6:40 PM, Chuck Hill <ch...@gevityinc.com> wrote: > > There is no easy answer. > > Ignoring Keep-Alive, you need to manage this setting, the Listen Queue Size, > and number of instances

WOWorkerThreadCountMax

2016-09-13 Thread Michael Kondratov
to each instance. We typically see apache grow to 1000 processes. Michael Kondratov Aspire Auctions, Inc. 216-231-5515 ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com

AIX deployment

2016-09-12 Thread Michael Kondratov
Is anyone running a deployment of WebObjects on AIX? Michael Sent from my iPhone ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your

jgroup error

2016-09-07 Thread Michael Kondratov
) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Any one ran into it? Michael Kondratov Aspire Auctions, Inc. 216-231-5515

Re: mod_proxy error

2016-09-06 Thread Michael Kondratov
Chuck, I have set it to a fairly high number: ulimit -n shows 524288 Michael Kondratov Aspire Auctions, Inc. 216-231-5515 > On Sep 6, 2016, at 5:23 PM, Chuck Hill <ch...@gevityinc.com> wrote: > > “Too many open files” > > Try increasing the limits. >

mod_proxy error

2016-09-06 Thread Michael Kondratov
2016] [proxy_balancer:emerg] [pid 4498] (24)Too many open files: AH01179: balancer slotmem_create failed for pa5324f13-1491419811 [Tue Sep 06 17:19:08.787747 2016] [:emerg] [pid 4498] AH00020: Configuration Failed, exiting Michael Kondratov Aspire Auctions, Inc. 216-231-5515

mod_proxy

2016-09-06 Thread Michael Kondratov
(), true); There is not matching constructor for WOCookie. Any ideas? Michael Kondratov Aspire Auctions, Inc. 216-231-5515 ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help

Mac OS reverse proxy

2016-09-01 Thread Michael Kondratov
Has any one been successful in turning off the reverse poxy in Mac OS Server 5.1.7? Michael Aspire Auctions ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)

ERXBatchingDisplayGroup big

2016-08-19 Thread Michael Kondratov
Hello, I found an interesting bug in ERXBatchingDisplayGroup. Same code works fine with ERXDisplayGroup. We are getting an class mismatch error whenever a qualifier is supplied with a string value for a numeric field. Any pointers how it can be fixed? Michael Sent from my iPhone

ERXKey class

2016-08-11 Thread Michael Kondratov
Is there an easy way to find out if ERXKey object represents a method that returns a numeric value? Michael Kondratov Aspire Auctions, Inc. 216-231-5515 ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: ERDragAndDropUpload

2016-08-11 Thread Michael Kondratov
We just implemented the same function. Should I send you our code? Michael Sent from my iPhone > On Aug 11, 2016, at 7:48 AM, fre...@timeoff.se wrote: > > Hi Ramsey! > > I created a pull-request #793 for an updated ERDragAndDropUpload-component, > that has support for a file upload button. >

Displagroup modifications

2016-08-10 Thread Michael Kondratov
We’ve modified ERXDisplayGroup to listen for new objects and automatically insert them into displayedObjects if they match the qualifiers. Should this be committed to WOnder? If so, as a new object or ERXDisplayGroup modification? Michael Kondratov Aspire Auctions, Inc. 216-231-5515

Subclassing ERXDisplayGroup

2016-08-08 Thread Michael Kondratov
expected a auction.utilities.DisplayGroup but received a er.extensions.appserver.ERXDisplayGroup with a value of sortOrdering=() qualifier=null localKeys=null insertedObjectDefaultValues={} numberOfObjectsPerBatch=0>. This often happens if you forget to use a formatter. Any pointers? Michael Kon

Re: Generic route for options on ERXRest

2016-07-26 Thread Michael Kondratov
Have you considered creating a subclass? Michael Sent from my iPhone > On Jul 26, 2016, at 12:33 PM, Luiz Alfredo Carrara Bertusso > wrote: > > Hello developers, I've been facing a doubt about creating routes for a Rest > API using ERXRest. > In the Application I've

Re: ERDragAndDropUpload

2016-07-04 Thread Michael Kondratov
I think we have a working code for that. Will send it tomorrow. Michael Sent from my iPhone > On Jul 4, 2016, at 11:13 AM, fre...@timeoff.se wrote: > > Hi, > > Does anyone have a good solution to updating a container with uploaded files > with ERDragAndDropUpload? > > There is a

FedEx / USPS integration components

2016-06-28 Thread Michael Kondratov
Hello , Would any one be interested in FedEx and USPS open source shipping solution for wo? Michael Kondratov Sent from my iPhone ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev

Re: Avoiding session creation for DirectActions

2016-05-31 Thread Michael Kondratov
Maik, Why not use stateless components and avoid session creation all together? Michael Kondratov Aspire Auctions, Inc. 216-231-5515 > On May 31, 2016, at 11:35 AM, Musall Maik <m...@selbstdenker.ag> wrote: > > Hi all, > > in an application that gets frequent Di

Re: Follow up on closure

2016-05-12 Thread Michael Kondratov
Pascal, There are also people like us that use WO for internal projects. I have not been able to find any other platform that would warrant a move. It was pretty clear to me that Apple discontinued WO good 15 years ago. Is it really possible that only 50 people or so in the world that

Re: Closure of WOCommunity Association

2016-05-11 Thread Michael Kondratov
What sort of hardware is needed to host the wocommunity? I have a spare Mac and Linux servers. Michael Aspire Auctions Sent from my iPhone > On May 11, 2016, at 2:06 PM, jazzsalsa wrote: > > Hi WebObjects fans, > > I just read this message on Facebook from Pascal: > >

OpenBase with Wonder

2016-03-09 Thread Michael Kondratov
Deleting JavaERJDBCAdaptor.framework seems to fix the error. Michael Kondratov Aspire Auctions, Inc. 216-231-5515 ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help

Openbase and wonder problem

2016-03-09 Thread Michael Kondratov
) at er.extensions.appserver.ERXApplication.main(ERXApplication.java:874) at auction.Application.main(Application.java:60) APPLICATION SHUTDOWN SEQUENCE COMPLETE Any ideas? Michael Kondratov Aspire Auctions, Inc. 216-231-5515 ___ Do not post admin requests to the list

Re: relationship count without fetching

2016-02-27 Thread Michael Kondratov
Yes. There is a way to do it. I will dig up my code and post to the list. Michael Sent from my iPhone > On Feb 27, 2016, at 12:30 PM, ocs.cz wrote: > > Hello there, > > I've got a page which lists a number of relationships; for each of them the > user wants to see the number of

Re: How to set up a stateful REST service

2016-01-28 Thread Michael Kondratov
Rudi, ERRest is essentially a direct action. We use the following code: protected ERXRestContext createRestContext() { ERXRestContext result = null; if (existingSession() != null) { result = new

Re: What's new?

2016-01-14 Thread Michael Kondratov
meone to create it, not use it! :-) > > It would make for an interesting WOWODC presentation though. > > > From: Michael Kondratov <mich...@aspireauctions.com> > Date: Wednesday, January 13, 2016 at 3:01 PM > To: David LeBer <dleber_wo...@codeferous.com> > Cc

Re: What's new?

2016-01-13 Thread Michael Kondratov
We could be interested in it! How are you doing it? Michae Sent from my iPhone > On Jan 13, 2016, at 4:18 PM, David LeBer wrote: > > Hmm, writing a version of the rule engine that runs client side in JS. Who's > up for that challenge? > > -- > D > >> On

logging database connection losses

2015-11-30 Thread Michael Kondratov
Is there an easy way to log database connection losses? Michael ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription:

wotaskd reliability

2015-11-29 Thread Michael Kondratov
Hello, What is the most reliable deployment set up at this time? It seems we are having occasional issues with wotaskd crashing or hanging. We are on Mac Os X 10.9 Server. Would we gain anything from using SiteConfig.xml for Apache Adaptor instead of wotaskd? Thank you! Michael

Re: wotaskd reliability

2015-11-29 Thread Michael Kondratov
nk you. > > Dr. Wo, his iPad Air > >> On Nov 29, 2015, at 13:19, Michael Kondratov <mich...@aspireauctions.com> >> wrote: >> >> Hello, >> What is the most reliable deployment set up at this time? It seems we are >> having occasional issues wit

Re: wotaskd reliability

2015-11-29 Thread Michael Kondratov
sues with the load. > > Chuck > > > > > > On 2015-11-29, 12:09 PM, > "webobjects-dev-bounces+chill=gevityinc@lists.apple.com on behalf of > Michael Kondratov" > <webobjects-dev-bounces+chill=gevityinc@lists.apple.com on behalf of > m

  1   2   >