TomEE gives me dynamic weaving by default, no configuration needed.

Putting <property name="eclipselink.logging.level" value="ALL"/>
in persistence.xml shows "Weaved" log entries, so I just assume
that it works.

-- 
Bjorn Danielsson
Cuspy Code AB


Karl Kildén <[email protected]> wrote:
> Another Q
>
> What do you eclipselink guys use for weaving?
>
>
> On 19 August 2014 20:36, Karl Kildén <[email protected]> wrote:
>
>> Thanks Romain & others!
>>
>>
>> On 18 August 2014 21:18, Howard W. Smith, Jr. <[email protected]>
>> wrote:
>>
>>> okay, i just confirmed that with my app and tomee+ 1.7.0. i added the
>>> following to my java [startup] options
>>>
>>> -Dopenejb.eclipselink.jmx=false
>>>
>>> and i see the following in the log file:
>>>
>>> 2014-08-18 15:14:00 Commons Daemon procrun stdout initialized
>>> [EL Info]: 2014-08-18 15:14:34.656--ServerSession(95555569)--EclipseLink,
>>> version: Eclipse Persistence Services - 2.3.2.v20111125-r10461
>>> [EL Info]: 2014-08-18
>>>
>>> 15:14:35.246--ServerSession(95555569)--file:/C:/apache-tomee-plus-1.7.0/webapps/mcmsweb/WEB-INF/classes/_mcmsPU
>>> login successful
>>>
>>> That fixed the EclipseLink NullPointerException.
>>>
>>>
>>>
>>> On Mon, Aug 18, 2014 at 3:01 PM, Romain Manni-Bucau <
>>> [email protected]>
>>> wrote:
>>>
>>> > it is in 1.7
>>> >
>>> >
>>> > Romain Manni-Bucau
>>> > Twitter: @rmannibucau
>>> > Blog: http://rmannibucau.wordpress.com/
>>> > LinkedIn: http://fr.linkedin.com/in/rmannibucau
>>> > Github: https://github.com/rmannibucau
>>> >
>>> >
>>> > 2014-08-18 21:00 GMT+02:00 Howard W. Smith, Jr. <[email protected]
>>> >:
>>> > > Is this (openejb.eclipselink.jmx=false) added as part of the fix, or
>>> > > is openejb.eclipselink.jmx=false available in tomee 7.0 final release,
>>> > > already?
>>> > >
>>> > >
>>> > > On Mon, Aug 18, 2014 at 2:36 PM, Romain Manni-Bucau <
>>> > [email protected]>
>>> > > wrote:
>>> > >
>>> > >> you can also disable it setting openejb.eclipselink.jmx=false
>>> >
>>>
>>
>>

Reply via email to