Spring IDE Bean Graphs is blank for blueprint configuration file -


i have installed spring ide 3.7.2 (core + osgi extension), in eclipse mars sr1 java ee.

i writing blueprint bundles, , tooling seams work except beans graph, remains empty (with no errors in error log),

with similar configuration spring, beans graph displayed

after investigating this, seems there no org.springframework.beans.factory.xml.namespacehandler implementation provided http://www.osgi.org/xmlns/blueprint/v1.0.0 namespace.

i manage write "quick , dirty" implementation based on 1 found in eclipse gemini blueprint proof of concept

is interested in contribution ?


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -