1 2 Previous Next 22 Replies Latest reply on Sep 19, 2012 10:43 PM by nnanda Go to original post
      • 15. Re: Exception while deploying web application in JBoss 5.1 AS
        sfcoy

        Can you give me a list of the jars in your WEB-INF/lib directory?

        • 16. Re: Exception while deploying web application in JBoss 5.1 AS
          nnanda

          Hi Stephen,

           

          Please find below the JARs present inside WEB-INF/lib

           


          aopalliance-1.0.jar
          asm-3.1.jar
          aspectjrt-1.6.2.jar
          aspectjweaver-1.6.2.jar
          async-http-client-1.6.5.jar
          axis-1.4.jar
          castor-0.9.6.jar
          cglib-nodep-2.1_3.jar
          ezmorph-1.0.6.jar
          inquira-free-text-search.jar
          inquira-infra-1.1.jar
          itext-asian-1.0.jar
          itext-core-2.1.7.jar
          itoobjects-1.0.jar
          jackson-core-asl-1.5.4.jar
          jackson-mapper-asl-1.5.4.jar
          java-service-client-1.0.jar
          jaxen-1.1.jar
          jersey-client-1.9.1.jar
          jersey-core-1.9.1.jar
          joda-time-1.6.jar
          json-lib-2.3-jdk15.jar
          jsr311-api-1.1.1.jar
          jtidy-r938.jar
          spring-aop-3.0.1.jar
          spring-asm-3.0.1.jar
          spring-aspects-3.0.1.jar
          spring-beans-3.0.1.jar
          spring-context-3.0.1.jar
          spring-context-support-3.0.1.jar
          spring-core-3.0.1.jar
          spring-expression-3.0.1.jar
          spring-jdbc-3.0.1.jar
          spring-jms-3.0.1.jar
          spring-oxm-3.0.1.jar
          spring-tx-3.0.1.jar
          spring-web-3.0.1.jar
          spring-web-servlet-3.0.1.jar
          sunxml-0.8.1.GSX.jar
          webappenhance-1.0.jar
          webservices-api-2.1.1.jar
          webservices-extra-2.1.1.jar
          webservices-extra-api-2.1.1.jar
          webservices-rt-2.1.1.jar
          webservices-tools-2.1.1.jar
          webutilities.jar
          ws-framework-1.0.jar
          wsdl4j-1.5.1.jar
          xalan-2.5.1.jar
          xbean-2.4.0.jar
          yuicompressor-2.4.6.jar
          
          

           

          In my JBOSS server/default/lib, I have following JARs

           

           

          apache-log4j-extras-1.1.jar
          async-http-client-1.6.5.jar
          commons-beanutils-1.7.0.jar
          commons-codec-1.4.jar
          commons-collections-3.2.1.jar
          commons-dbcp-1.2.2.jar
          commons-discovery-0.2.jar
          commons-fileupload-1.2.1.jar
          commons-httpclient-3.1.jar
          commons-io-2.0.1.jar
          commons-lang-2.5.jar
          commons-pool-1.4.jar
          commons-validator-1.3.1.jar
          httpclient-4.0.1.jar
          httpcore-4.0.1.jar
          netty-3.2.5.Final.jar
          ojdbc6-11.2.0.2.0.jar
          oro-2.0.8.jar
          velocity-1.7.jar
          webservices-api-2.1.1.jar
          webservices-extra-2.1.1.jar
          webservices-extra-api-2.1.1.jar
          webservices-rt-2.1.1.jar
          webservices-tools-2.1.1.jar
          
          
          • 17. Re: Exception while deploying web application in JBoss 5.1 AS
            sfcoy

            That does not look like Spring 3.0.3 to me...

            • 18. Re: Exception while deploying web application in JBoss 5.1 AS
              nnanda

              Sorry Stephen, that was a typo. We are using Spring 3.0.1

              • 19. Re: Exception while deploying web application in JBoss 5.1 AS
                sfcoy

                Which is known to not work with JBoss 5.0+.

                 

                You need to upgrade this (we use 3.0.6 successfully, but there are newer versions around).

                • 20. Re: Exception while deploying web application in JBoss 5.1 AS
                  nnanda

                  Well Stephen, it is working for us without any issues. Could you point me exactly what aspect of Spring does not work? I know this Spring version does not work with JBoss AS 7.

                   

                  Also, do you think this is the issue for the JSTL?

                  • 21. Re: Exception while deploying web application in JBoss 5.1 AS
                    sfcoy

                    The problematic versions of Spring cause problems with JBoss VFS, and you are having a problem reading from a JBoss VFS resource.

                    • 22. Re: Exception while deploying web application in JBoss 5.1 AS
                      nnanda

                      Let me try with JBoss 3.0.5

                      1 2 Previous Next