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
Activity
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | Grails-jQuery 1.4.0.1 [ 15469 ] | |
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | Grails-jQuery 1.4.0.1 [ 15469 ] | |
| Fix Version/s | Grails-jQuery 1.4.0.2 [ 16147 ] |
| Project Import | Thu Mar 24 21:55:00 CDT 2011 [ 1301021700396 ] |
| Fix Version/s | Grails-jQuery 1.4.0.2 [ 11419 ] | |
| Key | GRAILSPLUGINS-1864 |
|
| Fix Version/s | Grails-jQuery 1.4.0.2 [ 11759 ] | |
| Affects Version/s | Grails-jQuery 1.4.0.1 [ 11104 ] | |
| Project | Grails Plugins [ 10021 ] | jQuery Plugin [ 10156 ] |
| Component/s | Grails-jQuery [ 10656 ] | |
| Affects Version/s | Grails-jQuery 1.4.0.1 [ 11758 ] |
By deployment I mean deploying war in tcServer v6. Running application by 'grails run-app' is working just fine.