Issue Details (XML | Word | Printable)

Key: SHALE-365
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Unassigned
Reporter: Ingo Dueppe
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Shale

faces-config.xml is not valid.

Created: 19/Dec/06 09:46 PM   Updated: 23/Jan/07 04:40 PM
Return to search
Component/s: Remoting
Affects Version/s: 1.0.4-SNAPSHOT
Fix Version/s: 1.0.4

Flags: Patch


 Description  « Hide
During the last change of faces-config the managed-bean-scope definition has been forgotten. So currently the faces-config.xml inside shale-remoting is not valid.

I am not sure what is intended with the LOGGER-Bean, but I assumed that it should be application-scope.

Regards
Ingo

Index: .
===================================================================
--- . (revision 488706)
+++ . (working copy)
@@ -43,9 +43,8 @@
   <managed-bean>
     <!-- Default logging adapter implementation -->
       <managed-bean-name>org.apache.shale.remoting.LOGGER</managed-bean-name>
- <managed-bean-class>
- org.apache.shale.remoting.logger.DefaultLogger
- </managed-bean-class>
+ <managed-bean-class>org.apache.shale.remoting.logger.DefaultLogger</managed-bean-class>
+ <managed-bean-scope>application</managed-bean-scope>
   </managed-bean>
 
 </faces-config>


 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Craig McClanahan made changes - 19/Dec/06 09:59 PM
Field Original Value New Value
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
Fix Version/s 1.0.4-SNAPSHOT [ 21740 ]
Rahul Akolkar made changes - 23/Jan/07 04:40 PM
Fix Version/s 1.0.4 [ 21790 ]
Fix Version/s 1.0.4-SNAPSHOT [ 21740 ]
Jeff Turner made changes - 09/Aug/07 07:15 AM
Workflow Struts [ 39059 ] Struts - editable closed status [ 41715 ]
Antonio Petrelli made changes - 08/Jan/09 08:56 AM
Workflow Struts - editable closed status [ 41715 ] Struts - editable closed status (temporary) [ 45921 ]
Antonio Petrelli made changes - 08/Jan/09 09:08 AM
Workflow Struts - editable closed status (temporary) [ 45921 ] Struts - editable closed status [ 52603 ]