codeconsole commented on issue #15147:
URL: https://github.com/apache/grails-core/issues/15147#issuecomment-3417465235
Another occurrence
```groovy
"/$controller/$action?/$id?(.$format)?"
```
```groovy
def prepareQuestionnaire(Long id) {
}
```
```
org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast
object '1000271' with class 'java.lang.String' to class 'java.lang.Long'
at org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache (
org/codehaus.groovy.vmplugin.v8/IndyInterface.java:321 )
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]