Stripes

Don't autoload ActionBeans marked with @DontAutoload

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: Release 1.5
  • Fix Version/s: Release 1.5.1, Release 1.6
  • Component/s: None
  • Labels:
    None

Description

When components are marked with @DontAutoload, we are not supposed to load them automatically. This works for just about everything except ActionBeans.

Activity

Hide
Ben Gunter added a comment - 01/Mar/09 1:53 AM

Fixed. Forgot to mention that I discovered this while writing some unit tests that intentionally had bad values in @UrlBinding. The classes with the bad bindings failed while being autoloaded and caused a whole bunch of stuff to blow up.

Show
Ben Gunter added a comment - 01/Mar/09 1:53 AM Fixed. Forgot to mention that I discovered this while writing some unit tests that intentionally had bad values in @UrlBinding. The classes with the bad bindings failed while being autoloaded and caused a whole bunch of stuff to blow up.

People

Vote (0)
Watch (0)

Dates

  • Created:
    01/Mar/09 1:48 AM
    Updated:
    04/Jan/11 1:57 PM
    Resolved:
    01/Mar/09 1:53 AM