Hi, I have a jsf web application using myfaces and I must make it run on JbossAS 3.2.7. I simply copied the war file under the server\default\deploy directory. It seems that when the jsf tries to access to the property 'myProp' of bean 'myBean' the following exception arises:
javax.faces.el.PropertyNotFoundException: Base is null: myBean Actually the WEB-INF/lib directory contains the following jars (jsf and application specific): bsh-2.0b4.jar commons-beanutils.jar commons-codec.jar commons-collections.jar commons-digester.jar commons-el.jar commons-fileupload.jar commons-lang.jar commons-logging.jar commons-validator.jar jakarta-oro.jar jsf-api.jar jsf-impl.jar jstl.jar myfaces-all.jar portlet-api.jar standard.jar struts.jar Under tomcat 5.0.x it works well. Where I do wrong ? Pietro View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978114#3978114 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978114 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
