ADF Faces EA15 resources problem
360082Apr 5 2005 — edited Apr 5 2005Hi,
1. I am trying to integrate ADF into my JSF app. I use Ecplise 3.0.1 and Tomcat 5.0.25 and not JDeveloper.
Using ADF EA14, I was able to follow the installation guide (place adf-faces-api.jar, adf-faces-impl.jar in WEB-INF/lib, unzip adf-faces-install.zip into myeb app creating a "adf" folder, add ADF filter to my web.xml) and was able to replace the standard <h:commandButton> tags with <af:commandButton> tags and have it work.
However, after installing ADF EA15, the <af:commandButton> buttons are not displayed in the browser. I suspect this is because there is no longer an "adf" resource folder in my web app. Do I need to start (somehow) the oracle.adf.view.faces.webapp.ResourceServlet ?
2. Also, with EA14 (which worked ok), I would get WARNING messages in the Tomcat console when my app deployed:
Apr 5, 2005 1:21:29 PM com.sun.faces.config.rules.ConverterRule end
WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Short,null)
Apr 5, 2005 1:21:29 PM com.sun.faces.config.rules.ConverterRule end
WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Short)
I would get these for Short, Byte, Integer, Long, etc. Is there anything I can do to eliminate these messages?
Thanks, Jeff.