I'm getting a `No proxy provider found for bindable type` error from Errai for one specific model (`Token`), even though:
* It’s annotated with both `@Bindable` and `@Portable` * It’s used with `@Model` and `DataBinder` * It's in the same *package* as other models like `User`, `Post`, `Comment`, etc. What’s strange is: other models work *fine* and I can see them in the generated `.errai` `BindableProxyLoaderImpl`. But `Token` is *missing entirely* from that list — like Errai skipped it during codegen. I already have `ErraiApp.properties`, proper module inheritance, and everything else in place. Why would *only one model* get skipped like this? Anyone encountered this before? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/google-web-toolkit/a6be1c01-ffce-4594-b6a1-f2dd913c9430n%40googlegroups.com.
