- 
        1. Re: Deploying JARs to JBoss AS 7 w/ JSFssilvert Nov 27, 2012 3:34 PM (in response to meetoblivion)Yes. If the jar has JSF artifacts then JSF will be activated. Stan 
- 
        2. Re: Deploying JARs to JBoss AS 7 w/ JSFmeetoblivion Nov 27, 2012 3:42 PM (in response to ssilvert)Stan, Thanks for the answer (I was actually told to ask you :-) ) My JAR has the following: META-INF/beans.xml META-INF/faces-config.xml META-INF/resources/somefacelet.xhtml META-INF/web-fragment.xml (which includes references to FacesServlet) META-INF/jboss-deployment-structure.xml however, JSF still does not activate. What else could I enable to turn it on? 
- 
        3. Re: Deploying JARs to JBoss AS 7 w/ JSFssilvert Nov 27, 2012 4:32 PM (in response to meetoblivion)Is that jar in WEB-INF/lib? If so then JSF should be activated based on the FacesServlet found in the web-fragment.xml. Stan 
- 
        4. Re: Deploying JARs to JBoss AS 7 w/ JSFmeetoblivion Nov 27, 2012 4:59 PM (in response to ssilvert)No, the JAR is deployed directly to AS. 
- 
        5. Re: Deploying JARs to JBoss AS 7 w/ JSFssilvert Nov 28, 2012 6:53 AM (in response to meetoblivion)John Ament wrote: No, the JAR is deployed directly to AS. I guess I don't understand what you are trying to accomplish. JSF is a servlet-based technology. It has to run inside a WAR. Stan 
 
    