Fix use of deprecated Seam methods
----------------------------------
Key: EMBJOPR-76
URL:
https://jira.jboss.org/jira/browse/EMBJOPR-76
Project: Embedded Jopr
Issue Type: Bug
Affects Versions: 1.2
Reporter: Charles Crouch
Priority: Minor
Fix For: 1.2
When deploying Embedded into JBAS5 I'm seeing the following in the server.log
2009-02-18 13:08:40,921 WARN [org.jboss.seam.init.Initialization] (HDScanner) <action
expression="#{redirect.captureCurrentView}" /> has been deprecated, use
<action execute="#{redirect.captureCurrentView}" /> instead
2009-02-18 13:08:40,921 WARN [org.jboss.seam.init.Initialization] (HDScanner) <action
expression="#{redirect.returnToCapturedView}" /> has been deprecated, use
<action execute="#{redirect.returnToCapturedView}" /> instead
--
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