You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Edison Melo (JIRA)" <ji...@apache.org> on 2010/10/30 07:13:00 UTC

[jira] Commented: (AMQ-2299) Integration Fails in jboss-5.0.0.GA

    [ https://issues.apache.org/activemq/browse/AMQ-2299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62932#action_62932 ] 

Edison Melo commented on AMQ-2299:
----------------------------------

Please forgive me if this is the wrong procedure... the following works for me (JBoss 5.1, AMQ 5.3.2).  Change this:

<!DOCTYPE connection-factories
    PUBLIC "-//JBoss//DTD JBOSS JCA Config 1.5//EN"
    "http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd">

<depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='activemq-ra.rar'</depends>

For this:

<!DOCTYPE connection-factories
    PUBLIC "-//JBoss//DTD JBOSS JCA Config 5.0//EN"
    "http://www.jboss.org/j2ee/dtd/jboss-ds_5_0.dtd">

<depends optional-attribute-name="RARName">jboss.jca:name='activemq-rar.rar',service=RARDeployment</depends>

After this changes, no erros in deploy an I can see the queue in the global JNDI.

> Integration Fails in jboss-5.0.0.GA
> -----------------------------------
>
>                 Key: AMQ-2299
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2299
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>         Environment: java version "1.5.0_19", Windows XP,
>            Reporter: vedavathi
>             Fix For: 5.5.0
>
>   Original Estimate: 2 days
>  Remaining Estimate: 2 days
>
> 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.