[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-2797) There should be one ResourceLoader per module inside an EAR

Terry (JIRA) jira-events at lists.jboss.org
Sun Oct 5 09:31:21 EDT 2008


    [ https://jira.jboss.org/jira/browse/JBSEAM-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12432526#action_12432526 ] 

Terry commented on JBSEAM-2797:
-------------------------------

Not sure if there is a separate JIRA for this.

There is also an issue with PDF/RTF generation with multiple WARS in as EAR. RTF/PDF only work in the last WAR loaded. In the other WARs, browser displays alert:

Internet Explorer cannot download ...er-letter.pdf?docId=1&cid=790 from admin.stage....
Internet Explorer was not able to open this Internet site.  The requested site is either unavailable or cannot be found.  Please try again later.

Similar issue in fire fox.




> There should be one ResourceLoader per module inside an EAR
> -----------------------------------------------------------
>
>                 Key: JBSEAM-2797
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-2797
>             Project: Seam
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.1.GA
>         Environment: Windows XP, Seam 2.0.1.GA with JBoss 4.2.1.GA
>            Reporter: Gregory Tanneau
>            Assignee: Marek Novotny
>             Fix For: 2.1.1.CR1
>
>
> According to the following scenario :
> One MAIN.EAR with two web modules
>   - APP1.WAR (with messages_one_xx.properties)
>   - APP2.WAR (with messages_two_xx.properties)
> When starting JBoss, the first webapp accessed makes the Resource Loader search for bundles (ie. I access APP1, messages_one_xx.properties are found).
> When the second webapp is accessed, the Resource Loader assumes bundles are already loaded (messages_two are NOT loaded).
> I think there should be (in this case) TWO ResourceLoaders, one per web module. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list