[ http://issues.apache.org/jira/browse/GERONIMO-629?page=all ]

Aaron Mulder updated GERONIMO-629:
----------------------------------

    Fix Version: 1.0
    Description: 
If someone accidentlly builds a jar with the ra.xml included and then includes 
that jar in a rar and tries to deploy it, the following error occurs -

Caused by: java.lang.ClassFormatError: Repetitive interface name in class file 
org/mule/ra/MuleConnectionFactory$$Enhanc
erByCGLIB$$3a4c63ea
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        ... 64 more
 

While the ra.xml should not be in the jar in the first place, a more meaningful 
error could be given.

  was:
If someone accidentlly builds a jar with the ra.xml included and then includes 
that jar in a rar and tries to deploy it, the following error occurs -

Caused by: java.lang.ClassFormatError: Repetitive interface name in class file 
org/mule/ra/MuleConnectionFactory$$Enhanc
erByCGLIB$$3a4c63ea
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        ... 64 more
 

While the ra.xml should not be in the jar in the first place, a more meaningful 
error could be given.

    Environment: 

> Misleading error when ra.xml is included in the RAR jar as well as the RAR
> --------------------------------------------------------------------------
>
>          Key: GERONIMO-629
>          URL: http://issues.apache.org/jira/browse/GERONIMO-629
>      Project: Geronimo
>         Type: Bug
>   Components: connector
>     Versions: 1.0-M3
>     Reporter: Ross Mason
>     Assignee: David Jencks
>     Priority: Minor
>      Fix For: 1.0

>
> If someone accidentlly builds a jar with the ra.xml included and then 
> includes that jar in a rar and tries to deploy it, the following error occurs 
> -
> Caused by: java.lang.ClassFormatError: Repetitive interface name in class 
> file org/mule/ra/MuleConnectionFactory$$Enhanc
> erByCGLIB$$3a4c63ea
>         at java.lang.ClassLoader.defineClass1(Native Method)
>         at java.lang.ClassLoader.defineClass(Unknown Source)
>         ... 64 more
>  
> While the ra.xml should not be in the jar in the first place, a more 
> meaningful error could be given.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to