[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-3119) Multiple WAR in EAR verification, example, and document

Stuart Douglas (JIRA) jira-events at lists.jboss.org
Sun Jun 14 03:11:47 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBSEAM-3119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stuart Douglas updated JBSEAM-3119:
-----------------------------------

    Attachment: seam-multi-war-2009-06-14.diff


I have attached a patch. This should fix the following:

- Identity component scoping
- Seam Resource Servlet problems
- Resource Bundle Loading problems
- Wicket should work in multi war apps

The identity fix is the same as the previous patch, except I abstracted the ServletContext as a Map and left the old method in place.

The resource servlet and wicket fixes involve passing the correct ServletApplicationMap into the LifeCycle methods.

The resource bundle fix involved expanding the bundle cache so it was keyed on the correct war as well as just the Locale. I used the Init component for this, the only other key I could think of was the servlet context and I don't think that adding a dependency on ServletContext to SeamResourceBundle would have been appreciated.

> Multiple WAR in EAR verification, example, and document
> -------------------------------------------------------
>
>                 Key: JBSEAM-3119
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3119
>             Project: Seam
>          Issue Type: Feature Request
>          Components: Documentation Issues, Examples, Platform interoperability
>    Affects Versions: 2.1.0.A1
>            Reporter: Jay Balunas
>            Assignee: Norman Richards
>             Fix For: 3.0.0.BETA1
>
>         Attachments: admin-dvdstore.diff, multi-war-appname1.diff, multi-war-wip-v2.diff, multi-war-wip.diff, multiple-wars.diff, seam-multi-war-2009-06-14.diff
>
>
> Create an example of two seam WAR applications inside of an EAR.  There has been quite a bit of forum traffic on the subject and it would be good to nail down an example and document.  There may also be errors and other issue that need to be worked out.
> An admin console type application to the standard booking application may be a good way to go.  It would be a real world/useful example.  

-- 
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