You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Forrest Xia (JIRA)" <ji...@apache.org> on 2010/04/07 06:53:33 UTC

[jira] Created: (GERONIMO-5237) JavaEE6 sample - Servlet 3.0 - JAR resources support

JavaEE6 sample - Servlet 3.0 - JAR resources support
----------------------------------------------------

                 Key: GERONIMO-5237
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5237
             Project: Geronimo
          Issue Type: Sub-task
      Security Level: public (Regular issues)
          Components: sample apps
    Affects Versions: 3.0
            Reporter: Forrest Xia


A sample to demo servlet 3.0 section 4.6, that is loading resources from META-INF/resources inside jars in WEB-INF/lib.

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


[jira] Assigned: (GERONIMO-5237) JavaEE6 sample - Servlet 3.0 - JAR resources support

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

Forrest Xia reassigned GERONIMO-5237:
-------------------------------------

    Assignee: Forrest Xia

> JavaEE6 sample - Servlet 3.0 - JAR resources support
> ----------------------------------------------------
>
>                 Key: GERONIMO-5237
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5237
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: sample apps
>    Affects Versions: 3.0
>            Reporter: Forrest Xia
>            Assignee: Forrest Xia
>
> A sample to demo servlet 3.0 section 4.6, that is loading resources from META-INF/resources inside jars in WEB-INF/lib.

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


[jira] Updated: (GERONIMO-5237) JavaEE6 sample - Servlet 3.0 - JAR resources support

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

Rick McGuire updated GERONIMO-5237:
-----------------------------------

    Fix Version/s: 3.0-M1
                       (was: 3.0)

> JavaEE6 sample - Servlet 3.0 - JAR resources support
> ----------------------------------------------------
>
>                 Key: GERONIMO-5237
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5237
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: sample apps
>    Affects Versions: 3.0
>            Reporter: Forrest Xia
>            Assignee: Forrest Xia
>             Fix For: 3.0-M1
>
>         Attachments: GERONIMO-5237.patch
>
>
> A sample to demo servlet 3.0 section 4.6, that is loading resources from META-INF/resources inside jars in WEB-INF/lib.

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


[jira] Closed: (GERONIMO-5237) JavaEE6 sample - Servlet 3.0 - JAR resources support

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

Forrest Xia closed GERONIMO-5237.
---------------------------------

    Fix Version/s: 3.0
       Resolution: Fixed

Committed revision 941146.

> JavaEE6 sample - Servlet 3.0 - JAR resources support
> ----------------------------------------------------
>
>                 Key: GERONIMO-5237
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5237
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: sample apps
>    Affects Versions: 3.0
>            Reporter: Forrest Xia
>            Assignee: Forrest Xia
>             Fix For: 3.0
>
>         Attachments: GERONIMO-5237.patch
>
>
> A sample to demo servlet 3.0 section 4.6, that is loading resources from META-INF/resources inside jars in WEB-INF/lib.

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


[jira] Commented: (GERONIMO-5237) JavaEE6 sample - Servlet 3.0 - JAR resources support

Posted by "Di Hu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12858393#action_12858393 ] 

Di Hu commented on GERONIMO-5237:
---------------------------------

I'll commit to this jira.

> JavaEE6 sample - Servlet 3.0 - JAR resources support
> ----------------------------------------------------
>
>                 Key: GERONIMO-5237
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5237
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: sample apps
>    Affects Versions: 3.0
>            Reporter: Forrest Xia
>
> A sample to demo servlet 3.0 section 4.6, that is loading resources from META-INF/resources inside jars in WEB-INF/lib.

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


[jira] Updated: (GERONIMO-5237) JavaEE6 sample - Servlet 3.0 - JAR resources support

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

Forrest Xia updated GERONIMO-5237:
----------------------------------

    Attachment: GERONIMO-5237.patch

This sample just use the default sample template to demo META-INF/resources feature in servlet 3.0. When launching this sample, an 404 error will be there, don't worry, just add index.html to the url, then you will get it executed.

> JavaEE6 sample - Servlet 3.0 - JAR resources support
> ----------------------------------------------------
>
>                 Key: GERONIMO-5237
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5237
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: sample apps
>    Affects Versions: 3.0
>            Reporter: Forrest Xia
>            Assignee: Forrest Xia
>         Attachments: GERONIMO-5237.patch
>
>
> A sample to demo servlet 3.0 section 4.6, that is loading resources from META-INF/resources inside jars in WEB-INF/lib.

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