[jboss-jira] [JBoss JIRA] Resolved: (JBAS-5013) TomcatInjectionContainer: Handle message-destination-ref

Remy Maucherat (JIRA) jira-events at lists.jboss.org
Wed Dec 5 08:36:09 EST 2007


     [ http://jira.jboss.com/jira/browse/JBAS-5013?page=all ]

Remy Maucherat resolved JBAS-5013.
----------------------------------

    Resolution: Done

The method is now implemented.

> TomcatInjectionContainer: Handle message-destination-ref
> --------------------------------------------------------
>
>                 Key: JBAS-5013
>                 URL: http://jira.jboss.com/jira/browse/JBAS-5013
>             Project: JBoss Application Server
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: Web (Tomcat) service
>    Affects Versions: JBossAS-5.0.0.Beta2
>         Environment: asaldhana~/jboss-5.0/jboss-head/testsuite>ant -Dtest=org.jboss.test.jacc.test.WebIntegrationUnitTestCase one-test
> You can run this test against the JBoss default configuration to reproduce the error.
>            Reporter: Anil Saldhana
>         Assigned To: Remy Maucherat
>             Fix For:  JBossAS-5.0.0.Beta3
>
>
> <web-app version="2.4"
>    xmlns="http://java.sun.com/xml/ns/j2ee"
>    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
>    http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
> ......
>    <message-destination-ref>
>       <description>consumes using a link</description>
>       <message-destination-ref-name>mdr/ConsumesLink</message-destination-ref-na
> me>
>       <message-destination-type>javax.jms.Queue</message-destination-type>
>       <message-destination-usage>Consumes</message-destination-usage>
>       <message-destination-link>TestQueue</message-destination-link>
>    </message-destination-ref>
>    <message-destination-ref>
>       <description>produces using a link</description>
>       <message-destination-ref-name>mdr/ProducesLink</message-destination-ref-na
> me>
>       <message-destination-type>javax.jms.Topic</message-destination-type>
>       <message-destination-usage>Produces</message-destination-usage>
>       <message-destination-link>TestTopic</message-destination-link>
>    </message-destination-ref>
> </web-app>
> ======================================
> org.jboss.web.tomcat.service.TomcatInjectionContainer
>    public String resolveMessageDestination(String link)
>    {
>       throw new NotImplementedException();
>    }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list