Re: [OT] How to update the existing jar with Maven and then depend on it

2016-04-24 Thread Vjacheslav V. Borisov
2016-04-23 0:00 GMT+04:00 Sergey Beryozkin : > > Thanks, well, I was not planning to spend any more time on LTW, but I > decided to give it a go again, and after spending a lot of time debugging > through TomcatInstrumentableClassLoader and OpenJPA it proved >

Re: [OT] How to update the existing jar with Maven and then depend on it

2016-04-22 Thread Sergey Beryozkin
On 19/04/16 06:14, Vjacheslav V. Borisov wrote: 2016-04-18 20:53 GMT+04:00 Sergey Beryozkin : Now, as far as my own practical requirement is concerned, this model needs to be JPA persisted with OpenJPA. So I've spent a lot of time by experimenting with the load time

Re: [OT] How to update the existing jar with Maven and then depend on it

2016-04-19 Thread Francesco Chicchiriccò
Hi Sergey, I have some experience with OpenJPA / Spring ORM / etc from Syncope, and also about Hibernate, since we had to migrate from the latter to the former when we joined the ASF. See my replies embedded below. Regards. On 18/04/2016 18:53, Sergey Beryozkin wrote: Hi I thought I'd ask

Re: [OT] How to update the existing jar with Maven and then depend on it

2016-04-18 Thread Vjacheslav V. Borisov
2016-04-18 20:53 GMT+04:00 Sergey Beryozkin : > > Now, as far as my own practical requirement is concerned, this model needs > to be JPA persisted with OpenJPA. So I've spent a lot of time by > experimenting with the load time weaving with Spring ORM, which does not > seem

[OT] How to update the existing jar with Maven and then depend on it

2016-04-18 Thread Sergey Beryozkin
Hi I thought I'd ask at the users list first, sorry for the noise. I have the following task: make sure that a CXF OAuth2 model (cxf-rt-rs-security-oauth2 module) can be persisted with JPA. Right now the tests are running and use Hibernate, but also can be switched to use OpenJPA. The