[jboss-user] [Beginner's Corner] - trying to use JSF 1.2 in AS 7
Kevin Raper
do-not-reply at jboss.com
Wed Nov 2 08:51:35 EDT 2011
Kevin Raper [http://community.jboss.org/people/kraper07] created the discussion
"trying to use JSF 1.2 in AS 7"
To view the discussion, visit: http://community.jboss.org/message/634600#634600
--------------------------------------------------------------
I am trying to use JSF 1.2 in jboss AS 7. I've added a jboss-deployment-structure.xml to my ear\meta-inf that I thought would accomplish this but am getting the following message in the log:
WARN [MSC service thread 1-2] (org.ajax4jsf.webapp.BaseXMLFilter:checkJSFVersion:150) - This version of RichFaces implementation compatible for JSF1.2, but running under JSF2.0
my jboss-deployment-structure.xml is:
<jboss-deployment-structure>
<deployment>
<exclusions>
<module name="javax.faces.api" slot="main" />
<module name="com.sun.jsf-impl" slot="main" />
<module name="javax.faces.api" slot="1.2" />
<module name="com.sun.jsf-impl" slot="1.2" />
</exclusions>
<dependencies>
<module name="org.apache.log4j" />
<module name="org.dom4j" />
<module name="org.apache.commons.logging" />
<module name="org.apache.commons.collections" />
</dependencies>
</deployment>
</jboss-deployment-structure>
Any help is greatly appreciated!
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/634600#634600]
Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20111102/47574b93/attachment.html
More information about the jboss-user
mailing list