Skip to content

Usage with Grails Framework #11

Open
@mradzinski

Description

@mradzinski

If I follow the usage examples on a Grails v2.3.11 application I always get a MissingMethodException like the one below:

groovy.lang.MissingMethodException: No signature of method: rx.Observable.subscribe() is applicable for argument types: (my.package.TestController$_show_closure1)

Seems like the Subscribe() method does not allow closures, but as per the examples it should allow them.

I configured my dependencies like:

dependencies {
    compile 'io.reactivex:rxjava:1.0.14'
    compile 'io.reactivex:rxjava-groovy:1.0.2'
}

Any idea why is this happening? You can use the Hello World example to try reproducing this (it's the one I'm using).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions