Re: RDS [was: Re: WOLips Update]

2024-03-18 Thread Steve Peery via Webobjects-dev
I don’t know the details of how to do that. I have someone that helps me with AWS. I plan to start by installing a local copy of the new MySQL version on my development machine to see if my apps work there. On Mar 18, 2024, at 9:31 AM, Jesse Tayler wrote:sigh.Seems the easiest thing is to set up

Re: RDS [was: Re: WOLips Update]

2024-03-17 Thread Steve Peery via Webobjects-dev
MySQL is retiring a major version and AWS is requiring an upgrade. For now they will charge extra to support the retired version if you don’t upgrade.  I have some old apps nearing end-of-life.  I tried the upgrade and they didn’t work, so I had to revert it all. Total pain. I’m just paying the ext

Re: RDS [was: Re: WOLips Update]

2024-03-17 Thread Jesse Tayler via Webobjects-dev
Oh? I figured nobody changed that adaptor since forever ago — Maybe I should download that first before updating? > On Mar 17, 2024, at 9:45 PM, Steve Peery wrote: > > Make sure the MySQL driver in your app is new enough to work with the new > version of SQL! I tried to upgrade and my apps wo

Re: RDS [was: Re: WOLips Update]

2024-03-17 Thread Steve Peery via Webobjects-dev
Make sure the MySQL driver in your app is new enough to work with the new version of SQL! I tried to upgrade and my apps would not connect.Steve On Mar 16, 2024, at 9:27 PM, Paul Hoadley via Webobjects-dev wrote:Hi Jesse,On 17 Mar 2024, at 11:12 am, Jesse Tayler wrote:I’m upgr

Re: RDS [was: Re: WOLips Update]

2024-03-16 Thread Paul Hoadley via Webobjects-dev
Hi Jesse, On 17 Mar 2024, at 11:12 am, Jesse Tayler wrote: > I’m upgrading from a rather old MySQL, this is basically a button press and I > suppose I should dump the data in case something goes awry but I cannot see > why my boring EO Model would have any trouble using an updated version even

Re: RDS [was: Re: WOLips Update]

2024-03-16 Thread Jesse Tayler via Webobjects-dev
I’m upgrading from a rather old MySQL, this is basically a button press and I suppose I should dump the data in case something goes awry but I cannot see why my boring EO Model would have any trouble using an updated version even if the jump is — well, at least like…I dunno - ten years? The da

RDS [was: Re: WOLips Update]

2024-03-16 Thread Paul Hoadley via Webobjects-dev
On 17 Mar 2024, at 1:20 am, Jesse Tayler via Webobjects-dev wrote: > Does anyone use RDS on AWS? We've been using PostgreSQL on RDS for years. Is there anything you want to know? -- Paul Hoadley https://logicsquad.net/ https://www.linkedin.com/company/logic-squad/

Re: WOLips Update

2024-03-16 Thread Jesse Tayler via Webobjects-dev
Does anyone use RDS on AWS? I’m updating and just figure MySQL will not care about whatever simple EOF stuff I’m using… I’m still on an old Eclipse but it sounds like WOLips is working on the most recent? > On Mar 16, 2024, at 4:28 AM, Hugi Thordarson via Webobjects-dev > wrote: > > "All" i

Re: WOLips Update

2024-03-16 Thread Hugi Thordarson via Webobjects-dev
"All" is just Ralf. I opened Eclipse 2024-03 for the first time, only to get that error. Within minutes, my mail client said "bing!" and it was a notification about Ralf's fix PR. So I tested the fork a bit, worked fine, just merged. So thanks Ralf! Perfect timing :) - hugi > On Mar 15, 2024,

WOLips Update

2024-03-15 Thread Michael Schmiedgen via Webobjects-dev
Hi :) Wow, that [1] was fast, thank you all! [1] https://github.com/wocommunity/wolips/commits/master/ ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-05-04 Thread Gavin Eadie
On Mon, May 4, 2015 at 8:02 AM, David Avendasora wrote: > I’d suggest creating the .wod files and tell Git to ignore them for now > until you, or someone else, can track down the bug. I’m sure you could > easily create them all with some form of terminal touch magic… > I'm convinced, Dave. You'

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-05-04 Thread David Avendasora
> On May 3, 2015, at 1:41 AM, Gavin Eadie wrote: > > I downloaded the WOLips source tonight to look for why absent WOD files cause > NPEs and scanned it for likely places, but this is not code I've ever looked > at before and it feels like needle-in-haystack time! I also scanned the code > c

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-05-02 Thread Gavin Eadie
I downloaded the WOLips source tonight to look for why absent WOD files cause NPEs and scanned it for likely places, but this is not code I've ever looked at before and it feels like needle-in-haystack time! I also scanned the code commit messages to see if I could find where this behavior might h

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-30 Thread David Avendasora
Chuck keeps trying to kill his liver. I don't think he's ever seen it either. Coincidence? I. Think. Not. Sent from my iPhone > On Apr 30, 2015, at 5:58 PM, Hugi Thordarson wrote: > > That’s like trying to whack off a phantom limb. ___ Do not pos

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-30 Thread Gavin Eadie
I don’t recall for certain, but have a nagging feeling that Apple’s inline binding implementation (which I use) is enabled by the absence of a *.wod file. It’s been years and years since I tripped over this and my memory may be faulty (it may be a zero byte *.wod has the same effect). > On Apr

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-30 Thread Hugi Thordarson
Might explain it. I’ve been using inline bindings since forever but never actually deleted the .wod. That’s like trying to whack off a phantom limb. - hugi > On 30. apr. 2015, at 21:54, Gavin Eadie wrote: > > It's the missing *.wod that kills the component editor. > > On Thu, Apr 30, 2015 a

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-30 Thread Gavin Eadie
It's the missing *.wod that kills the component editor. On Thu, Apr 30, 2015 at 5:02 PM, Gavin Eadie wrote: > OK .. Yosemite with none of Java, WebObjects, Eclipse, etc installed: > > Install Java SE 7, Luna 4.4.2, WOLips for Luna from Jenkins (WOLips only; > not WOLips Goodies). > Create new Wo

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-30 Thread Gavin Eadie
OK .. Yosemite with none of Java, WebObjects, Eclipse, etc installed: Install Java SE 7, Luna 4.4.2, WOLips for Luna from Jenkins (WOLips only; not WOLips Goodies). Create new Wonder App from template .. frameworks aren't installed so linking complaints, but can I edit Main.WO? Yes, Main.WO is edi

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-30 Thread Gavin Eadie
I’m not understanding your “uninstalling” reference, so pardon me if I’m being stupid. I deleted my entire old (v3.7) Eclipse directory [Time Machine is my friend if I need to revert to last week’s old software], downloaded a fresh Luna 4.4.2 (same release as yours), and told it to add the WOLi

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-30 Thread Chuck Hill
Possibly true, but I'd need more than just "some". Not that I would be opposed to that... On 2015-04-30, 11:24 AM, "Hugi Thordarson" wrote: Heh, Dave :). And Chuck; trust me. You'll love the fermented shark once you've had some brennivín! - hugi On 29. apr. 2015, at 23:45, Chuck Hill mailt

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-30 Thread Samuel Pelletier
You experience exactly the behaviour I had before my patch. Either, you are not running the same code as me or you found something else. My patch is supposed to reset the height of the WOD panel if the ratio read from the prefs is bellow 15% to make sure enough of it is visible. The crash I fix

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-30 Thread Hugi Thordarson
Heh, Dave :). And Chuck; trust me. You’ll love the fermented shark once you’ve had some brennivín! - hugi > On 29. apr. 2015, at 23:45, Chuck Hill wrote: > > I still want to go there and see one of the famed “Icelandic Coffee Hoses”. > They sound awesome. The fermented shark loin… not so m

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-30 Thread Gavin Eadie
OK .. Continuing to appreciate the assistance: Samuel: Are you using the build from Jenkins? --- Yes For what it's worth: org.objectstyle.wolips.componenteditor.sashWeights=1000 Also: Moving to a new workspace isn't a solution --- Still getting errors in the WOD editor (on opening a second WOD p

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-30 Thread Samuel Pelletier
Strange, Dave merged my pull request that fix this problem few builds ago. Try to remove all the plugin content et reinstall it. When I debugged this problem, I had to do it many times, it seems some parts where not always replaced by a reinstallation. Are you using the build from Jenkins ? htt

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-30 Thread David Avendasora
The commit that fixed the bug had the following code: if (sashWeights[1] / (float)sashWeights[0] < 0.15) { sashWeights[0] = 85; sashWeights[1] = 15; } So it appears that there are multiple sash weights for the HTMLWodTab and they are percentages and the sum of the two panes shoul

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-30 Thread Gavin Eadie
.. sadly, this is only a brief respite. This file (org.objectstyle. wolips.wodclipse.core.prefs) is recreated, with the same contents, and has to be deleted each time before I launch Eclipse. I can live with this if my case is worth exploring for the true cause, or I can start over with a new wor

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-29 Thread Gavin Eadie
You're a jolly bunch of clowns! I love you guys!! On Wed, Apr 29, 2015 at 7:48 PM, David Avendasora wrote: > > On Apr 29, 2015, at 4:14 PM, Gavin Eadie wrote: > > .. you are a wonderful human being! > > > On Apr 29, 2015, at 6:10 PM, Gavin Eadie wrote: > > hmm .. reinstalled Eclipse 4.4.2, WO

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-29 Thread David Avendasora
> On Apr 29, 2015, at 4:14 PM, Gavin Eadie wrote: > > .. you are a wonderful human being! > On Apr 29, 2015, at 6:10 PM, Gavin Eadie wrote: > > hmm .. reinstalled Eclipse 4.4.2, WOLips build 37 and JDK 1.7.0_79 but still > cannot display (or, therefore, edit) WOComponents. Serves you right

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-29 Thread Chuck Hill
I still want to go there and see one of the famed "Icelandic Coffee Hoses". They sound awesome. The fermented shark loin... not so much. :-P Chuck On 2015-04-29, 4:43 PM, "David Avendasora" wrote: On Apr 29, 2015, at 7:20 PM, Hugi Thordarson mailto:h...@karlmenn.is>> wrote: You can also fi

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-29 Thread Ken Anderson
I was about to say, I can edit components without trouble. So seems like SQL generation is the open item - is there anything I can do to help on this one? > On Apr 29, 2015, at 7:34 PM, Gavin Eadie wrote: > > > On Wed, Apr 29, 2015 at 7:20 PM, Hugi Thordarson > wrote

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-29 Thread David Avendasora
> On Apr 29, 2015, at 7:20 PM, Hugi Thordarson wrote: > > You can also fix it by deleting the component editor preferences file from > your workspace I hope everyone here appreciates the irony of the guy that **lives on a freakin’ volcano** telling someone they don’t have to blow up their wor

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-29 Thread Gavin Eadie
On Wed, Apr 29, 2015 at 7:20 PM, Hugi Thordarson wrote: > .metadata/.plugins/org.eclipse.core.runtime/.settings/ > deleting this file fixed the problem .. many thanks. The file contained the following: gavin$ cat org.objectstyle.wolips.wodclipse.core.prefs eclipse.preferences.version=1 org.o

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-29 Thread Hugi Thordarson
You can also fix it by deleting the component editor preferences file from your workspace (the .metadata folder is in the root of your workspace and contains all of its settings). Here: .metadata/.plugins/org.eclipse.core.runtime/.settings/org.objectstyle.wolips.wodclipse.core.prefs Haven’t s

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-29 Thread David Avendasora
I believe that once the component editor has been set with the WOD editor smaller than the minimum which the old one allowed you to do, the workspace becomes corrupted. Before trying to open a component try resetting the perspective. If that doesn't work, then you might need to just create a n

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-29 Thread Gavin Eadie
On Wed, Apr 29, 2015 at 6:17 PM, Gavin Eadie wrote: > Looks like it's running with the Java 8 VM .. from what I've read that > would cause trouble . Nope! Running the 1.7.0_79 VM fails the same way. ___ Do not post admin requests to the list. They w

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-29 Thread Gavin Eadie
Looks like it's running with the Java 8 VM .. from what I've read that would cause trouble .. On Wed, Apr 29, 2015 at 6:10 PM, Gavin Eadie wrote: > > On Wed, Apr 29, 2015 at 7:44 AM, David Avendasora < > webobje...@avendasora.com> wrote: > >> I have pulled several changes into WOLips since getti

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-29 Thread Gavin Eadie
On Wed, Apr 29, 2015 at 7:44 AM, David Avendasora wrote: > I have pulled several changes into WOLips since getting the build working > - Including a fix for this EXACT issue. > > Make sure you have at least build 33 (4.4.20150427.33) > > We are now on build 37 BTW! > hmm .. reinstalled Eclipse 4

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-29 Thread David Avendasora
I Gavin, I have pulled several changes into WOLips since getting the build working - Including a fix for this EXACT issue. Make sure you have at least build 33 (4.4.20150427.33) We are now on build 37 BTW! Dave > On Apr 27, 2015, at 11:19 PM, Gavin Eadie wrote: > > > On Sun, Apr 26, 2015

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-29 Thread David Avendasora
I ran in to this problem on the flight back from Germany just trying to setup a new workspace using WOLips 4.4. Editing the WOLips preferences would cause an error which would cause me to have to force-quit eclipse. After a bit of digging I found the Unsupported major.minor version 51.0 buried i

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-28 Thread Ken Anderson
So, even while running Eclipse Luna on 1.7, I couldn’t build. I had to start using the 1.7 JVM for my app. That works fine, so all good… just thought I’d let everyone know. I hope everyone has had safe travel back from Germany! Ken > On Apr 28, 2015, at 12:22 PM, Ken Anderson wrote: > > Ok

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-28 Thread Ken Anderson
Ok got it. Yes, only Java 6 is on the machine. I'll try installing 7 and running eclipse with it. Thanks, Ken > On Apr 28, 2015, at 12:06 PM, Chuck Hill wrote: > > 51 is Java 7. You must be running Eclipse with Java 6. > > Chuck > > On 2015-04-28, 5:41 AM, "Ken Anderson" wrote: > > All,

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-28 Thread Chuck Hill
51 is Java 7. You must be running Eclipse with Java 6. Chuck On 2015-04-28, 5:41 AM, "Ken Anderson" wrote: All, I'm having a little trouble with my ancient build.xml files. I'm getting this when trying to do an install: java.lang.UnsupportedClassVersionError: org/objectstyle/woproject/ant/W

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-28 Thread Ken Anderson
All, I’m having a little trouble with my ancient build.xml files. I’m getting this when trying to do an install: java.lang.UnsupportedClassVersionError: org/objectstyle/woproject/ant/WOCompile : Unsupported major.minor version 51.0 I’m guessing eclipse 4.4 doesn’t like plugins compiled with 1

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-27 Thread Timothy Worman
Muchas Gracias! Tim Worman UCLA GSE&IS > On Apr 27, 2015, at 8:19 AM, Gavin Eadie wrote: > > Kudos, gentlemen .. > >> On Apr 26, 2015, at 12:39 PM, Ken Anderson wrote: >> >>> WOLips for Eclipse 4.4 (Luna) is now successfully building on the >>> WOCommunity Jenkins server! > > _

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-27 Thread Gavin Eadie
Kudos, gentlemen .. > On Apr 26, 2015, at 12:39 PM, Ken Anderson wrote: > >> WOLips for Eclipse 4.4 (Luna) is now successfully building on the >> WOCommunity Jenkins server! ___ Do not post admin requests to the list. They will be ignored. Webobject

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-26 Thread Paul Hoadley
On 27 Apr 2015, at 1:01 am, David Avendasora wrote: > I’d like to announce that due to a some hard work at WOWODC by Larry > Mills-Gahl, Tom Philip, Pascal Robert and some furious > “build”-button-clicking by myself… > > WOLips for Eclipse 4.4 (Luna) is now successfully building on the WOCommu

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-26 Thread Ken Anderson
AWESOME!! > On Apr 26, 2015, at 11:31 AM, David Avendasora > wrote: > > I’d like to announce that due to a some hard work at WOWODC by Larry > Mills-Gahl, Tom Philip, Pascal Robert and some furious > “build”-button-clicking by myself… > > WOLips for Eclipse 4.4 (Luna) is now successfully bui

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-26 Thread Hugi Thordarson
You guys rock! - hugi > On 26. apr. 2015, at 15:31, David Avendasora > wrote: > > I’d like to announce that due to a some hard work at WOWODC by Larry > Mills-Gahl, Tom Philip, Pascal Robert and some furious > “build”-button-clicking by myself… > > WOLips for Eclipse 4.4 (Luna) is now su

WOLips update site for Eclipse 4.4 (Luna)

2015-04-26 Thread David Avendasora
I’d like to announce that due to a some hard work at WOWODC by Larry Mills-Gahl, Tom Philip, Pascal Robert and some furious “build”-button-clicking by myself… WOLips for Eclipse 4.4 (Luna) is now successfully building on the WOCommunity Jenkins server! The Eclipse update site for Eclipse 4.4 i

Re: WOLips update error

2010-04-14 Thread Cheong Hee
: WOLips update error I was able to did it previously on windows. But now unable to do it on mac : ( Has anyone encountered similar issue today or able to do it most recently? As usual, I am pulling the files from webobjects.mdimension.com/wolips/stable. Cheers Cheong Hee

Re: WOLips update error

2010-04-13 Thread Cheong Hee
: Cheong Hee Ng To: webobjects-dev@lists.apple.com Sent: Tuesday, April 13, 2010 2:29 PM Subject: WOLips update error Hi I am having this wolips update error and halted with these messages. Anyone could tell if the repository is not found or something else? My update is from 5744 to

WOLips update error

2010-04-12 Thread Cheong Hee Ng
Hi I am having this wolips update error and halted with these messages. Anyone could tell if the repository is not found or something else? My update is from 5744 to 5830. An error occurred while collecting items to be installed No repository found containing: org.objectstyle.wolips