Monday, January 25, 2010

EJB and ADF model: (Error JBO-25221) SessionBean.dataProvider Method not supported

Problem: (Error JBO-25221) Method not supported.

I was puzzled by this error for sometime because the log do not give much information about the source of the error. The method is present in my SessionBeanLocal and the bindings was set in the ADF page definition file and yet, I am encountering this error. What I failed to realize is that I re-factored my session bean method to remove some unnecessary parameter but I overlooked to update my page definition file to remove such extra parameter.


Solution: Removing the extra parameter in the page definition file solves the issue.

No comments:

Post a Comment