Re: Any plans to build libapache2-mod-wo for Ubuntu 14.04 LTS

2014-05-15 Thread Bastian Triller
I wanted to look into it yesterday, but I somehow screwed up my repo ssh access. I get Write failed: broken pipe. Authentication looks fine. My remote url is g...@github.com:btriller/wonder.git. Any ideas? On 14 May 2014 01:57, D Tim Cummings t...@triptera.com.au wrote: Hi all (and Bastian

Re: Any plans to build libapache2-mod-wo for Ubuntu 14.04 LTS

2014-05-15 Thread D Tim Cummings
Hi Bastian I have been having ssh problems recently with Mac OS X Mavericks. I needed to set the ServerAliveInterval to send a keep alive message every 30 seconds otherwise my ssh session would die after a minute. Could be the same problem you are having. sudo nano /etc/ssh_config

Re: Any plans to build libapache2-mod-wo for Ubuntu 14.04 LTS

2014-05-15 Thread Bastian Triller
gna, I changed ssh keys yesterday. Looks like that took some time ... all works fine now. On 15 May 2014 08:44, D Tim Cummings t...@triptera.com.au wrote: Hi Bastian I have been having ssh problems recently with Mac OS X Mavericks. I needed to set the ServerAliveInterval to send a keep alive

ERD2WEditToOneRelationship and enums: the correct way to use them?

2014-05-15 Thread Ângelo Andrade Cirino
Hi, I want to use a ERD2WEditToOneRelationship in a D2W page with a statically defined list of options using an enum for the list. I've followed the presentation in the screencast D2W Custom Assignments and Component Design (WOWODC 2010). I've set up this rules: 100 : (propertyKey =

Re: running ERModernMoviesDemo app?

2014-05-15 Thread Ray Kiddy
On Thu, 15 May 2014 07:32:20 +0200 Dipl.-Ing. Jens Lünstedt jens.luenst...@ritz-schmidt.de wrote: Hello Ray, can you build your own project with ant? I had a similar problem last year when I could run my projects but not deploy them. As I remember right (can't find any mails about that) it

Re: running ERModernMoviesDemo app?

2014-05-15 Thread Fabian Peters
Hi Ray, I'd guess this is causing the problem: May 15 10:30:33 ERModernMoviesDemo[] INFO NSLog - ERMoviesLogic.finishInitialization, re-writing connection url to use embedded H2 db at:

Re: running ERModernMoviesDemo app?

2014-05-15 Thread Fabian Peters
Sorry, that one has be false, I guess. Otherwise the framework's principal class will mess with your settings (see webobjectsexamples.businesslogic.ERMoviesLogic): webobjectsexamples.ERMoviesLogic.useEmbeddedH2Database=false Am 15.05.2014 um 20:42 schrieb Fabian Peters

Re: ERPDFGeneration problem

2014-05-15 Thread Timothy Worman
David et al: I was able to get my PDF gen working again by starting with new components. I used the wocomponent wizard, allowed it to create the html and left the doctype as xhtml transitional. Essentially building from there with a document saying Hello World, I was able to get things working

Re: ERPDFGeneration problem

2014-05-15 Thread Dev WO
Hi Tim, Maybe I'm all wrong, but you could check the Property of each .wo file (it should be inherited if the container is UTF-8 or manually select OtherUTF-8) You could also check the corresponding .woo file and compare them with the one from the working component. Xavier On 15 mai 2014, at

ERXKey to check to many relationship is null

2014-05-15 Thread Oscar González
Hi list,I'm trying to generate a ERXKey to check to many relationship is null in the database.Person--AddressI want all the persons that have no address. Appreciate any help, Saludos, Oscar. ___ Do not post admin

Re: ERPDFGeneration problem

2014-05-15 Thread Timothy Worman
Xavier: Everything reflects UTF-8. I’m suspecting something about the doctype declaration or the meta tag. I’m guessing something changed in the framework since I first built my custom PDF wrapper. Tim On May 15, 2014, at 1:13 PM, Dev WO webobje...@anazys.com wrote: Hi Tim, Maybe I'm all

Re: ERXKey to check to many relationship is null

2014-05-15 Thread Timothy Worman
Oscar: Any of these maybe? http://osdir.com/ml/webobjects-dev/2011-05/msg00251.html or: er.extensions.eof.qualifiers.ERXInQualifier er.extensions.eof.qualifiers.ERXExistsQualifier ERXEOControlUtilities.objectCountWithQualifier EOUtilities.rawRowsForSQL - which could give you efficient count