Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.0
-
None
-
Windows 7 64 bits
JDK 1.8.0_40 64bits
Description
I've a utility jar which uses the partial beam for querying by using the JPA. This utility jar also has been signed by using the jar signer. Previously it works great with Apache DeltaSpike 1.2.1
Anyhow when I try to upgrade the Apache DeltaSpike to version 1.3.0 the system show me the exception as
Caused by: java.lang.SecurityException: class "some.package.PolicyFinder$$DSPartialBeanProxy"'s signer information does not match signer information of other classes in the same package
I also have a chance to ask via the user mailing list as [1]. Thomas Andraschko mentioned as the following: -
"AFAIR our old javassist proxies created the proxy class also in the same
package as the original jar.
Maybe the old proxy used another classloader or javassist reuses the
ProtectionDomain."