Re: wocommunity.org status

2015-03-06 Thread Theodore Petrosky
down for me too!!! On Mar 6, 2015, at 4:47 PM, Morris, Mark wrote: > Is wocommunity.org down? It’s timing out for me. Thanks! > > — Mark > > > ___ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list (W

wocommunity.org status

2015-03-06 Thread Morris, Mark
Is wocommunity.org down? It’s timing out for me. Thanks! — Mark ___ 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://list

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

2015-03-06 Thread John Huss
There's a note in the build file -- due to WO bug don't use tomcat 8 unless you replace WOJavaServletAdapter or whatever its called. Use tomcat 7. On Fri, Mar 6, 2015, 9:09 AM John Huss wrote: > Here's what I can do now: > > https://www.dropbox.com/s/bfgmzkrz6cyw1xe/buid.xml?dl=1 > > https://ww

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

2015-03-06 Thread John Huss
Here's what I can do now: https://www.dropbox.com/s/bfgmzkrz6cyw1xe/buid.xml?dl=1 https://www.dropbox.com/s/56cojqgulc7sezj/Application.java?dl=1 On Thu, Mar 5, 2015 at 2:49 PM Paul Hoadley wrote: > Hi John, > > On 6 Mar 2015, at 2:01 am, John Huss wrote: > > Are you doing any of this in pra

Project template to automate some resources creation for D2W app

2015-03-06 Thread Ângelo Andrade Cirino
Hi all, I would like to create a project template to automate the creation of D2W rules files and the application menus based on the application’s EOModels and some user selections. I see two options: 1. Modify the new project from template wizard to load and parse the models. 2. Add two new op

Re: blocking other instances from activity

2015-03-06 Thread OC
Thanks! That would be probably the best solution -- especially since all the “special” activities I at the moment can think of are triggered by the state of the objects in DB, i.e., I would not even need the requests. Actually I have suggested this approach at the very beginning, but alas, the