Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Odd problem with BeansBinding since upgrading Eclipse Link to 1.1 (only with static weaving)

Hi!

Due to a bug[1] in EclipseLink 1.0.2 I had to upgrade my application to
EclipseLink 1.1 today.

Unfortunately I am facing a strange problem with tables bound by beans
binding (JSR-295) since then.

Basically i am doing the following:
I build my forms with Netbeans' GUI Builder. Within my forms I have tables
(JTable, JXTable) which are bound to a JPA-Query-Resultlist by Beans
Binding[2]. Additionally there are some textfields which are intended to be
used to edit the currently highlighted record from the tables. Before the
1.1 upgrade whenever i changed the text in the textfields, the corresponding
cell in the table got updated. when i try to do this now, the corresponding
table cell doesn't get updated.

Here comes the absolutely strange thing to me:
As soon as i disable eclipse link's static weaving, everything works as
expected (as it did with 1.0.2 having weaving enabled).

Where can i start to investigate?

best regards & thanks for your help in anticipation,
chris

[1]   https://bugs.eclipse.org/bugs/show_bug.cgi?id=270714
[2]   http://wiki.netbeans.org/BestPracticesWithJPAAndBeansBinding
-- 
View this message in context: http://www.nabble.com/Odd-problem-with-BeansBinding-since-upgrading-Eclipse-Link-to-1.1-%28only-with-static-weaving%29-tp22846149p22846149.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top