Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: Grails-jQuery 1.4.0.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:WebSphere 6.1.0.25
Description
JQuery plugin does not work when deployed to WebSphere 6.1.0.25
app.grails.version=1.2.0
app.servlet.version=2.4
plugins.jquery=1.4.0.1
Error Message: Filter [charEncodingFilter]: could not be initialized
Error Code: 500
Target Servlet: null
Error Stack:
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.ibm.ws.classloader.CompoundClassLoader' to required type 'groovy.lang.GroovyClassLoader' for property 'classLoader'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [com.ibm.ws.classloader.CompoundClassLoader] to required type [groovy.lang.GroovyClassLoader] for property 'classLoader': no matching editors or conversion strategy found
I created a grails application deployed to Websphere hit index page worked fine. Installed jquery plugin deployed to Websphere got above error.
Please ee http://jira.codehaus.org/browse/GRAILSPLUGINS-1888