Developing jboss switchyard application using intellij
Hello,
recently i moved from classic spring based applications to jboss project and i've found that IDEA having problem with Jboss Switchyard configuration xml.
My idea is that switchyard project is built to have same namespace across multiple maven modules. So IDEA is not able to detect which XSD definition is the correct and therefore xml validation and code completion does not work correctly.
Am I right?
So i am tilted to help IDEA to improve jboss usability by developing IDEA switchyard plugin which will collects all XSD's with same namespace into one which will be given to IDEA for xml validation and code completion.
What I ask you to identify some hints where i have to start collecting informations about developing this kind of plugin.
请先登录再写评论。