Re: NoClassDefFoundError

2016-03-01 Thread Laurence Mills-Gahl
The order of imports can be a problem if you’re seeing that slf4j issue. (That library can be masked or not loaded if there is an incompatible implementation. I see this thread has wound around to a permissions problem as the fix, but I wanted to mention (for those searching the mailing list for

Re: Apache 2.4 WebObjects adaptor for CentOS 6 i86_64

2016-02-25 Thread Laurence Mills-Gahl
Stéphan, Have you succeeded in your installation? I just went through (and am going through) a deploy on CentOS7 64 using Apache 2.4. I added my notes to the wiki page https://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+RedHat,+CentOS+or+Amazon+Linux Some

Re: How to set up a stateful REST service

2016-02-04 Thread Laurence Mills-Gahl
Is this a job for Ramsey’s persistent session store framework?(ERPersistentSessionStoreage https://github.com/wocommunity/wonder/tree/master/Frameworks/Misc/ERPersistentSessionStorage) I haven’t deployed this, but I’m looking for this to simplify the distribution of REST services (with a lightw

Re: angular and rest questions

2014-08-13 Thread Laurence Mills-Gahl
Thanks Farrukh I'm still working on this in a limited test because angular and wo are parallel universes and getting communications between the universes is tricky. (I don't want to cause any problems with the space-time continuum. ) My intention is to use wo on the server side and angular for b

Re: Possible Bug in ERXTimestampUtility

2014-03-04 Thread Laurence Mills-Gahl
I just ran into this ERXTimestampUtilities.firstDateInSameMonth issue. The current behavior of firstDateInSameMonth yields the following results which is not what I expected (but is partially explainable by the zero-based month reporting) val t = new NSTimestamp() //

curiously missing classes in build

2014-02-25 Thread Laurence Mills-Gahl
Hello, I am having some odd problems with Eclipse suddenly. I have frameworks and applications that build without complaint (Project -> Build Automatically) but the build/Framework/Resources/Java file is empty. It appears that bin has the classes compiled, but they never make it to the build d

Re: Programmatically loading new models in a new EOModelGroup

2014-02-24 Thread Laurence Mills-Gahl
Aaron, I think that per-model properties should work well in this case so you don’t need to put connection dictionary information in the model itself. On the topic of automatic loading during launch, I also am separating model groups for using separate OSCs and wonder if there is a better way

Re: shameless plug -

2013-12-23 Thread Laurence Mills-Gahl
I'm not sure this new-fangled "electronic distribution" will catch on. I just bought my wife a Mac Book Air with a software package for word processing, spread sheets and presentations (I'll not use the name because I don't want to be mean to the Redmond based company) and they shipped me a box

Re: Object inserted multiple times

2013-10-03 Thread Laurence Mills-Gahl
n relationship in there? EOF will > automatically create the destination object in that case. Though that > usually results in validation failures if you create your own as one has null > values. > > > Chuck > > > On 2013-10-03 8:30 PM, "Laurence Mills-Gahl&q

Object inserted multiple times

2013-10-03 Thread Laurence Mills-Gahl
Hello all… I'm having a bit of a breakdown over an object being inserted multiple times on save (and therefore complaining that a duplicate key exists and then rolling back) I have a page that I'm working with a child editing context of an editing context held in the session (not the defaultEd

Re: WOHyperlink action not being called for some reason

2013-08-24 Thread Laurence Mills-Gahl
0.0.0.5 > response > request - click link > condition = false > elementID -> 0.0.0.1 > response - oops, no such element 0.0.0.5. invokeAction comes up empty handed > > On Aug 23, 2013, at 3:51 PM, Laurence Mills-Gahl wrote: > >> Hello, >> >

WOHyperlink action not being called for some reason

2013-08-23 Thread Laurence Mills-Gahl
Hello, I have a WOHyperlink with an action bound but the action doesn't get called. I set a breakpoint in the method and run it in debug mode, but it never breaks. I must be spending too much time looking at this to see (what must be) an obvious problem, but I cannot see what the problem is. Th

Re: Web conference system for WOWODC

2013-06-16 Thread Laurence Mills-Gahl
Is there any interest in trying a Google Hangout? I've had some success with that and it's free. We could do a trial run sometime this week to see if it serves our needs and if it doesn't, there would still be time to try other options. On Jun 11, 2013, at 10:01 PM, Pascal Robert wrote: > Hi g

Per Session model connection and EOCooperatingObjectStore

2009-03-03 Thread Laurence Mills-Gahl
I am going around in circles with a per-session eomodel connection and I am looking for advice. I have two models. One with data common to all application sessions and one with data that should be used for connecting to a database determined by data in the common model. This is the same as