You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Bob Schellink (JIRA)" <ji...@apache.org> on 2009/10/28 08:10:59 UTC

[jira] Created: (CLK-589) Resources not deployed on JBoss5 and up

Resources not deployed on JBoss5 and up
---------------------------------------

                 Key: CLK-589
                 URL: https://issues.apache.org/jira/browse/CLK-589
             Project: Click
          Issue Type: Bug
          Components: core
    Affects Versions: 2.1.0 RC1
            Reporter: Bob Schellink
            Assignee: Bob Schellink
            Priority: Blocker
             Fix For: 2.1.0


Deploying the click-examples failed on JBoss5.1 because of their new Virtual File System implementation. We might have similar issues on other containers.

Other frameworks are struggling with the same issue:

  Spring: http://jira.springframework.org/browse/SPR-5120
  Struts2: https://issues.apache.org/struts/browse/WW-3181
  Stripes: http://www.stripesframework.org/jira/browse/STS-655

The good folks at Stripes seem to have a solution (holding thumbs) which we could adapt for deploying resources.


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


[jira] Resolved: (CLK-589) Resources not deployed on JBoss5 and up

Posted by "Bob Schellink (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLK-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bob Schellink resolved CLK-589.
-------------------------------

    Resolution: Fixed

I've checked in a fix based on the Stripes solution[1] mentioned above. Containers tested include: JBoss 4, 5, 5.1, Tomcat 6, Jetty 6, WAS 7, WebLogic 10, Glassfish 2.

[1]: https://stripes.svn.sourceforge.net/svnroot/stripes/branches/1.5.x/stripes/src/net/sourceforge/stripes/util/ResolverUtil.java

> Resources not deployed on JBoss5 and up
> ---------------------------------------
>
>                 Key: CLK-589
>                 URL: https://issues.apache.org/jira/browse/CLK-589
>             Project: Click
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 2.1.0 RC1
>            Reporter: Bob Schellink
>            Assignee: Bob Schellink
>            Priority: Blocker
>             Fix For: 2.1.0
>
>
> Deploying the click-examples failed on JBoss5.1 because of their new Virtual File System implementation. We might have similar issues on other containers.
> Other frameworks are struggling with the same issue:
>   Spring: http://jira.springframework.org/browse/SPR-5120
>   Struts2: https://issues.apache.org/struts/browse/WW-3181
>   Stripes: http://www.stripesframework.org/jira/browse/STS-655
> The good folks at Stripes seem to have a solution (holding thumbs) which we could adapt for deploying resources.

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