DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42515>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42515

           Summary: API signature discrepancies in el-api
           Product: Tomcat 6
           Version: 6.0.11
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The el-api doesn't exactly match the API specification for JEE5 javax.el.


Specifically, the following method signatures:

- javax.el.BeanELResolver$BeanProperties
public final javax.el.BeanELResolver$BeanProperty 
getBeanProperty(java.lang.String)

- javax.el.BeanELResolver$BeanProperty
public final java.lang.Class getPropertyType()

- javax.el.BeanELResolver$BeanProperty
public final java.lang.reflect.Method getReadMethod()

- javax.el.BeanELResolver$BeanProperty
public final java.lang.reflect.Method getWriteMethod()

- javax.el.ResourceBundleELResolver
public java.util.Iterator 
getFeatureDescriptors(javax.el.ELContext,java.lang.Object)


should replace these method signatures :

- javax.el.BeanELResolver$BeanProperties
public final java.lang.Class<?> getType()

- javax.el.BeanELResolver$BeanProperties
public final javax.el.BeanELResolver$BeanProperty
get(javax.el.ELContext,java.lang.String)

- javax.el.BeanELResolver$BeanProperty
public final java.lang.Class<?> getType()

- javax.el.BeanELResolver$BeanProperty
method  public final java.lang.reflect.Method read(javax.el.ELContext)

- javax.el.BeanELResolver$BeanProperty
public final java.lang.reflect.Method write(javax.el.ELContext)

- javax.el.ResourceBundleELResolver:
public java.util.Iterator<java.beans.FeatureDescriptor>
getFeatureDescriptors(javax.el.ELContext,java.lang.Object)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to