[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-1227) Seam 1.2.1.GA displayed the wrong version number

Shane Bryzak (JIRA) jira-events at lists.jboss.org
Mon May 7 21:36:52 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-1227?page=all ]

Shane Bryzak closed JBSEAM-1227.
--------------------------------

    Resolution: Done

Fixed in CVS

> Seam 1.2.1.GA displayed the wrong version number
> ------------------------------------------------
>
>                 Key: JBSEAM-1227
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1227
>             Project: JBoss Seam
>          Issue Type: Task
>          Components: Core
>    Affects Versions: 1.2.1.GA
>            Reporter: Joshua Jackson
>         Assigned To: Shane Bryzak
>             Fix For: 1.3.0.BETA1
>
>         Attachments: Version.java
>
>
> Seam 1.2.1 displayed the wrong version at logging on bootstrap
> Caused by:
> public class SeamListener implements ServletContextListener, HttpSessionListener
> {
>    ...
>     public void contextInitialized(ServletContextEvent event) {
>       log.info("Welcome to Seam 1.2.0.PATCH1");
>       Lifecycle.setServletContext( event.getServletContext() );
>       new Initialization( event.getServletContext() ).create().init();
>    }
>   ...
> }

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

        



More information about the seam-issues mailing list