[ http://jira.codehaus.org/browse/XFIRE-364?page=comments#action_64932 ] 

Tim Smith commented on XFIRE-364:
---------------------------------

I have just experienced this problem using XFire 1.1RC on Weblogic 9.1 with 
JRockit 5.0.

>From Java5TypeCreator.java lines 85-87:
        if (m.getParameterAnnotations() == null || 
m.getParameterAnnotations().length > index
                || m.getParameterAnnotations()[index] == null)
            return null;

It seems that the second or condition "m.getParameterAnnotations().length > 
index" is not correct and that it should be "m.getParameterAnnotations().length 
<= index".

> Java 5 module is broken on JRockit
> ----------------------------------
>
>          Key: XFIRE-364
>          URL: http://jira.codehaus.org/browse/XFIRE-364
>      Project: XFire
>         Type: Bug

>     Reporter: Dan Diephouse
>     Assignee: Dan Diephouse
>      Fix For: 1.1-RC1

>
>
> http://forums.bea.com/bea/thread.jspa?threadID=600010188&tstart=0

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

Reply via email to