Hi,
I have downloaded activemq-ra.rar and activemq-jms-ds from http://activemq.apache.org/integrating-apache-activemq-with-jboss.html
and placed in C:\work\jboss-5.0.0.GA\server\default\deploy. After that i have restarted the JBOSS server and i got the following messages in log file.
-
-
- CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State}
activemq.queue:name=outboundQueue
-> jboss.jca:name='activemq-ra.rar',service=RARDeployment{Create:** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **}
activemq.topic:name=inboundTopic
-> jboss.jca:name='activemq-ra.rar',service=RARDeployment{Create:** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **}
jboss.jca:name=activemq/QueueConnectionFactory,service=ConnectionFactoryBinding
-> jboss.jca:name=activemq/QueueConnectionFactory,service=TxCM{Create:Configured}
jboss.jca:name=activemq/QueueConnectionFactory,service=ManagedConnectionFactory
-> jboss.jca:name='activemq-ra.rar',service=RARDeployment{Create:** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **}
jboss.jca:name=activemq/QueueConnectionFactory,service=ManagedConnectionPool
-> jboss.jca:name=activemq/QueueConnectionFactory,service=ManagedConnectionFactory{Create:Configured}
jboss.jca:name=activemq/QueueConnectionFactory,service=TxCM
-> jboss.jca:name=activemq/QueueConnectionFactory,service=ManagedConnectionPool{Create:Configured}
jboss.jca:name=activemq/TopicConnectionFactory,service=ConnectionFactoryBinding
-> jboss.jca:name=activemq/TopicConnectionFactory,service=TxCM{Create:Configured}
jboss.jca:name=activemq/TopicConnectionFactory,service=ManagedConnectionFactory
-> jboss.jca:name='activemq-ra.rar',service=RARDeployment{Create:** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **}
jboss.jca:name=activemq/TopicConnectionFactory,service=ManagedConnectionPool
-> jboss.jca:name=activemq/TopicConnectionFactory,service=ManagedConnectionFactory{Create:Configured}
jboss.jca:name=activemq/TopicConnectionFactory,service=TxCM
-> jboss.jca:name=activemq/TopicConnectionFactory,service=ManagedConnectionPool{Create:Configured}
-
-
- CONTEXTS IN ERROR: Name -> Error
jboss.jca:name='activemq-ra.rar',service=RARDeployment -> ** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **
vfsfile:/C:/work/jboss-5.0.0.GA/server/default/deploy/activemq-ra.rar/ -> java.io.IOException: The filename, directory name, or volume label syntax is incorrect
However activemq is up and running in JBOSS 4.0.4.
Please provide the solution.
Thanks
Veda