You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2008/08/09 05:10:44 UTC

[jira] Updated: (OPENEJB-892) Remove ASM dependency

     [ https://issues.apache.org/jira/browse/OPENEJB-892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins updated OPENEJB-892:
----------------------------------

    Description: 
This will remove issues that people face when combining OpenEJB with Hibernate:

java.lang.NoClassDefFoundError: org/objectweb/asm/FieldVisitor
     at java.lang.ClassLoader.defineClass1(Native Method)
     at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
     at java.security.SecureClassLoader.defineClass(
SecureClassLoader.java:124)



> Remove ASM dependency
> ---------------------
>
>                 Key: OPENEJB-892
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-892
>             Project: OpenEJB
>          Issue Type: Improvement
>          Components: general
>    Affects Versions: 3.0-beta-1, 3.0-beta-2, 3.0
>            Reporter: David Blevins
>            Assignee: David Blevins
>             Fix For: 3.0.1
>
>
> This will remove issues that people face when combining OpenEJB with Hibernate:
> java.lang.NoClassDefFoundError: org/objectweb/asm/FieldVisitor
>      at java.lang.ClassLoader.defineClass1(Native Method)
>      at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
>      at java.security.SecureClassLoader.defineClass(
> SecureClassLoader.java:124)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.