1 2 Previous Next 18 Replies Latest reply on Mar 31, 2011 11:09 AM by alesj Go to original post
      • 15. Error on jboss-6.0.0.20100216-M2
        krikorkherberian

        i replaced this librarires with

        sprin.oxm-3.0.2

        spring.aop-3.0.2

        spring.asm-3.0.2

        spring.beans-3.0.2

        spring.context.support-3.0.2

        spring.context-3.0.2

        spring.core-3.0.2

        spring.expression-3.0.2

        spring.jdbc-3.0.2

        spring.orm-3.0.2

        spring.test-3.0.2

        spring.transaction-3.0.2

        spring.web.portlet-3.0.2

        spring.web.servlet-3.0.2

        spring.web.struts-3.0.2

        spring.web-3.0.2

         

        with jars from http://www.springsource.org/download , the latest wokred.

         

        now i got this error

         

        Servlet.service() for servlet jsp threw exception: org.apache.jasper.JasperException  /tld/CustomSprinSecTags.tld not found.

         

         

        the security libraries am using

            

        spring-security-acl-3.0.2

        spring-security-config-3.0.2

        spring-security-core-3.0.2

        spring-security-taglibs-3.0.2

        spring-security-web-3.0.2

        • 16. Re: Error on jboss-6.0.0.20100216-M2
          alesj
          Caused by: java.lang.NoClassDefFoundError: org/jboss/virtual/VFS
          
              at org.springframework.core.io.AbstractFileResolvingResource$VfsResourceDelegate.getResource(AbstractFileResolvingResource.java:92) [:3.0.2.RELEASE]
          

           

          This was the cause of previous error, Spring was still using VFS2, where AS6 now has VFS3.

           

          For the latest error, you might need Snowdrop:

          * http://www.jboss.org/snowdrop

          • 17. Re: Error on jboss-6.0.0.20100216-M2
            krikorkherberian

            I took a look at snowdrop documentation, I saw it  is done to support jboss 5 and spring 3.0 and not jboss 6.

            http://www.jboss.org/snowdrop/documentation

             

             

            I  have the tld's on the same level as web-inf not under web-inf.I was reading that in jboss 5, the tld files cant be put under web-inf...

            Hence why maybe it was working in jboss 5 the application with me, i am trying to figure out in jboss 6 if there is new rule of same kind again..

             

             

             

            For the older problem, between vfs2 and vfs3... changing the libraries into spring 3.1.0 release worked it out for me. I was using spring 3.0.1  jar's ( only works in jboss 5 and not jboss 6)

            • 18. Re: Error on jboss-6.0.0.20100216-M2
              alesj

              There is a whole Snowdrop forum

              * http://community.jboss.org/message/593828#593828

              which is where you'll probably get better answer.

              1 2 Previous Next