Re: install deploy on centos 7

2016-05-20 Thread jazzsalsa
Ted, I don’t think this will be a problem. The rpm spec says [1]: %post service httpd graceful > /dev/null 2>&1 And CentOS 7 uses 'systemctl restart httpd' i.s.o. 'service httpd restart' on CentOS 6, so the restart of httpd failed. You should do this yourself: sudo systemctl restart httpd Reg

Re: install deploy on centos 7

2016-05-19 Thread jazzsalsa
Hi Ted, If you manually copy/past the below contents in this file it works: /etc/yum.repos.d/wocommunity.repo [wocommunity] name=WOCommunity baseurl=http://packages.wocommunity.org/CentOS/6/ enabled=1 gpgcheck=0 #gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6-LocalRepo protect=0 2. sudo yum

Re: Closure of WOCommunity Association

2016-05-11 Thread jazzsalsa
Done :)##SELECTION_END## http://wocommunity.boards.net/thread/2/ideas-improve-community ___ 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 Subsc

Re: Closure of WOCommunity Association

2016-05-11 Thread jazzsalsa
Hi Maik, That is great news that you can host it. I can help with the migration.  Who wants to help me to organize WOCommunity 2.0 (new style)? It would be great to have some feedback on what I sent earlier. Do you like it? Should we add something? I have some ideas: - online forum - website on

Migration Checklist

2016-05-11 Thread jazzsalsa
Hi Pascal, Could you help to provide the needed information for the migration (and fill in the Notebook below)? Without this information we cannot select a new hosting provider. Hopefully some of the supporting companies can support this on-site? https://onedrive.live.com/redir?page=view&resid=AD

Closure of WOCommunity Association

2016-05-11 Thread jazzsalsa
Hi WebObjects fans, I just read this message on Facebook from Pascal: Pascal Robert 21 hrs · Montreal, QC, Canada With the official death of WebObjects, it is time to announce the closure of the WOCommunity Association. We don't have any cash left to pay the expenses of WOWODC 2016 and the hostin

Deployment on Wildfly 10

2016-03-31 Thread jazzsalsa
Hi list, Using these build files I could deploy on Wildfly 10: https://github.com/plotters/wowildfly (includes also a little how-to) Does someone have an Ant script to generate the web.xml automatically? On github I put what I found on WebObjects 5.3 / OS X 10.4. Also the build.xml file is old.

Re: NSMutableDictionary

2016-02-07 Thread jazzsalsa
ere a better way to convert a list to an EO automatically for all the items in the list? Thanks in advance, Bart On Sun, 2016-02-07 at 09:55 +1030, Paul Hoadley wrote: > Hi Bart, > > On 7 Feb 2016, at 9:06 am, jazzsalsa wrote: > > > This really helps. I will give that I try. H

Re: NSMutableDictionary

2016-02-06 Thread jazzsalsa
ith/a697bbd2c8a6f43d015f > > Cheers, > - hugi > > > > On 6. feb. 2016, at 21:53, jazzsalsa wrote: > > > > Hi list, > > > > I have a question about a nested NSMutableDictionary. Some of the > > objects in the dictionary consist of another N

NSMutableDictionary

2016-02-06 Thread jazzsalsa
Hi list, I have a question about a nested NSMutableDictionary. Some of the objects in the dictionary consist of another NSMutableDictionary. Usage here is a nested JSON object which is converted to  a dictionary.  For the first level I get all the keys: log.info("All keys: " + dict.allKeys().arr

Re: Strange error using Wonder (same code works fine in WebObjects 5.3)

2015-12-29 Thread jazzsalsa
ogged on > application start. If ERAttributeExtension is listed before > JavaEOAccess there as well, then I'm at a loss. > > > Am 29.12.2015 um 17:33 schrieb jazzsalsa : > > > > Hi Fabian, > > > > Thanks for the fast reply! That is already the case. it looks like

Strange error using Wonder (same code works fine in WebObjects 5.3)

2015-12-29 Thread jazzsalsa
Hi list, I am stuck using Wonder (again, the learning curve is steep ;). Trying to fetch data from a postgresql database. The data looks like this: creationDate (timestamptz) description varchar(255)id tagID title varchar(50) url varchar(50) 2015-12-29 13:46:19 +0100

Re: WO Maven getting started

2015-12-08 Thread jazzsalsa
Th is is the third blog post","creationDate":"2015-12- 08T14:41:00Z","lastModified":"2015-12-08T14:41:00Z","title":"Third post","author":{"id":4,"type":"Author","email":"jazz3@email","f

Re: WO Maven getting started

2015-12-01 Thread jazzsalsa
I’ve found this really helpful in ubuntu :) > > https://github.com/juven/maven-bash-completion > > That might even work on OS X… maybe. > > On Nov 30, 2015, at 10:14 AM, jazzsalsa wrote: > > > Hi Ramsey, Henrique, > > > > Thanks for fixing how hard is was to

Re: WO Maven getting started

2015-12-01 Thread jazzsalsa
ubuntu :) > > https://github.com/juven/maven-bash-completion > > That might even work on OS X… maybe. > > On Nov 30, 2015, at 10:14 AM, jazzsalsa wrote: > > > Hi Ramsey, Henrique, > > > > Thanks for fixing how hard is was to work with Maven. Much easier &

Re: WO Maven getting started

2015-11-30 Thread jazzsalsa
ember lots of > command line args. > > Also, I’ve found this really helpful in ubuntu :) > > https://github.com/juven/maven-bash-completion > > That might even work on OS X… maybe. > > On Nov 30, 2015, at 10:14 AM, jazzsalsa wrote: > > > Hi Ramsey, Henrique, &

Re: WO Maven getting started

2015-11-30 Thread jazzsalsa
Hi Ramsey, Henrique, Thanks for fixing how hard is was to work with Maven. Much easier now, but not quite there yet. I followed this page and looked at the email thread on the list around 18-Sep-15: https://wiki.wocommunity.org/display/WOL/Quick+Start This works (step 4): mvn archetype:generate

Re: Help on webobjects

2015-04-21 Thread jazzsalsa
Hi, Until the end of the week you can download a copy here: https://secure.sqmail.me/owncloud/index.php/s/7JmNggJtVHacRwk Password is: LearningTheWondersApril Regards, Bart On 04/21/2015 09:49 AM, webobjects-dev-requ...@lists.apple.com wrote: > Send Webobjects-dev mailing list submissions t

Jenkins login

2014-11-11 Thread jazzsalsa
Hi list, Pascal, Is there a way to get a login for jenkins.wocommunity.org ? I would like to check the current config.xml files and fix failing jenkins builds. First on my local CentOS box. This can be used also on the wocommunity server if needed. Thanks, Bar

Re: Java Certificates applying to WebObjects

2014-11-07 Thread jazzsalsa
Hi list, John, I would be interested to know how to use Java certificates in Webobjects applications.Can you send the procedure to the list? Thanks, Bart > On 7 Nov 2014, at 14:30, webobjects-dev-requ...@lists.apple.com wrote: > > Send Webobjects-dev mailing list submissions to > webobj