rmannibucau commented on pull request #65:
URL: https://github.com/apache/openjpa/pull/65#issuecomment-663183133


   @dazey3 oki, the fact you can't be in transform from transform is only true 
for a javaagent called from defineClassX, not from a custom classloader 
handling the transformation itself so if you use such boolean then you just 
disable the enhancement for potentially other classes usince container entity 
manager (which are used in standalone too btw). Letting tranform trigger 
another transform can be considered - or not by implementors - as a bug, but it 
also means we must support it so not use a toggle. So overall I'm certain 
exclude list works while a SPI is not "unexpected" or you use plain OpenJPA but 
there are several cases the toggle can break the environment in hybrid - 
SE/EE-light but using container JPAAPI - but existing (common actually) envs.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to