4 Replies Latest reply on Feb 4, 2010 11:11 PM by asookazian

    error with JSF 2 RI and Seam 2.1.1.GA app

    asookazian

      I am running JBoss 4.2.2.GA.  I dropped the Mojarra 2.0.2 jsf-api and jsf-impl libs into this directory: C:\java\jboss-4.2.2.GA\server\default\deploy\jboss-web.deployer\jsf-libs.  I left jboss-faces.jar there.  Not sure what that is for.


      Anyways, on startup and deployment of my Seam 2.1.1.GA app, I see this stack trace.  Anybody else seen this?  Is this related to JSF 2 backwards compatibility with Seam 2.1.1.GA and Servlet 2.5, EJB 3.0, etc. from Java EE 5 app server?


      Sounded pretty easy to upgrade according to this:  http://seamframework.org/Documentation/DoesSeamWorkWithJSF2...


      12:59:09,531 ERROR [web]] Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
      java.lang.ClassCastException: com.sun.faces.config.WebConfiguration
           at com.sun.faces.config.WebConfiguration.getInstance(WebConfiguration.java:170)
           at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:161)
           at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:69)
           at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3856)
           at org.apache.catalina.core.StandardContext.start(StandardContext.java:4361)
           at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:790)
           at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:770)
           at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
           at java.lang.reflect.Method.invoke(Method.java:592)
           at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
           at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
           at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
           at org.apache.catalina.core.StandardContext.init(StandardContext.java:5312)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
           at java.lang.reflect.Method.invoke(Method.java:592)
           at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
           at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
           at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
           at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301)
           at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
           at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
           at org.jboss.web.WebModule.startModule(WebModule.java:83)
           at org.jboss.web.WebModule.startService(WebModule.java:61)
           at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
           at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
           at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
           at java.lang.reflect.Method.invoke(Method.java:592)
           at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
           at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
           at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
           at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
           at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
           at $Proxy0.start(Unknown Source)
           at org.jboss.system.ServiceController.start(ServiceController.java:417)
           at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
           at java.lang.reflect.Method.invoke(Method.java:592)
           at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
           at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
           at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
           at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
           at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
           at $Proxy44.start(Unknown Source)
           at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
           at java.lang.reflect.Method.invoke(Method.java:592)
           at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
           at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
           at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
           at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
           at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
           at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
           at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87)
           at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
           at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
           at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
           at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
           at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
           at $Proxy45.start(Unknown Source)
           at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
           at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
           at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
           at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
           at java.lang.reflect.Method.invoke(Method.java:592)
           at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
           at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
           at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
           at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
           at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
           at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
           at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
           at $Proxy9.deploy(Unknown Source)
           at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
           at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
           at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
           at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274)
           at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)

        • 1. Re: error with JSF 2 RI and Seam 2.1.1.GA app
          asookazian

          I reverted to JSF 1.2 libs and reproduced the ERROR. 


          I am also seeing Welcome to Seam 2.0.1.GA but AFAIK I am not referencing or using that version anywhere in the Maven build.


          Apparently the root-cause of the last item is the contents of this file: org.jboss.tools.jst.web.xml.  What generates this file (of course Jboss Tools but how/when/why?)  What happens if I delete this file?


          <?xml version="1.0" encoding="UTF-8"?>
          <file-systems VERSION="2.0.0" application-name="com.echo.cis.web"
           model-entity="FileSystems" workspace-home="./WEB-ROOT/WEB-INF">
           <file-system NAME="WEB-INF" location="%workspace.home%" model-entity="FileSystemFolder"/>
           <file-system NAME="WEB-ROOT" info="Content-Type=Web"
            location="%workspace.home%/.." model-entity="FileSystemFolder"/>
           <file-system NAME="com.echo.cis.web" location="%eclipse.project%" model-entity="FileSystemFolder"/>
           <file-system NAME="src"
            location="%workspace.home%/../../src/main/resources" model-entity="FileSystemFolder"/>
           <file-system NAME="src-1"
            location="%workspace.home%/../../src/main/java" model-entity="FileSystemFolder"/>
           <file-system NAME="lib-el-api-1.2.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\javax\el\el-api\1.2\el-api-1.2.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-javaee-5.0.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\javax\javaee\javaee\5.0\javaee-5.0.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jsf-impl-1.2_04-p02.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\javax\faces\jsf-impl\1.2_04-p02\jsf-impl-1.2_04-p02.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-persistence-api-1.0.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\javax\persistence\persistence-api\1.0\persistence-api-1.0.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-antlr-2.7.6.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\antlr\antlr\2.7.6\antlr-2.7.6.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-asm-1.5.3.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\asm\asm\1.5.3\asm-1.5.3.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-asm-attrs-1.5.3.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\asm\asm-attrs\1.5.3\asm-attrs-1.5.3.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-cglib-2.1_3.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\cglib\cglib\2.1_3\cglib-2.1_3.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-com.echo.cis.crud.dao-1.5.0-SNAPSHOT.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\com\echo\cis\model\com.echo.cis.crud.dao\1.5.0-SNAPSHOT\com.echo.cis.crud.dao-1.5.0-SNAPSHOT.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-com.echo.cis.crud.domain-1.5.0-SNAPSHOT.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\com\echo\cis\model\com.echo.cis.crud.domain\1.5.0-SNAPSHOT\com.echo.cis.crud.domain-1.5.0-SNAPSHOT.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-com.echo.cis.domain-1.5.0-SNAPSHOT.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\com\echo\cis\model\com.echo.cis.domain\1.5.0-SNAPSHOT\com.echo.cis.domain-1.5.0-SNAPSHOT.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-com.echo.cis.editors-1.5.0-SNAPSHOT.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\com\echo\cis\model\com.echo.cis.editors\1.5.0-SNAPSHOT\com.echo.cis.editors-1.5.0-SNAPSHOT.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-com.echo.cis.ejb.dao-1.5.0-SNAPSHOT.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\com\echo\cis\model\com.echo.cis.ejb.dao\1.5.0-SNAPSHOT\com.echo.cis.ejb.dao-1.5.0-SNAPSHOT.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-com.echo.cis.ejb.seam-1.5.0-SNAPSHOT.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\com\echo\cis\gui\com.echo.cis.ejb.seam\1.5.0-SNAPSHOT\com.echo.cis.ejb.seam-1.5.0-SNAPSHOT.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-com.echo.cis.util-1.5.0-SNAPSHOT.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\com\echo\cis\gui\com.echo.cis.util\1.5.0-SNAPSHOT\com.echo.cis.util-1.5.0-SNAPSHOT.jar" model-entity="FileSystemJar"/>
           <file-system
            NAME="lib-com.echo.common.businesscenterremoteapi-1.0.7.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\com\echo\common\com.echo.common.businesscenterremoteapi\1.0.7\com.echo.common.businesscenterremoteapi-1.0.7.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-com.echo.common.web-1.0.7.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\com\echo\common\com.echo.common.web\1.0.7\com.echo.common.web-1.0.7.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-commons-beanutils-1.7.0.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\commons-beanutils\commons-beanutils\1.7.0\commons-beanutils-1.7.0.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-commons-collections-3.2.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\commons-collections\commons-collections\3.2\commons-collections-3.2.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-commons-digester-1.8.1.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\commons-digester\commons-digester\1.8.1\commons-digester-1.8.1.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-commons-lang-2.2.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\commons-lang\commons-lang\2.2\commons-lang-2.2.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-commons-logging-1.0.4.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\commons-logging\commons-logging\1.0.4\commons-logging-1.0.4.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-dom4j-1.6.1.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\dom4j\dom4j\1.6.1\dom4j-1.6.1.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-ehcache-1.2.3.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\net\sf\ehcache\ehcache\1.2.3\ehcache-1.2.3.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-el-ri-1.2.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\com\sun\el\el-ri\1.2\el-ri-1.2.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-gwt-user-1.4.60.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\com\google\gwt\gwt-user\1.4.60\gwt-user-1.4.60.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-hibernate-3.2.5.ga.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\org\hibernate\hibernate\3.2.5.ga\hibernate-3.2.5.ga.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-hibernate-commons-annotations-3.3.0.ga.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\org\hibernate\hibernate-commons-annotations\3.3.0.ga\hibernate-commons-annotations-3.3.0.ga.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-hibernate-search-3.1.0.GA.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\org\hibernate\hibernate-search\3.1.0.GA\hibernate-search-3.1.0.GA.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-j4j-1.0.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\org\j4j\j4j\1.0\j4j-1.0.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-javassist-3.3.ga.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\jboss\javassist\3.3.ga\javassist-3.3.ga.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-el-2.0.2.CR1.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\org\jboss\el\jboss-el\2.0.2.CR1\jboss-el-2.0.2.CR1.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-seam-2.1.1.GA.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\org\jboss\seam\jboss-seam\2.1.1.GA\jboss-seam-2.1.1.GA.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-seam-2.0.1.GA.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\org\jboss\seam\jboss-seam\2.0.1.GA\jboss-seam-2.0.1.GA.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-seam-jul-2.1.1.GA.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\org\jboss\seam\jboss-seam-jul\2.1.1.GA\jboss-seam-jul-2.1.1.GA.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-seam-ui-2.1.1.GA.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\org\jboss\seam\jboss-seam-ui\2.1.1.GA\jboss-seam-ui-2.1.1.GA.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jibx-bind-1.1.5.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\org\jibx\jibx-bind\1.1.5\jibx-bind-1.1.5.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jibx-extras-1.1.5.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\org\jibx\jibx-extras\1.1.5\jibx-extras-1.1.5.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jibx-run-1.1.5.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\org\jibx\jibx-run\1.1.5\jibx-run-1.1.5.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jsf-facelets-1.1.12.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\com\sun\facelets\jsf-facelets\1.1.12\jsf-facelets-1.1.12.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jxl-2.6.8-seam.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\net\sourceforge\jexcelapi\jxl\2.6.8-seam\jxl-2.6.8-seam.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-log4j-1.2.13.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\log4j\log4j\1.2.13\log4j-1.2.13.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-lucene-core-2.4.0.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\org\apache\lucene\lucene-core\2.4.0\lucene-core-2.4.0.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-richfaces-api-3.3.1.GA.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\org\richfaces\framework\richfaces-api\3.3.1.GA\richfaces-api-3.3.1.GA.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-richfaces-impl-3.3.1.GA.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\org\richfaces\framework\richfaces-impl\3.3.1.GA\richfaces-impl-3.3.1.GA.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-richfaces-ui-3.3.1.GA.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\org\richfaces\ui\richfaces-ui\3.3.1.GA\richfaces-ui-3.3.1.GA.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-slf4j-api-1.4.2.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\org\slf4j\slf4j-api\1.4.2\slf4j-api-1.4.2.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-slf4j-log4j12-1.4.2.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\org\slf4j\slf4j-log4j12\1.4.2\slf4j-log4j12-1.4.2.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-stax-api-1.0.1.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\stax\stax-api\1.0.1\stax-api-1.0.1.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-wstx-asl-3.2.1.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\org\codehaus\woodstox\wstx-asl\3.2.1\wstx-asl-3.2.1.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-xml-apis-1.0.b2.jar"
            location="C:\Documents and Settings\asookazian\.m2\repository\xml-apis\xml-apis\1.0.b2\xml-apis-1.0.b2.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-activation.jar"
            location="C:\java\jboss-4.2.2.GA\client\activation.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-antlr.jar"
            location="C:\java\jboss-4.2.2.GA\client\antlr.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-avalon-framework.jar"
            location="C:\java\jboss-4.2.2.GA\client\avalon-framework.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-commons-codec.jar"
            location="C:\java\jboss-4.2.2.GA\client\commons-codec.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-commons-httpclient.jar"
            location="C:\java\jboss-4.2.2.GA\client\commons-httpclient.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-commons-logging.jar"
            location="C:\java\jboss-4.2.2.GA\client\commons-logging.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-concurrent.jar"
            location="C:\java\jboss-4.2.2.GA\client\concurrent.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-ejb3-persistence.jar"
            location="C:\java\jboss-4.2.2.GA\client\ejb3-persistence.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-getopt.jar"
            location="C:\java\jboss-4.2.2.GA\client\getopt.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-hibernate-annotations.jar"
            location="C:\java\jboss-4.2.2.GA\client\hibernate-annotations.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-hibernate-client.jar"
            location="C:\java\jboss-4.2.2.GA\client\hibernate-client.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jacorb.jar"
            location="C:\java\jboss-4.2.2.GA\client\jacorb.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-javassist.jar"
            location="C:\java\jboss-4.2.2.GA\client\javassist.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jaxb-api.jar"
            location="C:\java\jboss-4.2.2.GA\client\jaxb-api.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jaxb-impl.jar"
            location="C:\java\jboss-4.2.2.GA\client\jaxb-impl.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jaxb-xjc.jar"
            location="C:\java\jboss-4.2.2.GA\client\jaxb-xjc.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-stax-ex.jar"
            location="C:\java\jboss-4.2.2.GA\client\stax-ex.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-streambuffer.jar"
            location="C:\java\jboss-4.2.2.GA\client\streambuffer.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jaxws-rt.jar"
            location="C:\java\jboss-4.2.2.GA\client\jaxws-rt.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jaxws-tools.jar"
            location="C:\java\jboss-4.2.2.GA\client\jaxws-tools.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-annotations-ejb3.jar"
            location="C:\java\jboss-4.2.2.GA\client\jboss-annotations-ejb3.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-aop-jdk50-client.jar"
            location="C:\java\jboss-4.2.2.GA\client\jboss-aop-jdk50-client.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-aspect-jdk50-client.jar"
            location="C:\java\jboss-4.2.2.GA\client\jboss-aspect-jdk50-client.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-client.jar"
            location="C:\java\jboss-4.2.2.GA\client\jboss-client.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-common-client.jar"
            location="C:\java\jboss-4.2.2.GA\client\jboss-common-client.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-deployment.jar"
            location="C:\java\jboss-4.2.2.GA\client\jboss-deployment.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-ejb3-client.jar"
            location="C:\java\jboss-4.2.2.GA\client\jboss-ejb3-client.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-ejb3x.jar"
            location="C:\java\jboss-4.2.2.GA\client\jboss-ejb3x.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-iiop-client.jar"
            location="C:\java\jboss-4.2.2.GA\client\jboss-iiop-client.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-j2ee.jar"
            location="C:\java\jboss-4.2.2.GA\client\jboss-j2ee.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jbossws-spi.jar"
            location="C:\java\jboss-4.2.2.GA\client\jbossws-spi.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jbossws-common.jar"
            location="C:\java\jboss-4.2.2.GA\client\jbossws-common.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jbossws-framework.jar"
            location="C:\java\jboss-4.2.2.GA\client\jbossws-framework.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-jaxrpc.jar"
            location="C:\java\jboss-4.2.2.GA\client\jboss-jaxrpc.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-jaxws.jar"
            location="C:\java\jboss-4.2.2.GA\client\jboss-jaxws.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-saaj.jar"
            location="C:\java\jboss-4.2.2.GA\client\jboss-saaj.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-mail.jar"
            location="C:\java\jboss-4.2.2.GA\client\mail.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-remoting.jar"
            location="C:\java\jboss-4.2.2.GA\client\jboss-remoting.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-xml-binding.jar"
            location="C:\java\jboss-4.2.2.GA\client\jboss-xml-binding.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-policy.jar"
            location="C:\java\jboss-4.2.2.GA\client\policy.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-stax-api.jar"
            location="C:\java\jboss-4.2.2.GA\client\stax-api.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-wsdl4j.jar"
            location="C:\java\jboss-4.2.2.GA\client\wsdl4j.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-jsr77-client.jar"
            location="C:\java\jboss-4.2.2.GA\client\jboss-jsr77-client.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-serialization.jar"
            location="C:\java\jboss-4.2.2.GA\client\jboss-serialization.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-srp-client.jar"
            location="C:\java\jboss-4.2.2.GA\client\jboss-srp-client.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-system-client.jar"
            location="C:\java\jboss-4.2.2.GA\client\jboss-system-client.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-transaction-client.jar"
            location="C:\java\jboss-4.2.2.GA\client\jboss-transaction-client.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jbossall-client.jar"
            location="C:\java\jboss-4.2.2.GA\client\jbossall-client.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jbosscx-client.jar"
            location="C:\java\jboss-4.2.2.GA\client\jbosscx-client.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jbossha-client.jar"
            location="C:\java\jboss-4.2.2.GA\client\jbossha-client.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jbossjmx-ant.jar"
            location="C:\java\jboss-4.2.2.GA\client\jbossjmx-ant.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jbossmq-client.jar"
            location="C:\java\jboss-4.2.2.GA\client\jbossmq-client.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jbosssx-client.jar"
            location="C:\java\jboss-4.2.2.GA\client\jbosssx-client.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jbossws-client.jar"
            location="C:\java\jboss-4.2.2.GA\client\jbossws-client.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jbossws-jboss42.jar"
            location="C:\java\jboss-4.2.2.GA\client\jbossws-jboss42.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jmx-client.jar"
            location="C:\java\jboss-4.2.2.GA\client\jmx-client.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jmx-invoker-adaptor-client.jar"
            location="C:\java\jboss-4.2.2.GA\client\jmx-invoker-adaptor-client.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jnp-client.jar"
            location="C:\java\jboss-4.2.2.GA\client\jnp-client.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-log4j.jar"
            location="C:\java\jboss-4.2.2.GA\client\log4j.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-logkit.jar"
            location="C:\java\jboss-4.2.2.GA\client\logkit.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-scout.jar"
            location="C:\java\jboss-4.2.2.GA\client\scout.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-servlet-api.jar"
            location="C:\java\jboss-4.2.2.GA\client\servlet-api.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-trove.jar"
            location="C:\java\jboss-4.2.2.GA\client\trove.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-wstx.jar"
            location="C:\java\jboss-4.2.2.GA\client\wstx.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-xmlsec.jar"
            location="C:\java\jboss-4.2.2.GA\client\xmlsec.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-common.jar"
            location="C:\java\jboss-4.2.2.GA\lib\jboss-common.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-jmx.jar"
            location="C:\java\jboss-4.2.2.GA\lib\jboss-jmx.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-system.jar"
            location="C:\java\jboss-4.2.2.GA\lib\jboss-system.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-log4j-boot.jar"
            location="C:\java\jboss-4.2.2.GA\lib\log4j-boot.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-autonumber-plugin.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\autonumber-plugin.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-bcel.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\bcel.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-bindingservice-plugin.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\bindingservice-plugin.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-bsf.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\bsf.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-bsh-deployer.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\bsh-deployer.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-bsh.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\bsh.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-cglib.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\cglib.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-classes12-10.2.0.2.0.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\classes12-10.2.0.2.0.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-commons-collections.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\commons-collections.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-dom4j.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\dom4j.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-el-api.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\el-api.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-hibernate-entitymanager.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\hibernate-entitymanager.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-hibernate3.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\hibernate3.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-hsqldb-plugin.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\hsqldb-plugin.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-hsqldb.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\hsqldb.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jaxen.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\jaxen.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-cache-jdk50.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\jboss-cache-jdk50.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-common-jdbc-wrapper.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\jboss-common-jdbc-wrapper.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-hibernate.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\jboss-hibernate.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-jca.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\jboss-jca.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-jsr77.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\jboss-jsr77.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-jsr88.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\jboss-jsr88.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-management.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\jboss-management.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-monitoring.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\jboss-monitoring.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-remoting-int.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\jboss-remoting-int.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-srp.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\jboss-srp.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-transaction.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\jboss-transaction.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-vfs.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\jboss-vfs.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\jboss.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jbossjta-integration.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\jbossjta-integration.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jbossjta.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\jbossjta.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jbossmq.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\jbossmq.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jbosssx.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\jbosssx.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jbossts-common.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\jbossts-common.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jmx-adaptor-plugin.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\jmx-adaptor-plugin.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jnpserver.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\jnpserver.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-joesnmp.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\joesnmp.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jpl-pattern.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\jpl-pattern.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jpl-util.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\jpl-util.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jsp-api.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\jsp-api.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-log4j-snmp-appender.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\log4j-snmp-appender.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-mail-plugin.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\mail-plugin.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-properties-plugin.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\properties-plugin.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-quartz.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\quartz.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-scheduler-plugin-example.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\scheduler-plugin-example.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-scheduler-plugin.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\scheduler-plugin.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-xmlentitymgr.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\lib\xmlentitymgr.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-faces.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\deploy\jboss-web.deployer\jsf-libs\jboss-faces.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jsf-api.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\deploy\jboss-web.deployer\jsf-libs\jsf-api.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jsf-impl.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\deploy\jboss-web.deployer\jsf-libs\jsf-impl.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-aop-jdk50.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\deploy\jboss-aop-jdk50.deployer\jboss-aop-jdk50.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-aspect-library-jdk50.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\deploy\jboss-aop-jdk50.deployer\jboss-aspect-library-jdk50.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-jboss-ejb3.jar"
            location="C:\java\jboss-4.2.2.GA\server\default\deploy\ejb3.deployer\jboss-ejb3.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-dnsns.jar"
            location="C:\Program Files\Java\jdk1.5.0_22\jre\lib\ext\dnsns.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-localedata.jar"
            location="C:\Program Files\Java\jdk1.5.0_22\jre\lib\ext\localedata.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-sunjce_provider.jar"
            location="C:\Program Files\Java\jdk1.5.0_22\jre\lib\ext\sunjce_provider.jar" model-entity="FileSystemJar"/>
           <file-system NAME="lib-sunpkcs11.jar"
            location="C:\Program Files\Java\jdk1.5.0_22\jre\lib\ext\sunpkcs11.jar" model-entity="FileSystemJar"/>
           <web SERVLET_VERSION="2.4" model-entity="JstWeb" model-path="/web.xml">
            <module URI="/WEB-INF/faces-config.xml" model-entity="WebJSFModule"
             model-path="/faces-config.xml" src="src" web-root="WEB-ROOT"/>
           </web>
          </file-systems>
          

          • 2. Re: error with JSF 2 RI and Seam 2.1.1.GA app
            asookazian
            • 3. Re: error with JSF 2 RI and Seam 2.1.1.GA app
              asookazian
              • 4. Re: error with JSF 2 RI and Seam 2.1.1.GA app
                asookazian

                perpetrator (jboss-seam-2.0.1.jar) was here:


                C:\Documents and Settings\asookazian\workspace\CIS_1.5 new\.metadata\.plugins\org.jboss.ide.eclipse.as.core\JBoss_4.2_Runtime_Server\deploy\com.echo.cis.web.war\WEB-INF\lib


                I'm assuming it's safe to delete everything in the deploy directory?