Stripes

Taglib broken due to generics in Weblogic 10.0

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: Release 1.5.2
  • Fix Version/s: None
  • Component/s: Tag Library
  • Labels:
    None
  • Environment:
    Weblogic 10.0

Description

Weblogic 10.0 is fairly old, but unfortunately we are stuck with it for some customer. The taglib implementation of that version (more precisely, Javelin) does not support generics in the signature of the public methods in the tag classes, which leads to the dreaded "The qualifier of this name is a package, which cannot contain fields" error. Attached to this report, you'll find a small patch against 1.5.2 which removes those generics from the signatures and add castings where those methods were internally used.

Activity

Hide
Damien B added a comment - 12/Nov/09 5:10 PM

Patch which fixes the problem without reducing functionalities.

Show
Damien B added a comment - 12/Nov/09 5:10 PM Patch which fixes the problem without reducing functionalities.

People

  • Assignee:
    Unassigned
    Reporter:
    Damien B
Vote (0)
Watch (1)

Dates

  • Created:
    12/Nov/09 5:08 PM
    Updated:
    12/Nov/09 5:10 PM