java - How to make Intellij automatically parse custom beans? -
I am working on Java / camel application. I have configured camel through XML files, which
& lt; CamelContext id = "CamelContext" xmlns = "http://camel.apache.org/schema/spring" & gt; & Lt; Proxy ID = "some processor" service interface = "some. Processor" service URL = "direct: process message" /> & Lt; / CamelContext & gt; Intelle always gives me a warning that custom bean is not yet taught. I do not want to agree on that which I do for every edit in Camel contact. E.g. (Proxy ID changed):
& lt; CamelContext id = "CamelContext" xmlns = "http://camel.apache.org/schema/spring" & gt; & Lt; Proxy ID = "Some processor 1" service interface = "some. Processor" service URL = "direct: process message" /> & Lt; / CamelContext & gt; (BTW, if I change the editing, the bean is parsed again.)
Is there any way to automatically parse custom beans? is?
If you add the spring aspect and the spring config file in which Camel Contex is under << em> Spring App Reference , then there should be no problem.
Comments
Post a Comment