Stripes

Changes needed for Google App Engine compatibility

Details

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

Description

Google App Engine has a few quirks that prevent Stripes from running on it.

First of all, DefaultMultipartWrapperFactory expects to be able to create a File based on the system property "java.io.tmpdir" but that property doesn't exist under GAE. Simply checking for null will prevent it from failing startup.

The second problem occurs when Method.invoke() is called on DefaultViewActionBean. It appears to have something to do with the class not being public.

Activity

Hide
Aaron Porter added a comment - 10/Jun/09 3:24 PM

Stripes seems to work on Google App Engine now! Woohoo! :-D

Show
Aaron Porter added a comment - 10/Jun/09 3:24 PM Stripes seems to work on Google App Engine now! Woohoo! :-D

People

Vote (0)
Watch (0)

Dates

  • Created:
    10/Jun/09 3:07 PM
    Updated:
    04/Jan/11 2:59 PM
    Resolved:
    10/Jun/09 3:24 PM