Re: jrebel

2016-07-14 Thread Ted Archibald
Back when I was coding WO more often I using JRebel 4 and it worked perfectly. I just had some DAs so I could force DB migrations and other tasks that only happen at startup. But I haven’t worked on my WO projects in about 2 years. On Thu, Jul 14, 2016 at 12:42 PM, Theodore Petrosky wrote: > I

Re: Instance won't shutdown with ERJGroupsSynchronizer

2016-07-14 Thread Ted Archibald
Blast form the past…. This problem was causing issues with my deploy scripts back when I was actively coding in WO. Now I don’t have these problems since I haven’t updated any code and redeployed in a couple years. On Wed, Jul 13, 2016 at 5:38 PM, Paul Hoadley wrote: > On 13 Jul 2016, at 11:31

Re: jrebel

2016-07-14 Thread Hugi Thordarson
Yes, we use JRebel. Can’t live without it. - hugi > On 14. júl. 2016, at 18:42, Theodore Petrosky wrote: > > Is anyone using jrebel with WO? I used it in the past and it worked very > well. I want to know that it works with WOLips before I send them my money. > > Ted > __

Re: jrebel

2016-07-14 Thread Aaron Rosenzweig
There was a talk in Montreal on how to use open source alternative to JRebel that executes faster and is free. AARON ROSENZWEIG / Chat 'n Bike e: aa...@chatnbike.com t: (301) 956-2319 On Jul 14, 2016, at 3:59 PM, Hugi Thordarson wrote: > Yes, we use JRebel. Can’t live w

Re: jrebel

2016-07-14 Thread Samuel Pelletier
Aaron and all, I wrote the Hotswap plugin for the the free Jrebel alternative. Here is the short link to the WO Community page with the installation instructions: http://wiki.wocommunity.org/x/LIDh I'm open to donation, beer of meal in next wowodc. Samuel > Le 14 juil. 2016 à 16:29, Aaron R

Re: jrebel

2016-07-14 Thread Chuck Hill
Hmmm, not sure if you meant beer OR meal, or meal OF beer. :-P From: on behalf of Samuel Pelletier Date: Thursday, July 14, 2016 at 2:23 PM To: Aaron Rosenzweig Cc: WebObjects-Dev Subject: Re: jrebel Aaron and all, I wrote the Hotswap plugin for the the free Jrebel alternative. Here is t

Re: jrebel

2016-07-14 Thread Theodore Petrosky
Ok the install was painless (almost, I am always scared to touch things that are magic). I made a little change to an EO, I added a method and I saw: HOTSWAP AGENT: 20:29:13.094 INFO (org.hotswap.agent.plugin.webobjects.HotswapWebObjectsPlugin) - Resetting KeyValueCoding caches in the console

Re: Summary of the State of the Community

2016-07-14 Thread Lachlan Deck
Fixed it for ya :-) > On 14 Jul 2016, at 3:35 AM, Chuck Hill wrote: > > ... > Which brings us to now. Most of us have decades of experience in software > development and much of that using a toolset that gave us a complete > scaffolding on which to hang our application specific logic. Dave A

RE: jrebel

2016-07-14 Thread Wolfgang Hartmann
Hy, We're using JRebel a lot and it works great. But since we're sending money to them there is this annoying JRebel-Guy who is regularily calling trying to sell us more things but that's no technical issue. The features of WO-JRebel are: - component-class reloading after changes - eof-class rel

Re: Summary of the State of the Community

2016-07-14 Thread Chuck Hill
LOL From: Lachlan Deck Date: Thursday, July 14, 2016 at 9:27 PM To: Chuck Hill Cc: "webobjects-dev@lists.apple.com" Subject: Re: Summary of the State of the Community Fixed it for ya :-) On 14 Jul 2016, at 3:35 AM, Chuck Hill mailto:ch...@gevityinc.com>> wrote: ... Which brings us to now.

Re: Ajax request, ERXRedirect and ERXThreadStorage

2016-07-14 Thread Jean-François Veillette
On Jul 12, 2016, at 8:52 AM, Paul Hoadley wrote:Hello,I’m working on an app where some page-level informational messages (such as validation problems) are stored in ERXThreadStorage, and displayed by the page wrapper. This works great for full page loads.In a few places, I’m