`
cctvx1
  • 浏览: 79886 次
社区版块
存档分类
最新评论

最近更新下ActiveMQ 4.1.1与spring 2.0.6 配置所使用的xsd

阅读更多

       因为4.1.1修复了不少bug,是当前的稳定版本,因此我更新了下,主要还是<xs:any>和<xs:element>的问题,看来ActiveMQ开发团队,对于spring new schema配置,测试还是比较少。附件包括我部分修改的(broker,transportConnector)xsd,和spring.schema.

 

分享到:
评论
1 楼 acekeen 2007-09-15  
请问你在springside下的bookstore这个例子中测试过了吗?我替换过去无法通过测试呢?错误提示为:
ERROR [org.springframework.web.context.ContextLoader] - <Context initialization failed>
org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from URL location [classpath:com/ezwin/webapp/activemq/applicationContext-activemq-embedded-jencks-persistence.xml]
Offending resource: file [d:\Tomcat\webapps\ROOT\WEB-INF\classes\spring\applicationContext-plugins.xml]; nested exception is org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 16 in XML document from class path resource [com/ezwin/webapp/activemq/applicationContext-activemq-embedded-jencks-persistence.xml] is invalid; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.b: The content of element 'amq:jdbcPersistenceAdapter' is not complete. One of '{"http://activemq.org/config/1.0":adapter, "http://activemq.org/config/1.0":brokerService, "http://activemq.org/config/1.0":dataSource, "http://activemq.org/config/1.0":databaseLocker, "http://activemq.org/config/1.0":ds, "http://activemq.org/config/1.0":scheduledThreadPoolExecutor, "http://activemq.org/config/1.0":statements, "http://activemq.org/config/1.0":usageManager, "http://activemq.org/config/1.0":wireFormat, WC[##other:"http://activemq.org/config/1.0"]}' is expected.
Caused by:
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 16 in XML document from class path resource [com/ezwin/webapp/activemq/applicationContext-activemq-embedded-jencks-persistence.xml] is invalid; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.b: The content of element 'amq:jdbcPersistenceAdapter' is not complete. One of '{"http://activemq.org/config/1.0":adapter, "http://activemq.org/config/1.0":brokerService, "http://activemq.org/config/1.0":dataSource, "http://activemq.org/config/1.0":databaseLocker, "http://activemq.org/config/1.0":ds, "http://activemq.org/config/1.0":scheduledThreadPoolExecutor, "http://activemq.org/config/1.0":statements, "http://activemq.org/config/1.0":usageManager, "http://activemq.org/config/1.0":wireFormat, WC[##other:"http://activemq.org/config/1.0"]}' is expected.
Caused by:
org.xml.sax.SAXParseException: cvc-complex-type.2.4.b: The content of element 'amq:jdbcPersistenceAdapter' is not complete. One of '{"http://activemq.org/config/1.0":adapter, "http://activemq.org/config/1.0":brokerService, "http://activemq.org/config/1.0":dataSource, "http://activemq.org/config/1.0":databaseLocker, "http://activemq.org/config/1.0":ds, "http://activemq.org/config/1.0":scheduledThreadPoolExecutor, "http://activemq.org/config/1.0":statements, "http://activemq.org/config/1.0":usageManager, "http://activemq.org/config/1.0":wireFormat, WC[##other:"http://activemq.org/config/1.0"]}' is expected.

相关推荐

    activemq spring 客户端配置

    标题中的“activemq spring 客户端配置”指的是如何在Spring框架中设置Apache ActiveMQ作为消息中间件的客户端。ActiveMQ是Apache软件基金会开发的一个开源消息代理,它实现了多种消息协议,如JMS(Java Message ...

    ActiveMQ与Spring线程池整合实例

    ActiveMQ与Spring线程池整合的一个实例。 lib库没有上传。 对于实例的讲解,在竹子的论坛有我对这个实例的帖子(http://www.java2000.net/viewthread.jsp?tid=1167) lib中包含: apache-activemq-4.1.1.jar ...

    ActiveMQ+spring配置方案详解

    本文将深入讲解ActiveMQ与Spring的整合配置方案。 首先,我们需要在项目中引入ActiveMQ的相关依赖。这通常通过在`pom.xml`文件中添加Maven依赖来完成。对于ActiveMQ,我们需要添加如下依赖: ```xml &lt;groupId&gt;...

    Spring集成ActiveMQ配置

    Spring集成ActiveMQ配置详解 Spring框架与ActiveMQ的集成,为开发者提供了一种高效、可靠的JMS消息处理机制。在企业级应用中,这种集成能够极大地提升系统的响应速度和容错能力,特别是在需要异步通信和分布式事务...

    activeMQ_spring简单案例(含XML配置)

    在本文中,我们将深入探讨如何将ActiveMQ与Spring框架整合,构建一个简单的消息传递系统。ActiveMQ是Apache软件基金会开发的开源消息中间件,而Spring则是一个广泛使用的Java企业级应用开发框架。将两者结合,我们...

    ActiveMQ5.1+Spring2.5 Demo

    在"ActiveMQ5.1-Spring-Demo"这个压缩包中,你应该会找到相关的配置文件(如`applicationContext.xml`)、生产者和消费者类的源代码,以及运行示例所需的依赖库。通过分析和运行这个Demo,你可以更深入地理解...

    activemq5.5.1 Spring模板

    本文将深入探讨ActiveMQ 5.5.1版本与Spring框架的集成,以及如何利用Spring的模板模式简化ActiveMQ的使用。 一、ActiveMQ基础介绍 ActiveMQ是Apache软件基金会下的一个项目,遵循JMS(Java消息服务)规范,支持多种...

    spring配置activemq详解

    在"spring配置activemq详解"这个主题中,我们将探讨如何在Spring项目中配置和使用ActiveMQ。以下是对这个主题的详细说明: 1. **配置ActiveMQ**: - 首先,我们需要在项目中引入ActiveMQ的相关依赖,这通常通过在`...

    Spring-ActiveMQ.rar_Spring Activemq_activemq_activemq spring

    而Spring框架,作为一个Java平台的全功能模块化解决方案,提供了与ActiveMQ集成的能力,让开发者能够轻松地在Spring应用中使用消息队列。本篇将深入探讨Spring与ActiveMQ的集成及其配置过程。 首先,理解Spring与...

    activeMQ+spring整合

    综上所述,"activeMQ+spring整合"是一个实用的示例,它演示了如何在Spring环境中配置和使用ActiveMQ,以实现消息的可靠传输。通过下载并研究`activemqDOME`这个压缩包中的代码,你可以更深入地理解这个整合过程,...

    activemq与spring整合源代码

    《ActiveMQ与Spring整合源代码解析》 ActiveMQ和Spring的整合是企业级应用中常见的一种技术组合,尤其在分布式系统和微服务架构中,消息队列(Message Broker)如ActiveMQ扮演着至关重要的角色。它能有效地实现系统...

    ActiveMQ与spring集成实例之使用Maven构建

    标题中的“ActiveMQ与Spring集成实例之使用Maven构建”是指在Java开发环境中,通过Maven构建工具将Apache ActiveMQ消息中间件与Spring框架整合在一起的实际操作案例。这个主题涵盖了几大关键知识点: 1. **Apache ...

    activemq与spring整合发送jms消息入门实例

    在Java世界中,ActiveMQ和Spring的整合是企业级应用中常见的消息中间件解决方案,用于实现JMS(Java Message Service)消息传递。本教程将深入探讨如何将这两个强大的工具结合在一起,以创建一个简单的发送JMS消息的...

    Spring和ActiveMQ整合的完整实例

    将Spring与ActiveMQ整合,可以轻松地在Spring应用中实现消息队列的功能,提高系统的可扩展性和可靠性。 首先,让我们了解Spring框架如何支持消息传递。Spring提供了JmsTemplate类,这是一个模板类,用于简化发送和...

    activeMq整合spring所需jar包

    在Spring框架中整合ActiveMQ,可以方便地实现应用与应用之间的异步通信,提高系统性能和可扩展性。 2. **Spring框架**: Spring是Java领域最流行的应用框架,提供依赖注入(DI)和面向切面编程(AOP)等功能,简化了企业...

    ActiveMQ与spring整合封装

    本篇将详细讲解如何将ActiveMQ与Spring进行整合封装,实现高效、便捷的消息服务。 首先,ActiveMQ与Spring的整合主要基于Spring的JMS(Java Message Service)支持。Spring通过`ConnectionFactory`和`Destination`...

Global site tag (gtag.js) - Google Analytics