JBOSS开发jsf的问题
zifeng858
2008-04-09
发布jsf工程,控制台出现以下问题:
ERROR [MyfacesConfig] Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations. 应该怎么解决????? |
|
xiaochouwolf
2008-04-09
好像是把构建路径下的sun的jsf标准实现去掉,就是jsf-api.jar和jsf.impl.jar
|
|
zifeng858
2008-04-10
有没有不用去掉,又可以顺利解决的办法?
|
|
wincheer
2008-10-17
It depends, JBoss Portlets core portlets will run jet fine with that error, nothing to worry about. If you are embedding MyFaces libs, make sure to understand the classloading rules.
|