PropertyReferenceException: No property saveAll found for type Dummy!

Hi @subhashni I encounter very similar problem so I think it’s better to ask in same thread started by nilesh_ca

I tried reactive couchbase by starting with your project GitHub - bsubhashni/springdatareactive: Demo

It works as expected if Repository is embedded inside main class. But when I take the Repository class out, I receive same “No property saveAll …” error

I turned off considerNestedRepositories=false and also set basePackages for EnableReactiveCouchbaseRepositories but it doesn’t help.

For normal Repository, it works just fine. Hopefully you could give some insight?

@nilesh_ca It seems that you have Repository class at top level (or at least not embedded). Do you encounter same issue as I described above?

Thanks,