Intellij compiler complains about cuba_ServerSelector

Hi,

I am following this page[url=] https://doc.cuba-platform.com/manual-6.6/service_import.html[/url] to use a service but Intellij complains ( “Cannot resolve bean cuba_ServerSelector” ) about this configuration done on
web-spring.xml :

 <bean id="architect_proxyCreator" class="com.haulmont.cuba.web.sys.remoting.WebRemoteProxyBeanCreator">
        <property name="serverSelector" ref="cuba_ServerSelector"/>
        <property name="remoteServices">
            <map>
                <entry key="architect_ProjectService" value="com.company.architect.service.ProjectService"/>
            </map>
        </property>
    </bean>

How can I fix this ?

Thanks,

James

Hi,

Could you clarify the problem? Is it your IDE inspection or error / exception at runtime? Could you attach screenshots / exception stack traces that can help us?

Hi,

It is the Intellij inspection. But as you said in other question of mine, it is not affecting my application build. So it’s okay.

Thank you