Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Complete
-
Affects Version/s: 1.1.2.RELEASE, 1.1.5.RELEASE, 1.2.1.RELEASE
-
Fix Version/s: 1.2.2.RELEASE
-
Component/s: @ ROO SHELL
-
Labels:None
-
Environment:ubuntu linux 11.10
OpenJDK Runtime Environment (IcedTea6 1.11pre) (6b23~pre11-0ubuntu1.11.10.1)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)
Description
I can't add multiple queues since version 1.1.2 of spring roo. I have experienced the same issue on 1.1.5 and 1.2.1.
Version 1.1.1
net.cs roo> jms setup --provider ACTIVEMQ_IN_MEMORY --destinationType QUEUE --destinationName jms.queue.roo111a
Created SRC_MAIN_RESOURCES/META-INF/spring/applicationContext-jms.xml
Updated SRC_MAIN_RESOURCES/META-INF/spring/applicationContext-jms.xml
Updated ROOT/pom.xml [Added dependency org.springframework:spring-beans:${spring.version}]
Updated ROOT/pom.xml [Added dependency org.springframework:spring-jms:${spring.version}]
Updated ROOT/pom.xml [Added dependency org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1]
Updated ROOT/pom.xml [Added dependency org.apache.activemq:activemq-core:5.3.2]
Updated ROOT/pom.xml [Added dependency org.apache.xbean:xbean-spring:3.6]
\net.cs roo> jms setup --provider ACTIVEMQ_IN_MEMORY --destinationType QUEUE --destinationName jms.queue.roo111b
Updated SRC_MAIN_RESOURCES/META-INF/spring/applicationContext-jms.xml
Version 1.1.2
net.cs roo> jms set --provider ACTIVEMQ_IN_MEMORY --destinationType QUEUE --destinationName jms.queue.roo112a
Created SRC_MAIN_RESOURCES/META-INF/spring/applicationContext-jms.xml
Updated SRC_MAIN_RESOURCES/META-INF/spring/applicationContext-jms.xml
Updated ROOT/pom.xml [Added dependencies org.springframework:spring-beans:${spring.version}, org.springframework:spring-jms:${spring.version}, org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1, org.apache.activemq:activemq-core:5.4.2, org.apache.xbean:xbean-spring:3.6]
\net.cs roo> jms set --provider ACTIVEMQ_IN_MEMORY --destinationType QUEUE --destinationName jms.queue.roo112b
Command 'jms set --provider ACTIVEMQ_IN_MEMORY --destinationType QUEUE --destinationName jms.queue.roo1b' was found but is not currently available (type 'help' then ENTER to learn about this command)