eismeraldo
Nov 13th, 2006, 12:48 PM
Hallo
The application is split in 7 spring projects and one MyFace project. Some spring beans called services should be visible in the MyFace project with help of the DelegatingVariableResolver. The application will be developed on two PC’s with the same software (Windows XP, Java, Tomcat, Eclipse, Exadel…). The HW is different, one is a Notebook with Intel 1.6 GHz, the other one is a PC with Intel 2.6 GHz.
The application has no problem on the PC, but the same application (a copy) on the notebook has the following problem:
DEBUG org.springframework.web.jsf.DelegatingVariableReso lver - Attempting to resolve variable 'xyz' in via original VariableResolver
com.sun.faces.el.VariableResolverImpl - resolveVariable: Resolved variable:null
DEBUG org.springframework.web.jsf.DelegatingVariableReso lver - Attempting to resolve variable 'xyz' in root WebApplicationContext
DEBUG org.springframework.web.jsf.DelegatingVariableReso lver - Could not resolve variable 'xyz'
ERROR org.apache.myfaces.util.DebugUtils - javax.faces.FacesException: java.lang.NullPointerException
In this example, the bean xyz is a jsf managed bean, not a spring bean!
Has anyone any idea
Thank you, Eismeraldo
The application is split in 7 spring projects and one MyFace project. Some spring beans called services should be visible in the MyFace project with help of the DelegatingVariableResolver. The application will be developed on two PC’s with the same software (Windows XP, Java, Tomcat, Eclipse, Exadel…). The HW is different, one is a Notebook with Intel 1.6 GHz, the other one is a PC with Intel 2.6 GHz.
The application has no problem on the PC, but the same application (a copy) on the notebook has the following problem:
DEBUG org.springframework.web.jsf.DelegatingVariableReso lver - Attempting to resolve variable 'xyz' in via original VariableResolver
com.sun.faces.el.VariableResolverImpl - resolveVariable: Resolved variable:null
DEBUG org.springframework.web.jsf.DelegatingVariableReso lver - Attempting to resolve variable 'xyz' in root WebApplicationContext
DEBUG org.springframework.web.jsf.DelegatingVariableReso lver - Could not resolve variable 'xyz'
ERROR org.apache.myfaces.util.DebugUtils - javax.faces.FacesException: java.lang.NullPointerException
In this example, the bean xyz is a jsf managed bean, not a spring bean!
Has anyone any idea
Thank you, Eismeraldo