[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1315) Scheduled methods doesn't incjet Strings from app properties.

Stateless Bean (JIRA) jira-events at lists.jboss.org
Thu May 10 05:52:52 EDT 2007


Scheduled methods doesn't incjet Strings from app properties.
-------------------------------------------------------------

                 Key: JBSEAM-1315
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1315
             Project: JBoss Seam
          Issue Type: Bug
          Components: Examples
    Affects Versions: 1.2.1.GA
         Environment: Win XP Home, JBoss AS 4.0.5, PostgreSql 8.2, EJB 3.0, Seam 1.2.1
            Reporter: Stateless Bean
             Fix For: 1.3.0.BETA1


Messages instance incjected like:
@In 
protected Map<String, String> messages;

doesn't work in scheduled method. I got app properties file like "login.password = blabla,bleble, bububububu"
and i still get "login.password" instead of "blabla...".

This problem exist even in seampay example. Messages works fine without scheduled methods.


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