Re: HTML

2007-10-29 Thread Michael Kondratov
Not having WOBuilder is a big problem. Anyone working on a replacement? Also, is it still possible to use XCode 3.0 with WebObjects? Michael Aspire Auctions On Oct 29, 2007, at 10:37 AM, Ken Foust wrote: If I am reading correctly are you saying that with Eclipse and WOLips you have to

Re: Slogan

2007-11-07 Thread Michael Kondratov
OR: Easy things are easy and hard things are possible. On Nov 7, 2007, at 5:49 AM, Pierre Bernard wrote: +1 On Nov 5, 2007, at 12:41 PM, Mitchel Roider wrote: Imagine - WebObjects - Deploy - - - Houdah Software s. à r. l. http://www.houdah.com HoudahGeo: One-stop photo geocoding

Web Services

2007-12-03 Thread Michael Kondratov
What is the word on web services with web objects? I am working on integration Fedex services into our program. FedEx code looks nothing like webobjects example. Michael Kondratov Aspire Auctions, Inc. ___ Do not post admin requests to the list

WOCookie Safari

2008-03-03 Thread Michael Kondratov
For some unknown reason safari no longer properly parses my cookie generated by WOCookie. The cookies always expire when browser closes. When I look at safari's properties, my cookies have no expiration dates. My code: String hostName = .aspireauctions.com; String path = /; NSTimestamp

Re: WOCookie Safari

2008-03-03 Thread Michael Kondratov
updated Safari recently? Have you checked the expires date format in the Cookie RFC? Is WO generating the wrong format, or is this a Safari bug? Chuck On Mar 3, 2008, at 10:39 AM, Michael Kondratov wrote: For some unknown reason safari no longer properly parses my cookie generated

Re: WOCookie Safari

2008-03-03 Thread Michael Kondratov
attribute). (I know this isn't great for existing code). -Ryan On Mar 3, 2008, at 11:54 AM, Chuck Hill wrote: On Mar 3, 2008, at 10:50 AM, Michael Kondratov wrote: Looks like Wo 5.4 or 5.4.1 (not sure) [2008-3-3 18:24:21 EST] main WebObjects version = 5.4 Safari Version 3.0.4 (5523.15

EOGenerator Relationships

2008-09-16 Thread Michael Kondratov
) from _Invoice (EOGenerator file) is being called. Any advise? Michael Kondratov Aspire Auctions, Inc. www.aspireauctions.com 216-231-5515 ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev

Re: EOGenerator Relationships

2008-09-17 Thread Michael Kondratov
The object is in the EC. I've tried changing Invoice method from setInvoiceStatusRelationship(InvoiceStatus value) to setInvoiceStatus(InvoiceStatus value) Now setInvoiceStatus in Invoice does get exceuted, however I am not able to call super.setInvoiceStatusRelationship(value) because

Re: EOGenerator Relationships

2008-09-17 Thread Michael Kondratov
Hmmm... Well this is my _Invoice class: // $LastChangedRevision: 5074 $ DO NOT EDIT. Make changes to Invoice.java instead. package auction; import com.webobjects.eoaccess.*; import com.webobjects.eocontrol.*; import com.webobjects.foundation.*; import java.math.*; import java.util.*; import

Re: EOGenerator Relationships

2008-09-17 Thread Michael Kondratov
this is what I've tried: public void setInvoiceStatus(InvoiceStatus value) { System.out.println(updating invoice status); if(value != invoiceStatus()) { System.out.println(updating invoice status date);

Re: EOGenerator Relationships

2008-09-17 Thread Michael Kondratov
I've added takeStoredValueForKey(value, INVOICE_STATUS_KEY); and now it works! Thank you so much. I was totally confused. Michael Aspire Auctions 216-231-5515 www.aspireauctions.com On Sep 17, 2008, at 11:26 AM, Florijan Stamenkovic wrote: On Sep 17, 2008, at 10:56, Michael Kondratov wrote

Re: EOGenerator Relationships

2008-09-17 Thread Michael Kondratov
There is no setInvoiceStatus in _Invoice. Only setInvoiceStatusRelationship. Now, I assume that _Invoice.setInvoiceStatusRelationship gets called first and in turn calls Invoice.setInvoiceStatus . Is that correct? On Sep 17, 2008, at 11:35 AM, Mike Schrag wrote:

Re: credit card processing

2008-10-24 Thread Michael Kondratov
I am using it in production.LOL Michael Kondratov www.aspireauctions.com On Oct 16, 2008, at 2:33 PM, Josh Paul wrote: Thanks. I'll give it a shot. Are you using this in production? On Oct 16, 2008, at 11:27 AM, Ramsey Gurley wrote: http://lists.apple.com/archives/Webobjects-dev/2005/Jun

easy way to retrieve domain name

2011-08-16 Thread Michael Kondratov
Is there an easy way to get a domain name that was used in a request? I am writing an application that would have different looks/content depending on a domain name used. Michael Kondratov Aspire Auctions, Inc. tel: 216-231-5515 skype: mkondratov

Re: Qualifier With Primary Key

2011-08-18 Thread Michael Kondratov
Use EOUtilities.faultWith. method. Michael Sent from my iPad On Aug 18, 2011, at 9:35, Kevin Hinkson h...@kevinhinkson.com wrote: Hi, Since the best practice is to not make primary keys class properties, how do I then create a qualifier that is based on the primary key of an EO?

Re: AjaxFileUpload UploadProgress binding

2011-11-28 Thread Michael Kondratov
Hello, I am working on an HTML5 drag and drop multi file upload component. I can share or try to submit it to WOnder if there is interest. Michael Kondratov Aspire Auctions, Inc. On Nov 28, 2011, at 10:39 PM, Mai Nguyen wrote: Hello List, Does anyone have an example of using

Re: AjaxFileUpload UploadProgress binding

2011-11-28 Thread Michael Kondratov
it on the list, we could send you some feedback. Moving forward, it would be nice to have such a component, but would it integrate well into an existing component? thanks, mai On Nov 28, 2011, at 7:41 PM, Michael Kondratov wrote: Hello, I am working on an HTML5 drag and drop multi

Re: ERRest and sessions?

2012-02-01 Thread Michael Kondratov
I am having a same issue!!! It looks like session needs to be in URL for wo to work. Michael Kondratov Sent from my iPhone On Feb 1, 2012, at 20:18, Jesse Tayler jtay...@oeinc.com wrote: I just deployed ERRest with apache rules to shorten URLs I can't get sessions to stick. static

Re: Logo proposal

2012-03-29 Thread Michael Kondratov
I like it! Michael Kondratov Aspire Auctions, Inc. tel: 216-231-5515 skype: mkondratov On Mar 29, 2012, at 12:53 PM, Daniel Mejia mej...@evol-tech.com wrote: Hi all, Some time ago, Pascal requested some help to redesign the WO community site. I would like to try to help with that job

Re: Help! RE: Deadlock on Apache 2.2 Adaptor under high load

2012-07-04 Thread Michael Kondratov
I am using prefork on Linux. I was getting deadlocks in mpm mode under load. Michael Sent from my iPad On Jul 4, 2012, at 18:09, Chuck Hill ch...@global-village.net wrote: Hi James, On 2012-06-29, at 9:35 AM, Brook, James wrote: It's probably bad form to keep answering my own mails

Re: Help! RE: Deadlock on Apache 2.2 Adaptor under high load

2012-07-05 Thread Michael Kondratov
I was getting apache seg-faults with a load of around 80 - 100 requests per second. Moved to prefork to fix it. Michael On Jul 5, 2012, at 4:41 AM, Brook, James jbr...@lgi.com wrote: Chuck, thanks for the information. The skill set is a bit of a rare one. Michael, interesting to hear about

Re: Migrating from EOF to Cayenne

2012-07-11 Thread Michael Kondratov
Anyone used it? Does it actually work? Michael Sent from my iPhone On Jul 11, 2012, at 19:10, Lars Sonchocky-Helldorf lars.sonchocky-helld...@hamburg.de wrote: Am 11.07.2012 um 23:03 schrieb Daniel Beatty: Greetings Ladies and Gentlemen, I tend to agree with Chuck on the notion that

Re: Migrating from EOF to Cayenne

2012-07-11 Thread Michael Kondratov
-stories.html On 2012-07-11, at 5:21 PM, Michael Kondratov wrote: Anyone used it? Does it actually work? Michael Sent from my iPhone On Jul 11, 2012, at 19:10, Lars Sonchocky-Helldorf lars.sonchocky-helld...@hamburg.de wrote: Am 11.07.2012 um 23:03 schrieb Daniel Beatty: Greetings

EmberJS with WO

2012-08-03 Thread Michael Kondratov
Has anyone used EmberJS with webobjects? Is there an easy way to move EOEnterpriseObjects to ember? Maybe via JSON-RPC? Michael Kondratov Aspire Auctions, Inc. m. 216-544-8938 ___ Do not post admin requests to the list. They will be ignored

Re: HTML5 multiple file upload - AjaxFileUpload

2012-08-04 Thread Michael Kondratov
(Ajax) file upload to work, I came across your post from November last year. Would you be willing to share the HTML5 multiple file upload you've mentioned with the community? Thanks a lot! Uli Date: Mon, 28 Nov 2011 22:41:36 -0500 From: Michael Kondratov mich...@aspireauctions.com Subject

updateInverseRelationships=true with ERJGroupsSynchronizer

2012-09-03 Thread Michael Kondratov
. Michael Kondratov Aspire Auctions, Inc. m. 216-544-8938 ___ 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: https://lists.apple.com

websockets

2012-10-25 Thread Michael Kondratov
Hello, Has anyone used websockets with WO? I can't seem to find any examples. Michael Kondratov Aspire Auctions, Inc. m. 216-544-8938 ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: WOCommunity membership and goals

2013-02-09 Thread Michael Kondratov
It would be wise to work on a tight integration of emberjs framework. Sent from my iPhone On Feb 9, 2013, at 7:55, doug andrews dandr...@mediaspansoftware.com wrote: I'd would do at least the regular membership fee. On Feb 7, 2013, at 7:59 AM, Pascal Robert wrote: Hello everyone,

Ember ERRest integration

2013-04-27 Thread Michael Kondratov
tips? Michael Kondratov 216-544-8938 Kondratov Labs LLC smime.p7s Description: S/MIME cryptographic signature ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help

Re: Ember ERRest integration

2013-04-28 Thread Michael Kondratov
to put it off, as the Ember Data API was still in flux. Now I understand it's been frozen, so I'd like to help. If you could set up a github repo then I can help you. On Sat, Apr 27, 2013 at 11:37 PM, Michael Kondratov mich...@aspireauctions.com wrote: I am working on integrating Emberjs

Re: Ember ERRest integration

2013-04-29 Thread Michael Kondratov
Kieran, I based my Ember Writer on the SproutCore class. It works one way. Ember is being able to get WO Objects, but the objects that are being sent by ember are not picked up by WO. Michael Kondratov Aspire Auctions, Inc. 216-231-5515 On Apr 29, 2013, at 1:49 PM, Kieran Kelleher

ERRest embedded relationships

2013-09-19 Thread Michael Kondratov
/dhh }, }, comments: [{ id: 1, body: Rails is unagi }, { id: 2, body: Omakase O_o }] } Any pointers? Michael Kondratov Aspire Auctions, Inc. 216-231-5515 ___ Do not post admin requests to the list. They will be ignored

Re: ERRest embedded relationships

2013-09-19 Thread Michael Kondratov
, 2013, at 2:22 PM, Michael Kondratov mich...@aspireauctions.com wrote: Hello, I am working on an Ember.js connector for ERRest. Everything is working beautifully, except embedded relationships. I can't figure out how to generate this style of JSON: { post: { id: 1 title

Wonder pull request

2013-09-24 Thread Michael Kondratov
Greetings, Is there a proper way of submitting a patch to project wonder? I wrote a small parser for ember data and my pull requests get closed. I must be doing something terribly wrong. Michael Sent from my iPad ___ Do not post admin

Re: Wonder pull request

2013-09-24 Thread Michael Kondratov
Oh great! I re-created a pull request into master branch then. Michael Kondratov Aspire Auctions, Inc. 216-231-5515 On Sep 24, 2013, at 10:19 AM, David LeBer dleber_wo...@codeferous.com wrote: Kieran can correct me, But I think that was just a side effect of the recent wonder structure

Re: mavericks

2013-10-25 Thread Michael Kondratov
Works fine so far. I had to install Java manually. Michael On Oct 25, 2013, at 11:29 PM, Theodore Petrosky tedp...@yahoo.com wrote: anyone have webobojects working on Mavericks? any gotchas before I start playing with mavericks server? Ted ___

Re: Deployment Question

2013-10-29 Thread Michael Kondratov
We used to use slice host and Rackspace. Worked fine. MIchael Kondratov Labs On Oct 30, 2013, at 1:48 AM, ute Hoffmann u.hoffm...@tt-pixelmind.com wrote: Hi, Has anyone experience with WebObjects Deployment on a 11 Virtual Server XL with 4 GB RAM. Database is mysql, operating system

ERRest security

2013-12-04 Thread Michael Kondratov
Does any one on the list have much experience with ERRest security. I am worried about possible injection DDoS attacks etc. Any pointers? Michael Kondratov smime.p7s Description: S/MIME cryptographic signature ___ Do not post admin requests

ERRrest session defaultEditingContext

2013-12-09 Thread Michael Kondratov
Is there an easy way to get ERRest to use session’s default editing context if session is available? It seems I am missing out on WebObject’s snapshot caching when not using long lived editing contexts. Michael Kondratov Aspire Auctions smime.p7s Description: S/MIME cryptographic signature

Re: ERRrest session defaultEditingContext

2013-12-10 Thread Michael Kondratov
is under EOEditingContext. Check your EOEditingContext.defaultFetchTimestampLag(), if is it very low, you are asking for refreshed objects when you fetch. Samuel Le 2013-12-09 à 13:09, Michael Kondratov mich...@aspireauctions.com a écrit : Is there an easy way to get ERRest to use

Re: ERRrest session defaultEditingContext

2013-12-10 Thread Michael Kondratov
would change anything except for this settings. I would try to create an EC and set it's fetchTimestamp to something in the past to see if this change the behaviour. Samuel Le 2013-12-10 à 09:20, Michael Kondratov mich...@aspireauctions.com a écrit : Time lag is 15 minutes. Rest routes

ERRest performance

2013-12-16 Thread Michael Kondratov
Finally deployed our new version of the auction system. We are using ERRest extensively. What I found is that typical rest request takes about 60ms to process versus 15ms if JSON object is constructed manually. Why such a bid difference? Should we try to optimize ERRest a bit? Michael

ERRest and EOSharedEditingContext

2014-01-14 Thread Michael Kondratov
before executing EOUtilities.faultWithPrimaryKeyVlaue ? Getting really confused. 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

Cannot fire array fault with a null handler

2014-01-14 Thread Michael Kondratov
I am getting this error in application when accessing a to-many relationship in an object that is in Shared Editing Context and only under a bit of load. There was a discussion about a same problem back in 2008. Any idea how this can be resolved? Michael Kondratov smime.p7s Description: S

ERIndexing

2014-03-08 Thread Michael Kondratov
Is there an easy way to disable auto indexing in ERIndexer framework? I looked everywhere and cane find any documentation on it. Michael Kondratov smime.p7s Description: S/MIME cryptographic signature ___ Do not post admin requests to the list

Re: [ANN] Montage Studio

2014-05-19 Thread Michael Kondratov
I can't seem to find any information on URL router in Montage. Michael Sent from my iPhone On May 19, 2014, at 3:05, Benoit Marchant march...@gmail.com wrote: Hi Aaron, On Mon, May 12, 2014 at 8:48 PM, Aaron Rosenzweig aa...@chatnbike.com wrote: Hi Benoit, Congratulations on

openbase

2014-05-27 Thread Michael Kondratov
Anyone using OpenBase db system here? How is the reliability? Are you running on Mac or Linux? Michael Kondratov ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help

Re: Angular JS + WO

2014-05-30 Thread Michael Kondratov
We've looked into it and went with EmberJS instead. It is a much better framework IMO. We ended up modifying ERRest a bit, need to submit a commit. Works beautifully with ember now. Michael Kondratov Aspire Auctions, Inc. 216-231-5515 On May 30, 2014, at 12:18 PM, Ricardo Parada rpar

Latency

2014-05-31 Thread Michael Kondratov
Would anyone know if WebObjects adapter ads latency to apache serving static content? It seems a separate server serving static content is a bit faster than one with WebObjects. Michael Sent from my iPhone ___ Do not post admin requests to the list.

apache adaptor settings

2014-06-03 Thread Michael Kondratov
What is a good value for HTTP Adaptor Connection Pool size value? We are delaying on Mac OS 10.9 . I would think that at apache process loads a separate copy of mod_webobjects and should only keep one connection? How does it work? Michael Aspire Auctions

Re: Angular JS + WO

2014-06-20 Thread Michael Kondratov
I can send you modified files or you may checkout our fork on github mkondratov/wonder . I really need to send the changes to the official branch. Tried few month ago with no success. Michael Kondratov Aspire Auctions, Inc. 216-231-5515 On Jun 20, 2014, at 2:50 AM, Frank Stock frank.st

Re: Angular JS + WO

2014-06-23 Thread Michael Kondratov
to map relationships: filter.include(Bidder.COUNTRY_ID); filter.addMap(new ERXKeyLong(country), Bidder.COUNTRY_ID); Michael Kondratov Aspire Auctions, Inc. 216-231-5515 On Jun 23, 2014, at 3:08 PM, Frank Stock frank.st...@telenet.be wrote: Hello Michael, Thank you for the information. I

Re: Redirect from Spring MVC application to WebObjects application

2014-07-15 Thread Michael Kondratov
with the instance and the session id. Regards, Raghu. On 15-Jul-2014, at 6:39 PM, Michael Kondratov wrote: Pass a session id along with instance number to spring app. Construct a new URL in spring app. Michael Sent from my iPhone On Jul 15, 2014, at 08:47, Raghavender Bokka raghavender.bo

Re: mod_proxy as mod_WebObjects alternative [Was: Re: Yosemite]

2014-08-12 Thread Michael Kondratov
What makes mod proxy better than apache adapter? Michael Sent from my iPad On Aug 12, 2014, at 19:22, Paul Hoadley pa...@logicsquad.net wrote: Hi Larry, On 13 Aug 2014, at 7:12 am, Larry Mills-Gahl elem...@gmail.com wrote: I’m new to the mod_proxy config also (but I’m digging it…

Re: angular and rest questions

2014-08-13 Thread Michael Kondratov
We are having a lot of success with EmberJs. Michael Sent from my iPad On Aug 13, 2014, at 17:35, Laurence Mills-Gahl elem...@gmail.com wrote: Thanks Farrukh I'm still working on this in a limited test because angular and wo are parallel universes and getting communications between the

Re: ERRest: Is there a way to create multiple entries in one time

2014-08-26 Thread Michael Kondratov
It could be possible by creating a custom Rest parser. Michael Kondratov Aspire Auctions, Inc. 216-231-5515 On Aug 26, 2014, at 7:50 AM, Fred Opims ropims...@gmail.com wrote: Hello! I'm using ERRest and to create an entry, I'm using the POST HTTP method with JSON format. Is there a way

Re: ERRest: Is there a way to create multiple entries in one time

2014-08-26 Thread Michael Kondratov
Fred, You could put the names into a URL parameter then process it in the create section of rest controller. Michael Kondratov Aspire Auctions, Inc. www.aspireauctions.com 216-231-5515 On Aug 26, 2014, at 3:39 PM, Fred Opims ropims...@gmail.com wrote: Hi Paul! Hi Michael! Thank

Re: ERRest with non-PK attribute

2014-09-26 Thread Michael Kondratov
You could create a custom rest delegate object. Michael www.aspireauctions.com Sent from my iPhone On Sep 26, 2014, at 2:37 PM, Fabian Peters lists.fab...@e-lumo.com wrote: I'd know how to do this via a custom action, a qualifier and mod_rewrite, but: Is there an easy way to get a rest

Re: Precompiled WOAdaptor for apache 2.4

2014-10-20 Thread Michael Kondratov
I would also love to get a copy of a binary. Tried compiling - no success. Michael Kondratov Aspire Auctions, Inc. 216-231-5515 On Oct 20, 2014, at 6:13 AM, Gino Pacitti ginok...@mac.com wrote: Hi all… Just updated to Yosemite and duh… Apache is updated and I cannot get WO to work… I

Re: Precompiled WOAdaptor for apache 2.4

2014-11-01 Thread Michael Kondratov
Could anyone post a binary? I have server we could use to test it. Michael On Nov 1, 2014, at 4:56 PM, Ken Anderson kenli...@anderhome.com wrote: Has anyone tested this successfully yet? On Oct 30, 2014, at 7:18 PM, Benjamin Chew bc...@smarthealth.com mailto:bc...@smarthealth.com wrote:

EOModel last updated tracking

2015-06-25 Thread Michael Kondratov
Hello, Is there a simple way to timestamp models with the last modified” state? Michael Kondratov Aspire Auctions, Inc. 216-231-5515 ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

ERSync

2015-05-23 Thread Michael Kondratov
Hello, We are starting to work on iOS app and were thinking of using ERSync framework. Has anyone used it successfully? Is it a part of Project Wonder? Thank you!! Michael ___ Do not post admin requests to the list. They will be ignored.

Re: Deployment on Yosemite

2015-10-11 Thread Michael Kondratov
Most likely you need to install new Apache adaptor. Michael Sent from my iPhone > On Oct 11, 2015, at 2:02 AM, Stavros Panidis > wrote: > > Dear list, > > I try to deploy on Yosemite 10.10.5 Server. > > When I try to connect to my server, either locally or

Re: ERRest using Ember

2015-10-12 Thread Michael Kondratov
Frank, We have a quick solution for that. I will post a code snippet. Michael Sent from my iPhone > On Oct 12, 2015, at 5:06 PM, Frank Stock wrote: > > Hi, > > > When using Ember as format, If the indexAction has to return an empty array I > always get:

Re: ERRest using Ember

2015-10-12 Thread Michael Kondratov
tyName, 2)); } > On Oct 12, 2015, at 6:37 PM, Michael Kondratov <mich...@aspireauctions.com> > wrote: > > Frank, > We have a quick solution for that. I will post a code snippet. > > Michael > > Sent from my iPhone > > On Oct 12, 2015

Re: ERRest using Ember

2015-10-13 Thread Michael Kondratov
is the array is empty? > > Frank >> Op 13 okt. 2015, om 02:47 heeft Michael Kondratov >> <mich...@aspireauctions.com> het volgende geschreven: >> >> public static JSONObject emptyArray(String entityName) throws >> JSONException { &g

Re: ERRest using Ember

2015-10-13 Thread Michael Kondratov
ERXRestFetchSpecification fetchSpec = new > ERXRestFetchSpecification(Company.ENTITY_NAME, null, null, > queryFilter(), Company.NAME.ascs(), 25); > return response(fetchSpec, showFilter()); > } > Do you first do a fetch to know is the array is empty? > > Frank

NSIncrementalStore

2015-08-25 Thread Michael Kondratov
Hello, We are thinking of developing a connector for iOS/OS X via NSIncrementalStore. Any interest? Was it don’t by anyone previously? Michael ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: El Capitan

2015-10-02 Thread Michael Kondratov
Yes! Sent from my iPhone > On Oct 2, 2015, at 11:15 AM, David LeBer wrote: > > Does WOInstaller still work? > https://wiki.wocommunity.org/display/WEB/Project+Wonder+Installation > > It allows you specify a different location for the WO frameworks than in >

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

Re: wotaskd reliability

2015-11-29 Thread Michael Kondratov
t;> 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 Kondratov >> Aspire Auctions >> ___ >> Do not po

Re: wotaskd reliability

2015-11-29 Thread Michael Kondratov
s.org/forums/viewtopic.php?t=3876 > https://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+RedHat%2C+CentOS+or+Amazon+Linux > > > >> On Nov 29, 2015, at 3:14 PM, Michael Kondratov <mich...@aspireauctions.com> >> wrote: >> >

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:

Re: WOWODC 2016: call for papers!

2015-11-23 Thread Michael Kondratov
Is there any interest in a presentation on integrating EmberJS? Michael Kondratov Aspire Auctions, Inc. 216-231-5515 > On Nov 23, 2015, at 10:07 AM, Pascal Robert <prob...@macti.ca> wrote: > > Hi guys, > > It's that time of the year! Yes, I need topics for WOWODC 2016.

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: 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

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: 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: 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

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

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

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: > >

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

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

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. >

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

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: 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

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

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: 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

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

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

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

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. >

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)

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

  1   2   >