You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tiles.apache.org by "Alvin Singh (JIRA)" <ji...@apache.org> on 2009/11/15 03:51:13 UTC

[jira] Updated: (TILES-484) NPE in CompleteAutoloadTilesContainerFactory.getSourceURLs

     [ https://issues.apache.org/struts/browse/TILES-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alvin Singh updated TILES-484:
------------------------------

    Attachment: patch.txt

Patch attached.

> NPE in CompleteAutoloadTilesContainerFactory.getSourceURLs
> ----------------------------------------------------------
>
>                 Key: TILES-484
>                 URL: https://issues.apache.org/struts/browse/TILES-484
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-extras
>    Affects Versions: 2.2.1
>         Environment: Vista / JDK 6 / Spring 3.0.0 RC 1 / Spring MVC
>            Reporter: Jeroen van Vianen
>         Attachments: patch.txt
>
>
> The method protected List<URL> getSourceURLs(TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory) throws an NPE when there are either no resources with tiles definitions in /WEB-INF/**/tiles*.xml, or in classpath*:META-INF/**/tiles*.xml, because applicationContext.getResources() returns null rather than an empty Set in those cases.
> In my web.xml I have:
>     <listener>
>         <listener-class>org.apache.tiles.extras.complete.CompleteAutoloadTilesListener</listener-class>
>     </listener>
> And a few definitions in /WEB-INF/tiles.xml
> If I add a file META-INF/tiles.xml with a bogus definition it works.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.