0

So, that error got in log

ERROR 15340 --- [nio-8086-exec-9] o.s.d.r.w.RepositoryRestExceptionHandler : 
reactor.core.publisher.FluxOnAssembly cannot be cast to java.lang.Iterable

Create a project by spring initialize: Reactive web, data-rest, data-rest-hal-browser, reactive-mongodb. When i try using data-rest router's i got error. In my opinion that happen, cuz data-rest don't support reactive. Can someone told how fix that?

KuraiCode
  • 3
  • 2
  • 2
    What is your code? `FluxOnAssembly cannot be cast to java.lang.Iterable` sounds like you're doing something wrong – zapl Jul 02 '17 at 13:14
  • I just use `ReactiveMongoRepository. And when i using standart data-rest routes, i got that error – KuraiCode Jul 02 '17 at 13:29

1 Answers1

1

No yet, see the ticket [DATAREST-933]

thomas.g
  • 3,894
  • 3
  • 29
  • 36