using Activemq's custom Spring namespace

Activemq uses a custom Spring namespace to aid deployment, unfortunately IntelliJ doesn't seem to support this extension and the Spring inspector fails in both IntelliJ and Teamcity.

http://activemq.apache.org/spring-support.html

Is there a way in IntelliJ to use a custom Spring namespaces?

0
Avatar
Permanently deleted user

Never mind I figured it out. In the Project Settings->Modules->Spring->Options the http://activemq.apache.org/schema/core namespace needs to have the 'Specify which custom namespaces should be validated" should be enabled for the problematic namespace. Then IntelliJ Spring inspections work.

0

请先登录再写评论。