Re: Log4j Vulnerability

2021-12-13 Thread Ken Anderson via Webobjects-dev
The vulnerability is only log4j 2 > On Dec 13, 2021, at 05:26, Daniele Corti via Webobjects-dev > wrote: > >  > Hi List! > Today the vulnerability CVE-2021-44228 details (log4j) are out and looks like > all log4j versions are affected! > > I’ve seen many attempt on the logs of the servers, b

Re: Excessive resource usage: appserver (4787 (Parent PID:4787))

2020-10-14 Thread Ken Anderson via Webobjects-dev
No, you’re definitely using too much CPU. I had a problem recently moving a webobjects implementation with a similar problem. The issue was a wonky DNS problem where the hostname wasn’t always returning the correct address (still haven’t figured that out). I put the correct address in /etc/host

Re: How often do you bounce your apps?

2020-08-05 Thread Ken Anderson via Webobjects-dev
I never bounce them - even with EOF ;) > On Aug 5, 2020, at 07:07, Jesse Tayler via Webobjects-dev > wrote: > > What do you use to keep an eye on memory? JAVA has such an old-school > approach with the VM I use AWS and really don’t have any good automated > visualizing report on how instance

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

2020-04-18 Thread Ken Anderson via Webobjects-dev
Michael, This looks suspiciously like what I complained about recently. The issue was this line in the httpd.conf file: ScriptAlias /cgi-bin/ “/var/www/cgi-bin/“ If this line is still in your httpd.conf file, comment it out. This doesn’t affect people that rename the URL to be something like a

Re: Help with Apache... stuck - SOLVED

2020-04-07 Thread Ken Anderson via Webobjects-dev
OK, so the problem was, this line in the regular https.conf file: ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" Since I have WO using cgi-bin, this was apparently taking precedence. When I comment out the above line, all works again. Ken > On Apr 6, 2020, at 4:43 PM, Ken

Re: Help with Apache... stuck

2020-04-06 Thread Ken Anderson via Webobjects-dev
e with your app? I’m no good with apache rules > myself, but your setup is different than what I typically do. > > I’d fuss with apache first-there’s output logs listed in the config somewhere > you might make sure there’s nothing printed there. > > > >>

Help with Apache... stuck

2020-04-06 Thread Ken Anderson via Webobjects-dev
Hi everyone! Well, I’ve circled back to a project I was half way through a year ago… and I’m a little stuck. Trying to get a WO project off of AWS and running on a home server. CentOS 7 Apache 2.4 Wotaskd running WOMonitor running App installed and running Unfortunately, when I go to the expec

Best Linux distro?

2019-03-12 Thread Ken Anderson
All, I’ve decided it’s time to stop paying Amazon for my little projects and run them from home. I have a PC that I can retask. Any suggestions on most WO friendly Linux distribution? Many thanks! Ken ___ Do not post admin requests to the list. They

Re: Deployment script

2019-01-19 Thread Ken Anderson
+1 > On Dec 29, 2018, at 6:01 AM, Markus Ruggiero > wrote: > > On 29 Dec 2018, at 01:05, Theodore Petrosky > wrote: >> >> i would love to get a copy of the script >> >> i’d like to see how you are doing things. > > > +1 > > > > > >> >>> On Dec 28, 2018,

Best deployment style for Mojave ?

2019-01-19 Thread Ken Anderson
So, I haven’t deployed on a Mac for a VERY long time (always use war on Linux). What’s the right way to deploy on a recent Mac OS? The instructions say to download WO5.4.3 from Apple, but is that still right? Thanks! Ken ___ Do not post admin reques

Re: attribute of EO not synced

2018-03-21 Thread Ken Anderson
Good question - I always that it was on the EO level, not attribute level. > On Mar 21, 2018, at 8:03 PM, OC wrote: > > Ken, > > On 22. 3. 2018, at 0:53, Ken Anderson wrote: > >> Are you sure no other attributes on the object were dirty in session B to >> block

Re: attribute of EO not synced

2018-03-21 Thread Ken Anderson
Are you sure no other attributes on the object were dirty in session B to block the update of the EO from the snapshot? > On Mar 21, 2018, at 7:41 PM, OC wrote: > > Hi there, > > long time no see, my problems were plain and easy. Now though I am back with > another thing I can't understand. >

Re: Application no longer responding after OSX and Server update

2018-03-08 Thread Ken Anderson
This is what I’ve done. So much happier! And the libraries are actually installed, so you can build adaptors. > On Mar 8, 2018, at 12:23 AM, Tim Worman wrote: > > Save your future self some hassle. Do a non-apple install of apache using > homebrew, get it set up, and leave it. Your OS update

New JS stuff in Wonder 7 ?

2018-02-27 Thread Ken Anderson
All, Looking through the files in WOnder 7 I see things like wondaculous-min js and wonder (ha) what new stuff there is. Is there a write-up anywhere? Examples? Thanks, Ken ___ Do not post admin requests to the list. They will be ignored. Webobjects

Re: mod_WebObjects.so on High Sierra

2018-02-01 Thread Ken Anderson
Thanks Matt! I came to a similar conclusion and just got it working myself! > On Feb 2, 2018, at 03:28, Matt Lee wrote: > > I have it installed via Homebrew. > > https://brew.sh/ > > I installed it with brew install apache2 > > /usr/local/Cellar/httpd/2.4.29_1/bin/apxs _

mod_WebObjects.so on High Sierra

2018-01-31 Thread Ken Anderson
All, I’m trying to compile mod_WebObjects.so on High Sierra, but apxs appears to no longer be shipped. How can I either compile it or download it? Thanks! Ken ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing li

Re: New dev setup

2017-12-29 Thread Ken Anderson
and manage my WO frameworks. Of course, this > setup assumes you'd like to use maven and can use direct connect for > development, rather than relying on Apache and/or JavaMonitor. But it > simplified my life a lot. > > - hugi > > > >> On 29 Dec 2017, at

New dev setup

2017-12-29 Thread Ken Anderson
OK guys - please forgive me. I’m trying to setup a completely new machine without relying on the ancient ways of doing things. I’ve downloaded WOnder and built it. Why does it install in a directory called “Roots” ? I want to setup to use Apache, wotaskd, and monitor on my High Sierra machine

Re: Recent installation instructions?

2017-11-30 Thread Ken Anderson
O http://wocommunity.org/tools/WOInstaller.jar > <http://wocommunity.org/tools/WOInstaller.jar> > > >> On Nov 30, 2017, at 5:01 PM, Ken Anderson > <mailto:kenli...@anderhome.com>> wrote: >> >> All, >> >> I’m trying my darndest to setup a machin

Recent installation instructions?

2017-11-30 Thread Ken Anderson
All, I’m trying my darndest to setup a machine from scratch to use WOnder. I could just copy everything from my current machine, but then I’d have old everything. I’m following the instructions here: https://wiki.wocommunity.org/display/WEB/Project+Wonder+Installation But when I try to use cu

Re: Polymorphic Relationship

2017-11-24 Thread Ken Anderson
“JUST SAY NO” Seriously, EOF does NOT like changing the inheritance structure of saved objects. Take Chuck’s advice - change your design pattern. Ken > On Nov 24, 2017, at 1:05 PM, Chuck Hill wrote: > > Remy, > > You *can* get an EO to change its class over time by changing the restricting

Re: Any formal notice

2017-10-26 Thread Ken Anderson
At least the WO union is in better shape than the united states… :( > On Oct 26, 2017, at 10:21 AM, Gino Pacitti wrote: > > I do not think I am the first to notice the lack of activity on this list but > I was just interested to know what was the State of the Union? > > Gino >

Re: WOWODC17?? a little OT

2017-01-17 Thread Ken Anderson
Somehow I don’t think Hugi is taking us seriously… > On Jan 17, 2017, at 2:42 PM, Tim Worman wrote: > > Ha! LOL! I love that. That sense of humor is all the invitation I need. If I > could fit WOWODC ‘17 in my schedule, I will, wherever it is. > > Tim > UCLA GSE&IS > >> On Jan 13, 2017, at 6:

Re: WOWODC17?? a little OT

2017-01-13 Thread Ken Anderson
Awesome! Are the hot springs just out of frame? > On Jan 13, 2017, at 9:39 AM, Hugi Thordarson wrote: > > Awesome, I’ve already booked a venue. Look forward to seeing you guys. > > > > >> On 13. jan. 2017, at 14:22, Markus Ruggiero > > wrote: >> >> Iceland

Re: WOWODC17?? a little OT

2017-01-12 Thread Ken Anderson
;cheap" in Iceland. >> >> Michael >> >> Sent from my iPhone >> >> On Jan 12, 2017, at 7:10 PM, Ken Anderson > <mailto:kenli...@anderhome.com>> wrote: >>> Aye! >>> >>>> On Jan 12, 2017, at 7:09 PM, Chuck Hil

Re: WOWODC17?? a little OT

2017-01-12 Thread Ken Anderson
Very excited - always wanted to go to Iceland. > On Jan 12, 2017, at 7:15 PM, Paul Hoadley wrote: > > On 13 Jan 2017, at 10:39 am, Chuck Hill > wrote: > >> All in favor of Hugi organizing it in Iceland? > > Sounds great. Thanks Hugi. See you there. > > > -- > Pa

Re: WOWODC17?? a little OT

2017-01-12 Thread Ken Anderson
Aye! > On Jan 12, 2017, at 7:09 PM, Chuck Hill wrote: > > All in favor of Hugi organizing it in Iceland? > > From: > on > behalf of Hugi Thordarson mailto:h...@karlmenn.is>> > Date: Thursday, January 12, 2017 at 4:01 PM > To:

Re: AWS has surrendered!

2016-11-26 Thread Ken Anderson
Does anyone have a favorite image to start from? The image I’ve built and used on AWS for years is 32 bit, but the available instance types for 32 bit are getting smaller and smaller. What’s a good 64 bit image to start with? > On Oct 25, 2016, at 6:15 PM, Paul Hoadley wrote: > > Hi Flavio,

Re: Multi-tenant Postgres support with EOF ?

2016-11-25 Thread Ken Anderson
I have done this many times, but not with any specific support from the database. We stored all data in the same schema, and subclassed the editing context to have stop gap measures to ensure queries could not contain data other than the member/company that was connected to that session. Ideal

Next step: running complex queries that return counts

2016-10-20 Thread Ken Anderson
All, Now that I have a good idea about charting, I now need to build the values that will be used for the charts. Because of the volume of data, this will be a new entity that will have a bunch of totals computed and stored. To generate the values, I need to run SQL selects that will return co

Re: Best charting

2016-10-20 Thread Ken Anderson
subject or body 'help' to >> 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 is more specific >> t

Best charting?

2016-10-18 Thread Ken Anderson
All, I have some data that I’d like to be able to make HTML 5 charts from. Are there any decent tools for doing this with WO? Thanks! Ken ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-d

Re: Going out of the community

2016-10-11 Thread Ken Anderson
Pascal, Thank you for all you’ve done! It would not have been the same without you. Even if you’re not present at the next WOWODC in Montreal, hopefully you’ll join us for dinner! Ken > On Oct 6, 2016, at 6:44 PM, Pascal Robert wrote: > > Hello everyone, > > In the events in my life in the

Re: Test message please ignore

2016-08-14 Thread Ken Anderson
apparently not! > On Aug 14, 2016, at 10:30 AM, Theodore Petrosky wrote: > > Is there a problem with the webobjects dev email system? > > Just a test > > Ted > ___ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev maili

Re: Summary of the State of the Community

2016-07-12 Thread Ken Anderson
I have observed this community for a long time, and I know exactly what binds it: alcohol (apologies to those that don’t drink, but since Mike doesn’t hang out with us anymore…) > On Jul 12, 2016, at 7:18 AM, Jean Pierre Malrieu wrote: > > >> Le 12 juil. 2016 à 03:14, Pascal Robert a écrit

Re: WebObjects and jboss

2016-06-30 Thread Ken Anderson
Is there a reason you’ve chosen JBoss? IMHO, it has way too much in it that you don’t need. I had good success deploying wars with tomcat, but it was a while ago. > On Jun 30, 2016, at 12:47 PM, Leigh Kivenko wrote: > > Hello, > Just wondering if there's anyone out there who has previously d

Re: EODrinkingContext Corruption

2016-06-27 Thread Ken Anderson
EOSharedDrinkingContext? > On Jun 26, 2016, at 12:46 AM, Jérémy DE ROYER > wrote: > > Thank’s for sharing (:-) > > Jérémy > >> Le 26 juin 2016 à 04:45, David Avendasora a >> écrit : >> >> >> >> >> >> >> Sent from my iPhone ___ >> Do not post

Re: Question about jdbc connection pool

2016-06-06 Thread Ken Anderson
I've built apps that handled millions of transactions a day with only a few instances. It's not always the best situation, but if you tune your DB well, it works. > On Jun 6, 2016, at 7:21 PM, Tarun Reddy wrote: > > Huh. Never knew this (serial DB access). Is there a recommended way of > scal

Re: How to avoid expensive fetches in database when setting to-one-relationship

2016-06-06 Thread Ken Anderson
One other reason - non class property relationships help EOF resolve abstract entity relationships when prefetching. Without the non-class property back pointing relationships, the prefetched sub-entities don’t get connected properly. > On Jun 6, 2016, at 12:58 PM, Chuck Hill wrote: > > Rela

32bit vs 64bit

2016-06-01 Thread Ken Anderson
All, I’ve been using an image on AWS that’s 32 bit, but the options they offer for 32bit are dwindling. I think it’s probably time to build out a 64 bit image. Any thoughts? How many of you guys are deploying on 32bit Linux vs 64bit? Thanks, Ken _

Re: El Capitan - no more /System/Library/WebObjects

2016-05-15 Thread Ken Anderson
ng you >> wo.system.frameworks). Note: these wo.xxx thingies are the entries from your >> wolips.properties >> >> have fun >> ---markus--- >> >> >>> On 15.05.2016, at 00:19, Ken Anderson wrote: >>> >>> OK everyone - hoping s

El Capitan - no more /System/Library/WebObjects

2016-05-14 Thread Ken Anderson
OK everyone - hoping someone ca point me to an easy approach here. I’ve kept things around in /System/Library/WebObjects since the beginning - just because, I don’t really know what’s looking there. But no it seems El Capitan is going to make absolutely sure I can’t install anything in there.

Re: Follow up on closure

2016-05-13 Thread Ken Anderson
Mark, We all benefit immensely - I can’t imagine coding W/O WO :) Apple realizes the benefit - they still use it! But… it doesn’t fit what the company has become - all understandable. I expect to still be using WebObjects for years to come... Ken > On May 13, 2016, at 10:24 AM, Mark Wardle

Re: Follow up on closure

2016-05-12 Thread Ken Anderson
Yes > On May 12, 2016, at 3:00 PM, Gavin Eadie wrote: > >> On May 12, 2016, at 2:53 PM, David LeBer wrote: >> >> I've purchased a sponsorship, but if there is still a shortfall, you can >> count on me to chip in a little more. > > .. does a "sponsorship" help Pascal’s shortfall? > > I ass

Re: Follow up on closure

2016-05-12 Thread Ken Anderson
uot;Re: Contents of Webobjects-dev digest..." > > > Today's Topics: > >1. Follow up on closure (Pascal Robert) >2. Re: Follow up on closure (Michael Kondratov) >3. Re: Follow up on closure (Hugi Thordarson) >

Re: Follow up on closure

2016-05-12 Thread Ken Anderson
Markus - there is no WO in Cayenne. > On May 12, 2016, at 11:27 AM, Markus Ruggiero > wrote: > > Thus as interesting as Cayenne sounds, there is still WebObjects underneath ___ Do not post admin requests to the list. They will be ignored. Webobjects

Re: Follow up on closure

2016-05-12 Thread Ken Anderson
Hugi, I don’t think this had anything to do with you. I would not have pushed the buttons you pushed - but so be it. Me, I prefer to let sleeping dragons… sleep :) Pascal laid out the issues that brought him to his conclusion: - Less participation in WOnder - Less attendance at WOWODC -

Re: Closure of WOCommunity Association

2016-05-11 Thread Ken Anderson
al people to attend too. > > Chuck > > > From: on behalf > of Ken Anderson > Date: Wednesday, May 11, 2016 at 2:08 PM > To: Pascal Robert > Cc: WebObjects-Dev > Subject: Re: Closure of WOCommunity Association > > Pascal, > > Why would you think we woul

Re: Closure of WOCommunity Association

2016-05-11 Thread Ken Anderson
Pascal, Why would you think we would let that happen to you? We will figure it out and make sure you’re not out of pocket. What are the minimums you have to meet? Ken > On May 11, 2016, at 4:49 PM, Pascal Robert wrote: > > I fond it weird to have to do that because we only have 32 guys at W

Re: More sophisticated tools

2016-05-05 Thread Ken Anderson
Sounds like someone who doesn’t know what they’re talking about, and making assumptions. > On May 5, 2016, at 3:51 AM, Gino Pacitti wrote: > > On the money.cnn article it said > "There are now a large number of more sophisticated tools that accomplish > what Jobs and WebObjects revolutionized

Re: WebObjects officially declared dead by Apple

2016-05-04 Thread Ken Anderson
Hugi - you beat me to the Cayenne comment. In terms of transition, it might not be a bad idea to write a compatibility layer on top of Cayenne to ease transition. The concepts and granularity are similar enough… Ken > On May 4, 2016, at 9:24 AM, Ricardo Parada wrote: > > > On May 4, 2016,

Re: Performance issue

2016-03-15 Thread Ken Anderson
Gerald, There are 2 different things happening here. The session creation exception seems to be something you’re raising in your own code. The lines below the exception relate to receiving changes made from other application instances. You’re going to have to drill down to the problem a bit m

Re: What's new?

2016-01-13 Thread Ken Anderson
What about MontageJS ? > On Jan 13, 2016, at 6:29 PM, Yuri Kondratov wrote: > > SproutCore is a JS framework that was developed by Apple and is used in web > apps such as iCloud. > > Ember is an offshoot of it. It is watered down SproutCore. We have been using > Ember because back in the days

Re: WOWODC 2016: call for papers!

2015-11-26 Thread Ken Anderson
Very cool! > On Nov 26, 2015, at 2:42 PM, Aaron Rosenzweig wrote: > > Hi Pascal, > > 1) What is the planned hotel for the conference? I might purchase flight > tickets now, they seem like a good price at the moment. > > 2) Topic idea (what I’d present): > > “Single page apps with client sid

Re: WOWODC 2016: call for papers!

2015-11-23 Thread Ken Anderson
Yes! > On Nov 23, 2015, at 11:33 AM, Michael Kondratov > wrote: > > 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 >

Re: Making EOs aware of session properties (I know they should not but I need this anyway)

2015-11-08 Thread Ken Anderson
Markus, > On Nov 8, 2015, at 7:45 AM, Markus Ruggiero > wrote: > >> Is currentUser not an EO? I’m guessing not, otherwise you wouldn’t have >> this problem :) > > Yes, it is, but I fail to see why I should not have that problem. Why not have an instance vari

Re: Making EOs aware of session properties (I know they should not but I need this anyway)

2015-11-07 Thread Ken Anderson
Is currentUser not an EO? I’m guessing not, otherwise you wouldn’t have this problem :) Are the EOs shared across sessions? If not, you could always subclass ERXEC and add a region property, then set your subclass as the factory EC. When the user logs in and the session is created, set the r

Re: Documenting the EO Model

2015-11-06 Thread Ken Anderson
I thank them with my $$$ :) > On Nov 6, 2015, at 8:23 AM, Paul Yu wrote: > > We do have to thank the guys at Omni for continuing to support that feature. > > Paul > >> On Nov 6, 2015, at 8:07 AM, Ken Anderson wrote: >> >> Omnigraffle will open an EOMode

Re: Documenting the EO Model

2015-11-06 Thread Ken Anderson
Omnigraffle will open an EOModel into a beautiful graph. > On Nov 6, 2015, at 3:49 AM, Benjamin Steiner wrote: > > Hi list, > > We are currently designing a quite complex EO Model, and there’s a lot to be > documented. Does anyone have some advice on how to approach that on a large > scale or

Re: Problem with %z in NSTimestampFormatter

2015-07-23 Thread Ken Anderson
He needs the - in there, since it’s GMT -4 hours… > On Jul 23, 2015, at 11:48 AM, Gavin Eadie wrote: > >> On Jul 22, 2015, at 10:47 AM, Pascal Robert wrote: >> >> %S%z > > %S-%z ? > ___ > Do not post admin requests to the list. They will be ignored.

Query with binary data?

2015-05-27 Thread Ken Anderson
All, I’m working on a server that will send push notifications through Apple’s Push Notification service. I was originally thinking of storing the device token in binary, but then realized that I will have to look up devices by the device token when the feedback service reports an error. Is t

Re: Entity Modeler SQL generation exception

2015-05-08 Thread Ken Anderson
Works like a charm! Thank you Wolfgang! > On May 8, 2015, at 8:49 AM, Pascal Robert wrote: > > It is. > > Envoyé de mon iPhone > > Le 2015-05-08 à 08:49, Ken Anderson <mailto:kenli...@anderhome.com>> a écrit : > >> Awesome! Is it on the Eclipse upda

Re: Entity Modeler SQL generation exception

2015-05-08 Thread Ken Anderson
Awesome! Is it on the Eclipse update site yet? > On May 8, 2015, at 8:35 AM, Pascal Robert wrote: > > BTW, the fix from Wolfy also fix the issue with reverse engineering! > > De: "Ângelo Andrade Cirino" mailto:aacir...@gmail.com>> > À: "Samuel Pelletier" mailto:sam...@samkar.com>> > Cc: "WebOb

Re: Entity Modeler SQL generation exception

2015-05-07 Thread Ken Anderson
Thanks Wolfgang! Looking at the list of changes, I never would have been able to figure it out! > On May 7, 2015, at 3:04 PM, Wolfgang Halbeisen wrote: > > Hy, > > I think I have fixed the problem. > Please have a look at the pull-request which should fix it: > https://github.com/wocommunity

Re: Is there any problem with EOUtilities.localInstanceOfObject

2015-05-05 Thread Ken Anderson
My guess is, it’s really not waiting for the save to complete. If you could post code, we could be more helpful. > On May 5, 2015, at 10:15 AM, Vineetha N wrote: > > Hi, > > Please help me for the below problem. > > I have inserted new object into EditingContext EC1 and saved the same.My

Re: Entity Modeler exception when trying to generate SQL

2015-05-04 Thread Ken Anderson
Has anyone made any progress on this? If not, can anyone point me to resources that would help me be able to develop/debug this? Thanks, Ken > On Apr 29, 2015, at 8:20 PM, Ângelo Andrade Cirino wrote: > > Some more light on the issue. This is the first time I debug WOLips and I > have never

Re: ERJGroupsSynchronizer.framework on EC2

2015-05-01 Thread Ken Anderson
Paul, These are the basic reasons I didn’t tackle this as well. I can’t imagine anyone would want to use the very old JGroups jar, but who knows? Maybe we need a way for someone to post feedback so that we can determine whether or not it’s OK to upgrade. Ken > On May 1, 2015, at 9:10 AM, Pa

Re: ERJGroupsSynchronizer.framework on EC2

2015-05-01 Thread Ken Anderson
You kill my father… prepare to die > On May 1, 2015, at 8:32 AM, David Avendasora > wrote: > > Hi, My name’s Dave Avendasora. :-) > ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@l

Re: Wonder 7 and 8

2015-04-30 Thread Ken Anderson
ahh ok! That makes sense :) > On Apr 30, 2015, at 2:13 PM, Chuck Hill wrote: > > He was just indicating that it was an appropriate time for Wonder to be > updated for Java 7! :-P > > > On 2015-04-30, 11:11 AM, "Ken Anderson" wrote: > > and your point i

Re: Wonder 7 and 8

2015-04-30 Thread Ken Anderson
and your point is? :) We live in EOL land! > On Apr 30, 2015, at 2:10 PM, Ramsey Gurley wrote: > > Java 7 appears to be EOL starting tomorrow > > https://www.java.com/en/download/faq/java_7.xml > > > > On Apr 29, 2015, at 7:44 AM, David Ave

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-29 Thread Ken Anderson
I was about to say, I can edit components without trouble. So seems like SQL generation is the open item - is there anything I can do to help on this one? > On Apr 29, 2015, at 7:34 PM, Gavin Eadie wrote: > > > On Wed, Apr 29, 2015 at 7:20 PM, Hugi Thordarson > wrote

Re: Entity Modeler exception when trying to generate SQL

2015-04-29 Thread Ken Anderson
I am having the same problem. Anyone getting closer to a solution? Ken > On Apr 29, 2015, at 7:55 AM, David Avendasora > wrote: > >> >> On Apr 29, 2015, at 4:07 AM, Hugi Thordarson > > wrote: >> >> I get this same error whenever attempting to generate SQL from Model

Re: wotaskd on Yosemite

2015-04-29 Thread Ken Anderson
Dave > > >> On Apr 26, 2015, at 12:58 PM, Ken Anderson wrote: >> >> Nevermind - all good now. >> >> The /Library/WebObjects/Logs directory was not write-able by appserver, and >> was clearly pissing everything off. >> >> Thanks for

Re: OT: The Beers of WOWODC

2015-04-29 Thread Ken Anderson
Wow! That place looks very cool… but I don’t see any beer… :) > On Apr 29, 2015, at 7:52 AM, David Avendasora > wrote: > > For those that were not able to make it to Hamburg: > > https://www.icloud.com/photostream/#A75qXGF1GXsg0N > > > —

Re: Creating the perfect error page

2015-04-29 Thread Ken Anderson
Is it checked in? I think the entire community needs to try out DaveLips (YIKES) > On Apr 29, 2015, at 7:23 AM, David Avendasora > wrote: > > Pt. Eclipse is so yesterday. I created a D2JC-based Text Editor / IDE > called DaveLips™ It exclusively uses Vertical Inheritance in it’s modeling

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-28 Thread Ken Anderson
So, even while running Eclipse Luna on 1.7, I couldn’t build. I had to start using the 1.7 JVM for my app. That works fine, so all good… just thought I’d let everyone know. I hope everyone has had safe travel back from Germany! Ken > On Apr 28, 2015, at 12:22 PM, Ken Anderson wr

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-28 Thread Ken Anderson
Ok got it. Yes, only Java 6 is on the machine. I'll try installing 7 and running eclipse with it. Thanks, Ken > On Apr 28, 2015, at 12:06 PM, Chuck Hill wrote: > > 51 is Java 7. You must be running Eclipse with Java 6. > > Chuck > > On 2015-04-28, 5:41 AM, &quo

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-28 Thread Ken Anderson
All, I’m having a little trouble with my ancient build.xml files. I’m getting this when trying to do an install: java.lang.UnsupportedClassVersionError: org/objectstyle/woproject/ant/WOCompile : Unsupported major.minor version 51.0 I’m guessing eclipse 4.4 doesn’t like plugins compiled with 1

Re: wotaskd on Yosemite

2015-04-26 Thread Ken Anderson
Nevermind - all good now. The /Library/WebObjects/Logs directory was not write-able by appserver, and was clearly pissing everything off. Thanks for everyones help! Ken > On Apr 26, 2015, at 12:45 PM, Ken Anderson wrote: > > ok - progress! > > For some reason, the upgrade

Re: wotaskd on Yosemite

2015-04-26 Thread Ken Anderson
ot; 500 65 Bogdan, I checked, and WODirectConnectEnabled is false, and WOHost is set to localhost. I also don’t see any errors in the output of wotaskd. Any other ideas? Thanks again, Ken > On Apr 26, 2015, at 8:51 AM, Ken Anderson wrote: > > Unfortunately, no errors related to mo

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-26 Thread Ken Anderson
AWESOME!! > On Apr 26, 2015, at 11:31 AM, David Avendasora > wrote: > > I’d like to announce that due to a some hard work at WOWODC by Larry > Mills-Gahl, Tom Philip, Pascal Robert and some furious > “build”-button-clicking by myself… > > WOLips for Eclipse 4.4 (Luna) is now successfully bui

Re: wotaskd on Yosemite

2015-04-26 Thread Ken Anderson
Unfortunately, no errors related to mod_Webobjects. Plus, httpd -M shows it loaded. > On Apr 26, 2015, at 8:47 AM, Bogdan Zlatanov > wrote: > > It might be a good idea to check the apache error logs for any problems with > mod_WebObjects > > On 26/04/2015 14:4

Re: wotaskd on Yosemite

2015-04-26 Thread Ken Anderson
ific directory. > >> Le 2015-04-26 à 08:14, Ken Anderson > <mailto:kenli...@anderhome.com>> a écrit : >> >> Thanks Markus. Unfortunately, I’ve worked backwards and seem to have more >> issues than I thought. >> >> I can run wotaskd manu

Re: wotaskd on Yosemite

2015-04-26 Thread Ken Anderson
> -WOHost > localhost > >ServiceIPC > >UserName > _appserver >StandardOutPath > /Library/WebObjects/Logs/wotaskd.log >StandardErrorPath > /Library/WebObjects/Logs/wotaskd.log > > > >

wotaskd on Yosemite

2015-04-24 Thread Ken Anderson
OK - I bit the bullet and upgraded to Yosemite. Can someone remind me how to get wotaskd running again? I have java installed and other things that used to run are running (jenkins, crashplan), but no wotaskd. Thanks, Ken ___ Do not post admin req

Re: Help on webobjects

2015-04-22 Thread Ken Anderson
No issues here: ; <<>> DiG 9.8.3-P1 <<>> learningthewonders.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 46104 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;learningthewonders.com.IN

Dinosaur land vs Yosemite and Apache

2015-04-16 Thread Ken Anderson
All, Well, Xcode 6.3 requires Yosemite, so I’m going to have to go kicking and screaming. How is everyone dealing with Apache in Yosemite? I remember a lot of chatter about it a while back, but not sure where everything has settled. Steve Quirk has built a script to convert the config to mod

Re: NPE in Wonder code

2015-03-10 Thread Ken Anderson
You might be thinking of Core Data - they REALLY want you to have back pointing relationships in Core Data… On Mar 10, 2015, at 12:48 AM, Chuck Hill wrote: > > > On 2015-03-09, 12:03 PM, "OC" wrote: > > Hmmm... I have possibly found the culprit. > > Some time ago when optimizing, I have rem

Re: efficient copy?

2015-03-01 Thread Ken Anderson
How often does this have to happen? Does it need to happen while other operations are going on that might interfere? My basic approach is KISS unless there’s a reason to do it otherwise, so I would just do a long response page that does this with EOs, and maybe multiple EC’s in a loop to keep

Re: first version of deployment config scripts for Ubuntu/AWS

2015-02-28 Thread Ken Anderson
This is how we do it too - much safer. On Feb 28, 2015, at 3:02 PM, Matthew Ness wrote: > Hi Ray, > > We do a lot of deployment to AWS environments (although not Ubuntu, > still linux). One thing I would recommend here is with this step: > >> - change the security group to add the ability to a

Re: in another EC, when objects transferred through GIDs, owning relationship does not delete objects?!?

2015-02-27 Thread Ken Anderson
OC, FYI - best practices are: create EC lock EC try { // operations } catch (Exception e) { // exception handling } finally { unlock EC } In your code, if an exception is thrown creating the EC, your finally block will try to unlock it and generate an NPE. Ken > On Fe

Re: in another EC, when objects transferred through GIDs, owning relationship does not delete objects?!?

2015-02-25 Thread Ken Anderson
A couple of things that stand out for me… First, why are you expecting the object to be deleted when you just remove it from the relationship? Second, have you removed calls to lock() and unlock(), or are you not calling them? Ken > On Feb 25, 2015, at 7:07 PM, OC wrote: > > Hello there, >

Re: Pre-fetching

2015-02-21 Thread Ken Anderson
setPrefetchingRelationshipKeyPaths(NSArray paths) On Feb 21, 2015, at 6:14 PM, Robert B. Hanviriyapunt wrote: > I know how to set up pre fetching in a model based fetch spec. How does one > do this programmatically? > ___ > Do not post admin reques

Re: way too many SELECTs?

2015-02-14 Thread Ken Anderson
This is certainly odd behavior - something else must be going on. In your example (a) will always happen - EOF will fault in relationships before adding objects to them. But, once that relationship is there, it should stay in that EO until some kind of invalidation happens. Any chance you coul

Re: pre-render and cache a component?

2015-02-13 Thread Ken Anderson
Take a look at ERMailDelivery, it does the same thing. > On Feb 13, 2015, at 1:07 PM, Chuck Hill wrote: > > Off the top of my head, you need to create a new WOContext and use the > WOApplication pageWithName(String, WOContext) method. > > Chuck > > On 2015-02-13, 9:54 AM, "OC" wrote: > > H

Re: EOModeler, search with Array

2015-02-12 Thread Ken Anderson
i have no idea how to use this? > > How do i get a list of Cars with the ERXOrQualifier? Sorry for this question, > but i have never done it like this before. > > Can you help me? > Thanks, > Daniel > > Gesendet: Donnerstag, 12. Februar 2015 um 17:06 Uhr > Von:

Re: EOModeler, search with Array

2015-02-12 Thread Ken Anderson
Daniel, You can use the in method of the ERXKEY like this: NSArray brands = new NSArray(new Brand[] {vw, audi, bmw}); Car.BRAND.in(brands); This still generates an OR qualifier, but it’s prettier. Ken On Feb 12, 2015, at 8:25 AM, Daniel Hausberger wrote: > Hi Experts, > i'm strugeling aroun

Re: [OT] .Net goes Open Source

2015-02-05 Thread Ken Anderson
I still use the regular distribution… On Feb 5, 2015, at 4:57 PM, Pascal Robert wrote: > And no leadership. Also, at WOWODC 2014, almost everyone said that they are > using their own forks. > > De: "Chuck Hill" > À: "Ken Anderson" , "Pascal Robert

Re: [OT] .Net goes Open Source

2015-02-05 Thread Ken Anderson
Nobody cares about WOnder anymore? You feeling OK Pascal? On Feb 5, 2015, at 4:11 PM, Pascal Robert wrote: > I guess it will be in the not-very-open TreasureBoard. Nobody cares about > Wonder anymore. > > - Mail original - > De: "Daniel D CIV NAVAIR Beatty, 474300D" > À: "webobjects-

Re: multi-instance: orphaned fault

2015-01-20 Thread Ken Anderson
Is there a reason you’re storing the result of the relationship instead of the source? If you stored one level up, you’d properly get a null result instead of a stale fault. On Jan 20, 2015, at 8:01 PM, OC wrote: > Hello there, > > I've just bumped into a new problem. Unless I am doing som

  1   2   3   4   5   6   7   8   9   10   >