I am new in ADF JSF please assist, I am trying to map my Managed bean scope like request ,pageFlow and backingBean . but getting following errors,

ManagedBean -- Scope =  request 
Error -- javax.el.PropertyNotFoundException: Target Unreachable, 'ManagedBean' returned null 

ManagedBean --- scope = backingBean or pageFlow
Error --- An invalid object operation was invoked on type View Object with name EmployeeViewImpl_0

This is the exception:

javax.el.ELException: oracle.jbo.InvalidObjAccessException: JBO-25036: An invalid object operation was invoked on type View Object with name EmployeeViewImpl_0
  at javax.el.BeanELResolver.getValue(BeanELResolver.java:266)
  at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143)
  at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java­:72)
  at com.sun.el.parser.AstValue.getValue(AstValue.java:118)
link|improve this question
please mention the environment and log details.. – Abhishek Apr 1 '11 at 9:38
1  
@ Abhishek thanks I m using JDeveloper / ADF 11.1.1.3.0, log details as bellow javax.el.ELException: oracle.jbo.InvalidObjAccessException: JBO-25036: An invalid object operation was invoked on type View Object with name EmployeeViewImpl_0 at javax.el.BeanELResolver.getValue(BeanELResolver.java:266) at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143) at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java‌​:72) at com.sun.el.parser.AstValue.getValue(AstValue.java:118) – Kunwar Tomar Apr 1 '11 at 9:50
Is your ManagedBean declared in taskflow definition file? – juanmi.alvarez Apr 4 '11 at 8:18
1  
@Juanmi thanks for your reply.Yes i have declared ManagedBean in adfc-config.xml, I have resolved this problem , i have mapped scope of manageBean as backingBean and declared the parameter setter/getter in implementation class which is my managedBean, now i can able to pass my parameter from one jsf page to database query and retrieve the query values in second jsf page. – Kunwar Tomar Apr 5 '11 at 7:59
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.