[jboss-cvs] jboss-cvs-commits Digest, Vol 53, Issue 82

Ales Justin ales.justin at gmail.com
Sun Nov 14 17:04:28 EST 2010


I just changed / fixed this the other day.

Which version is now the right one?
Or why another change?

With jbosstest/ejbs/CtsBmp or ejbcts/BMPBean?

-Ales

> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Sun, 14 Nov 2010 09:18:13 -0500
> From: jboss-cvs-commits at lists.jboss.org
> Subject: [jboss-cvs] JBossAS SVN: r109322 - in trunk/testsuite:
> 	src/resources/web/META-INF and 1 other directories.
> To: jboss-cvs-commits at lists.jboss.org
> Message-ID:
> 	<201011141418.oAEEIDF0014715 at svn01.web.mwc.hst.phx2.redhat.com>
> Content-Type: text/plain; charset=UTF-8
> 
> Author: jaikiran
> Date: 2010-11-14 09:18:12 -0500 (Sun, 14 Nov 2010)
> New Revision: 109322
> 
> Added:
>   trunk/testsuite/src/resources/web/META-INF/hornetq-jms.xml
> Modified:
>   trunk/testsuite/imports/sections/web.xml
>   trunk/testsuite/src/resources/web/simple-xmlonly/encbinding-jboss-beans.xml
> Log:
> JBAS-8236 Fixed org.jboss.test.web.test.EncAnnotationsUnitTestCase and org.jboss.test.jacc.test.WebIntegrationUnitTestCase
> 
> Modified: trunk/testsuite/imports/sections/web.xml
> ===================================================================
> --- trunk/testsuite/imports/sections/web.xml	2010-11-13 21:56:13 UTC (rev 109321)
> +++ trunk/testsuite/imports/sections/web.xml	2010-11-14 14:18:12 UTC (rev 109322)
> @@ -230,6 +230,7 @@
>          <metainf dir="${build.resources}/web/META-INF">
>             <include name="jboss-app.xml"/>
>             <include name="jboss-structure.xml"/>
> +            <include name="hornetq-jms.xml"/>
>          </metainf>
>          <fileset dir="${build.lib}">
>             <include name="jbosstest-web-ejbs.jar"/>
> 
> Added: trunk/testsuite/src/resources/web/META-INF/hornetq-jms.xml
> ===================================================================
> --- trunk/testsuite/src/resources/web/META-INF/hornetq-jms.xml	                        (rev 0)
> +++ trunk/testsuite/src/resources/web/META-INF/hornetq-jms.xml	2010-11-14 14:18:12 UTC (rev 109322)
> @@ -0,0 +1,31 @@
> +<?xml version="1.0" encoding="UTF-8" ?>
> +
> +<configuration xmlns="urn:hornetq"
> +    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> +    xsi:schemaLocation="urn:hornetq /schema/hornetq-jms.xsd">
> +
> +    <queue name="testQueue">
> +        <entry name="queue/testQueue" />
> +    </queue>
> +
> +    <queue name="A">
> +        <entry name="queue/A" />
> +    </queue>
> +
> +    <queue name="MockQueueA">
> +        <entry name="MockQueueA" />
> +    </queue>
> +    
> +    <queue name="MockQueueB">
> +        <entry name="MockQueueB" />
> +    </queue>
> +
> +    <topic name="MockTopicA">
> +        <entry name="MockTopicA"/>
> +    </topic>
> +
> +    <topic name="testTopic">
> +        <entry name="topic/testTopic"/>
> +    </topic>
> +
> +</configuration>
> 
> Modified: trunk/testsuite/src/resources/web/simple-xmlonly/encbinding-jboss-beans.xml
> ===================================================================
> --- trunk/testsuite/src/resources/web/simple-xmlonly/encbinding-jboss-beans.xml	2010-11-13 21:56:13 UTC (rev 109321)
> +++ trunk/testsuite/src/resources/web/simple-xmlonly/encbinding-jboss-beans.xml	2010-11-14 14:18:12 UTC (rev 109322)
> @@ -25,7 +25,7 @@
>         <annotation>@org.jboss.aop.microcontainer.aspects.jndi.JndiBinding(name="jbosstest/ejbs/local/ENCBean1")</annotation>
>     </bean>
>     <bean name="ENC/ejb/CtsBmp" class="org.jboss.test.web.mock.EntityHomeBean">
> -        <annotation>@org.jboss.aop.microcontainer.aspects.jndi.JndiBinding(name="jbosstest/ejbs/CtsBmp")</annotation>
> +        <annotation>@org.jboss.aop.microcontainer.aspects.jndi.JndiBinding(name="ejbcts/BMPBean")</annotation>
>     </bean>
> 
>     <bean name="ENC/mdr/ConsumesProducesJNDIName" class="org.jboss.test.web.mock.QueueBean">
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-cvs-commits/attachments/20101114/1eb4e540/attachment.html 


More information about the jboss-cvs-commits mailing list