[jboss-jira] [JBoss JIRA] (JASSIST-199) LinkageError while accessing classes using ProxyFactory
Shigeru Chiba (JIRA)
jira-events at lists.jboss.org
Sun May 26 10:47:06 EDT 2013
[ https://issues.jboss.org/browse/JASSIST-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shigeru Chiba resolved JASSIST-199.
-----------------------------------
Fix Version/s: 3.18.0-GA
Resolution: Done
I changed the algorithm for generating a proxy-class name
to include a random number selected for each class loader.
To allow the use of java.util.UUID, I also added an extension
point. See the commit:
https://github.com/jboss-javassist/javassist/commit/3358dc269352383eb5e9c186d24ff4a292eeb637
> LinkageError while accessing classes using ProxyFactory
> -------------------------------------------------------
>
> Key: JASSIST-199
> URL: https://issues.jboss.org/browse/JASSIST-199
> Project: Javassist
> Issue Type: Bug
> Affects Versions: 3.17.1-GA
> Reporter: Shigeru Chiba
> Assignee: Shigeru Chiba
> Fix For: 3.18.0-GA
>
>
> ProxyFactory does not guarantee the uniqueness of the names
> of the generated proxy classes.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list