[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-4884) mounted WTP project, add JSF, seam facet, deploy to tomcat starts failing

deanhiller (JIRA) jira-events at lists.jboss.org
Mon Sep 14 12:55:23 EDT 2009


mounted WTP project, add JSF, seam facet, deploy to tomcat starts failing
-------------------------------------------------------------------------

                 Key: JBIDE-4884
                 URL: https://jira.jboss.org/jira/browse/JBIDE-4884
             Project: Tools (JBoss Tools)
          Issue Type: Bug
    Affects Versions: 3.1.0.M2, 3.1.0.M1, 3.0.1.GA, 3.0.0.GA
         Environment: any
            Reporter: deanhiller


I have a WTP project with this structure

project 
---input
------javasrc - our *.java files
------libinclude - jar files we want in WEB-INF/lib when done(ie. Web App Libraries)
------libexclude - jar files we don't want in WEB-INF/lib
------webroot - xhtml files
---------WEB-INF - descriptor files

We download jboss tools and then we go into the project properties and click on Facets and add JSF and Seam.  This incorrectly adds jars to webroot/WEB-INF/lib directory!!!!  Worse yet, now when we deploy to tomcat, it is failing with ClassNotFoundExceptions where if we check out the project with WTP, everything works fine and we can use the server view to deploy to tomcat.

the number one issue is that WTP seems to allow people to manage the jars themselves and JBoss tools is forcing jars to be put in webroot/WEB-INF/lib which is actually incorrect since the jars are in libinclude and that is what is deployed to tomcat when I right click and choose debug on the tomcat server.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list