You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Gert Vanthienen (JIRA)" <ji...@apache.org> on 2007/08/09 07:12:01 UTC

[jira] Created: (SM-1024) Archetype generates invalid brokerURL

Archetype generates invalid brokerURL
-------------------------------------

                 Key: SM-1024
                 URL: https://issues.apache.org/activemq/browse/SM-1024
             Project: ServiceMix
          Issue Type: Bug
          Components: tooling
    Affects Versions: 3.1.1
            Reporter: Gert Vanthienen
            Priority: Trivial


The servicemix-jms-provider-service-unit generates an xbean.xml file that contains
{code:xml}
    <amq:connectionFactory id="connectionFactory" brokerURL="tcp://localhost:61616/" />
{code}

When you try to deploy this, you get an exception on the trailing /

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


[jira] Resolved: (SM-1024) Archetype generates invalid brokerURL

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gert Vanthienen resolved SM-1024.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 3.2
                   3.1.2

The servicemix-jms-consumer-service-unit archetype had the same problem.  Fixed in both trunk and the 3.1.2-SNAPSHOT branch
http://svn.apache.org/viewvc?view=rev&revision=564082
http://svn.apache.org/viewvc?view=rev&revision=564083

> Archetype generates invalid brokerURL
> -------------------------------------
>
>                 Key: SM-1024
>                 URL: https://issues.apache.org/activemq/browse/SM-1024
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: tooling
>    Affects Versions: 3.1.1
>            Reporter: Gert Vanthienen
>            Priority: Trivial
>             Fix For: 3.1.2, 3.2
>
>
> The servicemix-jms-provider-service-unit generates an xbean.xml file that contains
> {code:xml}
>     <amq:connectionFactory id="connectionFactory" brokerURL="tcp://localhost:61616/" />
> {code}
> When you try to deploy this, you get an exception on the trailing /

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