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)

eclipselink.weaving is true by default. To disable it, you will have to explicitly set it to false.

t3_chris wrote:
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).




Back to the top