On 18-Jan-08, at 5:42 AM, David Avendasora wrote:
> Well, no newer _stable_ versions.
According to: <http://wiki.objectstyle.org/confluence/display/WOL/Install+WOLips+with+Eclipse+Update+Manager 
 >
The suggested versions are:
- Eclispe 3.3.1.1 (Tiger) / Eclipse 3.3.2 Stream (Leopard)
- WOLips nightly (I believe the 'stable' build is for Eclipse 3.2 only)
The stable build is really quite old now, the 'kool kids' [tm] are all  
using the nightly build.
> Dave
>
> On Jan 18, 2008, at 5:22 AM, David Avendasora wrote:
>
>> I'm running 2.0.0.4118
>>
>> Eclipse says there's no newer versions.
>>
>> Dave
>>
>>
>>
>> On Jan 17, 2008, at 6:01 PM, Mike Schrag wrote:
>>
>>> are you up-to-date?  this bug was fixed back in Sept unless  
>>> there's something else weird going on ...
>>>
>>> On Jan 17, 2008, at 5:51 PM, David Avendasora wrote:
>>>
>>>> Hey,
>>>>
>>>> I'm getting this error when I try to add a new argument to a new  
>>>> Stored Procedure (using the icon in the toolbar). I get a similar  
>>>> one when double-clicking to add an argument.
>>>>
>>>> Am I doing something wrong?
>>>>
>>>> Dave
>>>>
>>>> org.eclipse.core.commands.ExecutionException: While executing the  
>>>> operation, an exception occurred
>>>> 	at  
>>>> org 
>>>> .eclipse 
>>>> .core 
>>>> .commands 
>>>> .operations 
>>>> .DefaultOperationHistory.execute(DefaultOperationHistory.java:517)
>>>> 	at  
>>>> org 
>>>> .objectstyle 
>>>> .wolips.eomodeler.actions.AbstractNewObjectAction.run(Unknown  
>>>> Source)
>>>> 	at  
>>>> org 
>>>> .eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java: 
>>>> 254)
>>>> 	at  
>>>> org 
>>>> .eclipse 
>>>> .ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java: 
>>>> 229)
>>>> 	at  
>>>> org 
>>>> .eclipse 
>>>> .jface 
>>>> .action 
>>>> .ActionContributionItem 
>>>> .handleWidgetSelection(ActionContributionItem.java:539)
>>>> 	at org.eclipse.jface.action.ActionContributionItem.access 
>>>> $2(ActionContributionItem.java:488)
>>>> 	at org.eclipse.jface.action.ActionContributionItem 
>>>> $6.handleEvent(ActionContributionItem.java:441)
>>>> 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java: 
>>>> 66)
>>>> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1496)
>>>> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1520)
>>>> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1505)
>>>> 	at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java: 
>>>> 1279)
>>>> 	at  
>>>> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java: 
>>>> 3312)
>>>> 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java: 
>>>> 2941)
>>>> 	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java: 
>>>> 1930)
>>>> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)
>>>> 	at  
>>>> org 
>>>> .eclipse 
>>>> .ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422)
>>>> 	at  
>>>> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java: 
>>>> 149)
>>>> 	at  
>>>> org 
>>>> .eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
>>>> 	at org.eclipse.core.internal.runtime.PlatformActivator 
>>>> $1.run(PlatformActivator.java:78)
>>>> 	at  
>>>> org 
>>>> .eclipse 
>>>> .core 
>>>> .runtime 
>>>> .internal 
>>>> .adaptor 
>>>> .EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
>>>> 	at  
>>>> org 
>>>> .eclipse 
>>>> .core 
>>>> .runtime 
>>>> .internal 
>>>> .adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
>>>> 	at  
>>>> org 
>>>> .eclipse 
>>>> .core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
>>>> 	at  
>>>> org 
>>>> .eclipse 
>>>> .core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
>>>> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>> 	at  
>>>> sun 
>>>> .reflect 
>>>> .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>> 	at  
>>>> sun 
>>>> .reflect 
>>>> .DelegatingMethodAccessorImpl 
>>>> .invoke(DelegatingMethodAccessorImpl.java:25)
>>>> 	at java.lang.reflect.Method.invoke(Method.java:585)
>>>> 	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
>>>> 	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
>>>> 	at org.eclipse.core.launcher.Main.run(Main.java:977)
>>>> 	at org.eclipse.core.launcher.Main.main(Main.java:952)
>>>> Caused by: java.lang.ClassCastException: java.util.LinkedList
>>>> 	at  
>>>> org 
>>>> .objectstyle 
>>>> .wolips 
>>>> .eomodeler 
>>>> .utils.AbstractAddRemoveChangeRefresher.propertyChange(Unknown  
>>>> Source)
>>>> 	at  
>>>> java 
>>>> .beans 
>>>> .PropertyChangeSupport 
>>>> .firePropertyChange(PropertyChangeSupport.java:333)
>>>> 	at  
>>>> java 
>>>> .beans 
>>>> .PropertyChangeSupport 
>>>> .firePropertyChange(PropertyChangeSupport.java:341)
>>>> 	at  
>>>> java 
>>>> .beans 
>>>> .PropertyChangeSupport 
>>>> .firePropertyChange(PropertyChangeSupport.java:270)
>>>> 	at  
>>>> org 
>>>> .objectstyle 
>>>> .wolips 
>>>> .eomodeler.core.model.EOModelObject.firePropertyChange(Unknown  
>>>> Source)
>>>> 	at  
>>>> org 
>>>> .objectstyle 
>>>> .wolips 
>>>> .eomodeler.core.model.EOStoredProcedure.addArgument(Unknown Source)
>>>> 	at  
>>>> org 
>>>> .objectstyle 
>>>> .wolips 
>>>> .eomodeler.core.model.EOStoredProcedure.addArgument(Unknown Source)
>>>> 	at  
>>>> org 
>>>> .objectstyle 
>>>> .wolips 
>>>> .eomodeler.core.model.EOStoredProcedure.addBlankArgument(Unknown  
>>>> Source)
>>>> 	at  
>>>> org 
>>>> .objectstyle 
>>>> .wolips.eomodeler.actions.NewArgumentAction.createChild(Unknown  
>>>> Source)
>>>> 	at  
>>>> org 
>>>> .objectstyle 
>>>> .wolips.eomodeler.actions.NewArgumentAction.createChild(Unknown  
>>>> Source)
>>>> 	at  
>>>> org.objectstyle.wolips.eomodeler.actions.AbstractNewObjectAction 
>>>> $NewOperation.execute(Unknown Source)
>>>> 	at  
>>>> org 
>>>> .eclipse 
>>>> .core 
>>>> .commands 
>>>> .operations 
>>>> .DefaultOperationHistory.execute(DefaultOperationHistory.java:509)
>>>> 	... 31 more
>>>>
>>>
>>
>
;david
-- David LeBer Codeferous Software 'co-def-er-ous' adj. Literally 'code-bearing' site: http://codeferous.com blog: http://davidleber.net profile: http://www.linkedin.com/in/davidleber -- Toronto Area Cocoa / WebObjects developers group: http://tacow.org
This archive was generated by hypermail 2.0.0 : Fri Jan 18 2008 - 08:17:01 EST