Re: WebObjects Adaptor for Apache 2.4.3

2012-09-19 Thread Johann Werner
Hi Dennis, Am 19.09.2012 um 18:54 schrieb Gaastra Dennis - WO Lists : > Dear List, > > We would like to try compiling the WebObjects Adaptor for Apache 2.4.3. > > Our goal is to run the newest OpenSSL/1.0.1c with Apache httpd/2.4.3 on > Mountain Lion 8.1 on our servers. > > Questions: > 1] W

Re: Trouble Shooting Mountain Lion

2012-09-19 Thread Chuck Hill
On 2012-09-19, at 9:41 PM, Jeffrey Schmitz wrote: > I thought by turning off the website services in the Mountain Lion Server app > that it would disable the Mountain Lion apache, but apparently not. Removing > the apache plist in /System/Library/LaunchDaemons seems to have done the > trick t

Re: Trouble Shooting Mountain Lion

2012-09-19 Thread Jeffrey Schmitz
I thought by turning off the website services in the Mountain Lion Server app that it would disable the Mountain Lion apache, but apparently not. Removing the apache plist in /System/Library/LaunchDaemons seems to have done the trick though as now the macports apache seems to have taken hold.

Re: Turning direct-connect off issue

2012-09-19 Thread Chuck Hill
My first guess is that you have not set WOHost or not set it consistently http://wiki.wocommunity.org/dosearchsite.action?spaceSearch=false&queryString=WOHost On 2012-09-19, at 1:26 PM, Ângelo Andrade Cirino wrote: > Hi, > > I followed this link > > http://wiki.wocommunity.org/display/WO/Deve

Re: Trouble Shooting Mountain Lion

2012-09-19 Thread Chuck Hill
+1 On 2012-09-19, at 9:16 PM, Tim Worman wrote: > It sounds to me as though the machine is launching or trying to launch both > installed versions of Apache. You need to disable the launchd config for > whichever Apache you do not want to run. > > Tim > > On Sep 19, 2012, at 8:40 PM, Jeffrey

Re: Trouble Shooting Mountain Lion

2012-09-19 Thread Tim Worman
It sounds to me as though the machine is launching or trying to launch both installed versions of Apache. You need to disable the launchd config for whichever Apache you do not want to run. Tim On Sep 19, 2012, at 8:40 PM, Jeffrey Schmitz wrote: > I keep going in circles on the macport apache

Re: Trouble Shooting Mountain Lion

2012-09-19 Thread Jeffrey Schmitz
I keep going in circles on the macport apache now. It seems to run on one reboot, but then I'll reboot again and when I go to localhost in safari I get: "Web service is turned off. An administrator can turn it on using the Server application." When I try sudo apachectl start I get: org.apa

Re: Really weird Ajax update problem

2012-09-19 Thread Alexis Tual
Pascal, could you post the code of this TestsPascal component ? Alex 2012/9/19 Pascal Robert > So I moved to divs and the problem still persist. "Funny" thing is that > the update is really a partial submit and the response only have the HTML > for the row I want to update. The ids are also mat

Turning direct-connect off issue

2012-09-19 Thread Ângelo Andrade Cirino
Hi, I followed this link http://wiki.wocommunity.org/display/WO/Development-Direct+Connect To turn off direct-connect but was given the following message in the browser: *No instance available* Should I install the application using WOMonitor? I thought there would be no need to install the ap

Error in app installation

2012-09-19 Thread Ângelo Andrade Cirino
Hi, Before deploying my apps in the Ubuntu server at Rackspace, I want to test the deployment locally, but the install script had a problem with tar: BUILD FAILED /Users/aacirino/Documents/workspace/vtta1.0/build.xml:59: Problem creating TAR: request to write '113' bytes exceeds size in header o

Installation feedback

2012-09-19 Thread Ângelo Andrade Cirino
Hi all, Some of the list members followed my recent issues with my installation and were kind enough to help me and give me advice. I thank you all for your help and want to give you some feedback. I bought a new HD and installed Mountain Lion bought from App Store. My installation is: 1. App

ERD2WDisplayImageAttachment component

2012-09-19 Thread Ângelo Andrade Cirino
Hi all, I have been wondering about the framework where ERD2WDisplayImageAttachment should be placed. In the Wonder source tree it is originally in ERDiveliteLook, but I think it should be place in ERAttachment itself. It is a component generic enough to be widely used and I have been using it wit

Re: Velocity Template examples on Wiki

2012-09-19 Thread John Huss
http://wiki.wocommunity.org/display/WOL/EOGenerator+Templates+and+Additions On Wed, Sep 19, 2012 at 12:56 PM, David Holt wrote: > Hi all, > > There used to be a page of example Entity.java _Entity.java class templates > and snippets on the wiki. I cannot find it anymore, does anyone know whether

Re: Velocity Template examples on Wiki

2012-09-19 Thread David Holt
Sadly the search function != amazeballs. This could be a problem. Searching on "eogenerator templates" or content on the page such as "clazz" does not bring up this page: http://wiki.wocommunity.org/display/WOL/EOGenerator+Templates+and+Additions On 2012-09-19, at 10:56 AM, David Holt wrote:

Velocity Template examples on Wiki

2012-09-19 Thread David Holt
Hi all, There used to be a page of example Entity.java _Entity.java class templates and snippets on the wiki. I cannot find it anymore, does anyone know whether it has been removed or deleted? Thanks, David ___ Do not post admin requests to the list

WebObjects Adaptor for Apache 2.4.3

2012-09-19 Thread Gaastra Dennis - WO Lists
Dear List, We would like to try compiling the WebObjects Adaptor for Apache 2.4.3. Our goal is to run the newest OpenSSL/1.0.1c with Apache httpd/2.4.3 on Mountain Lion 8.1 on our servers. Questions: 1] Where do we download the source? 2] Is there a difference between the Wonder and the Apple

Re: ERXModernNavigationMenu ??

2012-09-19 Thread Theodore Petrosky
so there is a way. I am re-reading the Navigation.html and there is: { name = Movie; action = "session.navController.listMovieAction"; /* displayName takes precedence over name for display purposes. If no displayName is prov

Re: ERXModernNavigationMenu ??

2012-09-19 Thread Theodore Petrosky
what I am looking for is something along the lines of: { name = "Agenda"; displayName = "Agenda"; action = "session.navController.listAgendasForUser"; conditions = ("session.user.canSeeAgendas"); childrenChoices = { isSelected = ("SearchAgenda", "Cre

Re: ERXModernNavigationMenu ??

2012-09-19 Thread Jesse Tayler
you mean you want to have a logic value from a java method determine some state in child submenus? you can optionally make a choice follow a key path like this: children = "session.mainMenuElements"; where mainMenuElements is a method returning a string key, which in this case

ERXModernNavigationMenu ??

2012-09-19 Thread Theodore Petrosky
OK, so I learned how to substitute the ERXModernNavigationMenu in my MenuHeader but writing rules to target it is eluding me. What I want to accomplish is that all children menu items are not displayed unless the parent is selected. Ted ___ Do not po

Fwd: build in utf-8

2012-09-19 Thread Maik Musall
Hi, add encoding="utf-8" to your wocompile statement in build.xml. Possibly also to copy statements and other javac statements. Maik Am 19.09.2012 um 15:16 schrieb Antoine Berry : > Hello everybody, > > I built my project with Jenkins and everything went well, except that I have > some pro

Re: build in utf-8

2012-09-19 Thread Pascal Robert
Le 2012-09-19 à 09:16, Antoine Berry a écrit : > Hello everybody, > > I built my project with Jenkins and everything went well, except that I have > some problems with the encoding (Yes I'm french). At first I had some problem > with my localizable.string files, but I solved that problem by a

build in utf-8

2012-09-19 Thread Antoine Berry
Hello everybody, I built my project with Jenkins and everything went well, except that I have some problems with the encoding (Yes I'm french). At first I had some problem with my localizable.string files, but I solved that problem by adding " Dfile.encoding=UTF-8" in my application settings.

Re: Really weird Ajax update problem

2012-09-19 Thread Pascal Robert
So I moved to divs and the problem still persist. "Funny" thing is that the update is really a partial submit and the response only have the HTML for the row I want to update. The ids are also matching and I'm not updating the whole table. > Yes, I don't think that updating table structure wor