SpringIDE extension plugin for configuration namespace
------------------------------------------------------
Key: AMQ-1312
URL: https://issues.apache.org/activemq/browse/AMQ-1312
Project: ActiveMQ
Issue Type: New Feature
Affects Versions: 4.1.1
Reporter: TJ Brosnan
Fix For: 5.0.0
This description is based on a response to a post on the Spring forums by
cdupuis (see http://forum.springframework.org/showthread.php?t=40946)
Out of the box Spring IDE only knows about NamespaceHandlers that are part of
the Spring Portfolio. Therefore Spring IDE is not able to validate the Bean
Reference to a bean that would be generated by a NamespaceHandler at runtime,
but not known in Spring IDE's runtime environment. This also means that amq
namespace elements don't appear in the Spring or Project Explorer.
Because Spring IDE lives in the OSGi environment of your Eclipse instance it
can't take any of your project's jar files and look for NamespaceHandlers.
Spring IDE can "learn" about any namespace by adding suppport for custom
namespaces, see
http://springide.org/blog/2007/04/05/adding-support-for-custom-namespaces/
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.