Re: OpenEJB 4.5.2 & Protection Domains

2016-08-31 Thread Romain Manni-Bucau
2016-08-31 10:44 GMT+02:00 Svetlin Zarev : > > Also would be great to check outside of eclipse and share a buildable > with > tomee maven plugin. > ​ > com.github.svetlinzarev.example.webapp.zip > view?usp=drive_web> > ​ > ​ > com.

Re: OpenEJB 4.5.2 & Protection Domains

2016-08-31 Thread Svetlin Zarev
> Also would be great to check outside of eclipse and share a buildable with tomee maven plugin. ​ com.github.svetlinzarev.example.webapp.zip ​ ​ com.github.svetlinzarev.example.webapp-1.0.0.war

Re: OpenEJB 4.5.2 & Protection Domains

2016-08-31 Thread Romain Manni-Bucau
Hmm, looks hard to fix without moving to another version Also would be great to check outside of eclipse and share a buildable with tomee maven plugin. BTW where did you take JDK-8147771? nightly? Romain Manni-Bucau @rmannibucau | Blog

Re: OpenEJB 4.5.2 & Protection Domains

2016-08-31 Thread Svetlin Zarev
HI, Here is the stack trace: https://gist.github.com/SvetlinZarev/fbc1303df54a9991c4a8aa7cb9d501be And here is a sample app: https://gist.github.com/SvetlinZarev/102f8249e2882ffa73c4f367f75fada4 And the change in OpenJDK: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/7e676266241c The difference i

Re: OpenEJB 4.5.2 & Protection Domains

2016-08-30 Thread Romain Manni-Bucau
Hi Svetlin, can you give more information on your setup (or maybe a sample?) and at least the stacktrace you get? Romain Manni-Bucau @rmannibucau | Blog | Old Wordpress Blog | Github

OpenEJB 4.5.2 & Protection Domains

2016-08-30 Thread Svetlin Zarev
Hi! I've hit a an issue with newer java versions and an old OpenEJB v4.5.2. The issue is caused by the following change in the JRE: security-libs/java.security *DomainCombiner will no longer consult runtime policy for static ProtectionDomain objects when combining ProtectionDomain objects* Applic