Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Purchase Order > StringEscapeUtils.escapeCsv() is applicable for argument types: (org.codehaus.groovy.grails.web.util.StreamCharBuffer) #36

Closed
jmiranda opened this issue Mar 23, 2015 · 0 comments · May be fixed by vaibhavantil2/shipping-service#25
Assignees
Labels
type: bug Addresses unintended behaviours of the app
Milestone

Comments

@jmiranda
Copy link
Member

Stacktrace:

groovy.lang.MissingMethodException: No signature of method: static org.apache.commons.lang.StringEscapeUtils.escapeCsv() is applicable for argument types: (org.codehaus.groovy.grails.web.util.StreamCharBuffer) values: [10]
Possible solutions: escapeCsv(java.lang.String), escapeCsv(java.io.Writer, java.lang.String), unescapeCsv(java.lang.String), escapeJava(java.lang.String), escapeSql(java.lang.String), escapeXml(java.lang.String)
        at org.pih.warehouse.order.OrderController$_closure22_closure28.doCall(OrderController.groovy:448)
        at org.pih.warehouse.order.OrderController$_closure22.doCall(OrderController.groovy:441)
        at org.pih.warehouse.order.OrderController$_closure22.doCall(OrderController.groovy)
        at grails.plugin.springcache.web.GrailsFragmentCachingFilter.doFilter(GrailsFragmentCachingFilter.groovy:66)
        at net.sf.ehcache.constructs.web.filter.Filter.doFilter(Filter.java:86)
        at org.grails.plugin.resource.DevModeSanityFilter.doFilter(DevModeSanityFilter.groovy:44)
        at java.lang.Thread.run(Thread.java:745)
@jmiranda jmiranda added this to the 0.6.9 milestone May 19, 2015
@jmiranda jmiranda self-assigned this May 19, 2015
@jmiranda jmiranda added the type: bug Addresses unintended behaviours of the app label May 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Addresses unintended behaviours of the app
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant