You are quite right, I follow your instruction. By specifying "-javaangent",
I enabled runtime enhancement in POJO environment. And the result is exact
same with compiletime enhancement. Thus, it issue is not the issue of
OpenJPA. I will contact BEA, seems they will dig the issue.:)

Thanks, Mike.

Gene


Marc Prud'hommeaux wrote:
> 
> Mike-
> 
> To really determine if it is a difference between runtime enhancement  
> vs. compiletime enhancement, you should try to run your standalone  
> test case using runtime enhancment. E.g. instead of running the  
> enhancer at build time, you should instead specify "-javaagent:/path/ 
> to/openjpa.jar", which will cause the enhancement to happen at runtime.
> 
> If you are still seeing differences between when you run your test  
> case with compiletime and runtime enhancement, then we can dig deeper  
> to figure out what it going on.
> 
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Inconsistent-lazyload-between-runtime---compiletime-enhancement-tf4084155.html#a11608632
Sent from the OpenJPA Users mailing list archive at Nabble.com.

Reply via email to