Skip to main content

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

First i tried just to disable eclipselink.weaving.lazy, nothing changed.
Then i tried to disable the whole weaving at all by commenting out all the
weaving stuff.

<properties>
<!--      <property name="eclipselink.weaving" value="static"/>
      <property name="eclipselink.weaving.lazy" value="true"/>
-->
</properties>

I didn't change the weaving call in the ant build.xml, because if i remove
the weaving task there,
everything works (except lazy loading, indeed).


-- 
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-tp22846149p22849065.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top