[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: [DataBinding] JavaBeansObservable not updating

The current version of DataBinding is compatible with Eclipse 3.3. Try running your app with a recent build of JDB:

http://download.eclipse.org/eclipse/downloads/drops/S-3.4M5-200802071530/index.php

You should only need to swap in the data binding plugins:

org.eclipse.core.databinding
org.eclipse.core.databinding.beans
org.eclipse.jface.databinding

If the error goes away with the 3.4 build, we'll still want to fix it in the 3.3 maintenance stream. So please file a bug either way--this test will just help us determine the scope of the bug.

Matthew

Masroor Ahmad wrote:
1.0.1.M20070910-0800b

"Matthew Hall" <matthall@xxxxxxxxxxxxxxxxx> schrieb im Newsbeitrag news:fpmt68$t5s$1@xxxxxxxxxxxxxxxxxxxx
I think this was fixed some time ago, possibly after the 3.3 release. What version of DataBinding are you using?

Matthew

Masroor Ahmad wrote:
Roger this. It's the latter case.
Masroor

"Boris Bokowski" <Boris_Bokowski@xxxxxxxxxx> schrieb im Newsbeitrag news:fpmqng$fe3$1@xxxxxxxxxxxxxxxxxxxx
But this line throws an exception (UnsupportedOperationException?) as wrappedList is not of type ArrayList but Arrays$ArrayList.
Arrays.asList() returns an unmodifiable list. The question now is: did you create this list, or did the data binding framework do that. If it's the former, make sure you use modifiable lists in both model and target. If it's the latter, would you mind filing a bug, ideally with an attached snippet with which we can reproduce it?

http://wiki.eclipse.org/Platform_UI/FAQ#How_do_I_report_a_bug.3F

Thanks
Boris