Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Grails-jQuery 1.4.0.1
-
Fix Version/s: Grails-jQuery 1.4.0.2
-
Labels:None
-
Environment:Windws/Linux JDK 1.6, tcServer 6
Description
After changing from jquery plugin 1.3 to 1.4 application is no longer deploying correctly. During deployment exception is thrown:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'JQueryTagLib': Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.springsource.tcserver.ltw.TomcatAspectJWeavingClassLoader' to required type 'groovy.lang.GroovyClassLoader' for property 'classLoader'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [com.springsource.tcserver.ltw.TomcatAspectJWeavingClassLoader] to required type [groovy.lang.GroovyClassLoader] for property 'classLoader': no matching editors or conversion strategy found
By deployment I mean deploying war in tcServer v6. Running application by 'grails run-app' is working just fine.