You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Wouter de vaal (JIRA)" <ji...@apache.org> on 2009/07/02 15:36:07 UTC

[jira] Created: (AMQ-2316) spring activemq declaration broken

spring activemq declaration broken
----------------------------------

                 Key: AMQ-2316
                 URL: https://issues.apache.org/activemq/browse/AMQ-2316
             Project: ActiveMQ
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 5.2.0
            Reporter: Wouter de vaal
            Priority: Trivial


See page: http://activemq.apache.org/spring-support.html

It says:

<beans 
  xmlns="http://www.springframework.org/schema/beans" 
  xmlns:amq="http://activemq.apache.org/schema/core"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
  http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd">

This way validation fails, fixed when using:

<beans 
  xmlns="http://www.springframework.org/schema/beans" 
  xmlns:amq="http://activemq.apache.org/schema/core"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
  http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core-5.2.0.xsd">


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


[jira] Updated: (AMQ-2316) spring activemq declaration broken

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

Bruce Snyder updated AMQ-2316:
------------------------------

    Fix Version/s: 5.5.0
                       (was: 5.4.1)

> spring activemq declaration broken
> ----------------------------------
>
>                 Key: AMQ-2316
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2316
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 5.2.0
>            Reporter: Wouter de vaal
>            Priority: Trivial
>             Fix For: 5.5.0
>
>
> See page: http://activemq.apache.org/spring-support.html
> It says:
> <beans 
>   xmlns="http://www.springframework.org/schema/beans" 
>   xmlns:amq="http://activemq.apache.org/schema/core"
>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
>   http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd">
> This way validation fails, fixed when using:
> <beans 
>   xmlns="http://www.springframework.org/schema/beans" 
>   xmlns:amq="http://activemq.apache.org/schema/core"
>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
>   http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core-5.2.0.xsd">

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