Cannot resolve bean oauthAuthenticationEntryPoint

I was following this [url=]https://doc.cuba-platform.com/manual-6.6/rest_api_v2_custom_controllers.html[/url] to create

Intellij cannot resolve these beans:

  • oauthAuthenticationEntryPoint
  • resourceFilter

in the rest-dispatcher-spring.xml.

They were created in the web module

Thanks in advance for any help

James

Hi!

What do you mean by “cannot resolve these beans” ? Intellij Ultimate will not find these beans since you have to configure Spring Facet first. Do you have any errors / exceptions?

Please note that Intellij Idea / Eclipse does not affect your application build / runtime. If you see any errors in XML using Advanced Intellij plugins that does not mean that there will be any errors at run time.

As you said it did not affect my application build. So there is no issue.

Thank you