0 Replies Latest reply on Jul 18, 2011 9:27 PM by cgeyma

    AS7 deploy errors...

    cgeyma

      Trying to deploy an existing application (running successfully in tomcat and webshpere).

      Encountering error while deploy is parsing tld files.

      Application is using its own tag library and 3rd libraries that have their own tag libraries.

       

      AS7 deploy complains non existing enum.

      It looks to be a case sensitive problem.

      Our tld file has <content-type> of jsp (lower case).

      When changing it to JSP (upper case), it works.

       

      Also, it is failing with <content-type> of None.

      It is used in one of the 3rd party library.

      Tried changing it to NONE does not help in this case.

       

      Thanks in advance for any help.