与jms的“简单”聊天给我错误

时间:2018-07-02 21:33:17

标签: java spring-jms

错误:

source("my_function_script.R")

这是 XML代码

run:
    org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 15 in XML document from class path resource [appContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 15; columnNumber: 48; Il prefisso "context" per l'elemento "context:component-scan" non è associato.
        at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:399)
        at ...

我正在尝试为学校项目创建聊天,但是我有一些问题。 我一直在寻找解决方案,但没有结果。 我正在使用JMS api,NetBeans作为编辑器和GlassFish作为服务器。 我是新手,请向我解释解决方案及其步骤!

0 个答案:

没有答案