google-code-export / red5

Automatically exported from code.google.com/p/red5
0 stars 0 forks source link

red5 jar included in a tomcat project using maven #474

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Build trunk
2.  Install gem into maven and reference as a dependency
3. Configure spring beans to to initialize context and scope

What is the expected output? What do you see instead?

App should start, instead I get

org.springframework.beans.factory.access.BootstrapException: Unable to 
initialize group definition. Group resource name 
[classpath*:beanRefContext.xml], factory key [default.context]; nested 
exception is org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 'default.context' defined in URL 
[jar:file:/usr/local/Cellar/tomcat6/6.0.37/libexec/webapps/ROOT/WEB-INF/lib/webc
ast-bidding-common-2.0.jar!/beanRefContext.xml]: Instantiation of bean failed; 
nested exception is org.springframework.beans.BeanInstantiationException: Could 
not instantiate bean class 
[org.springframework.context.support.ClassPathXmlApplicationContext]: 
Constructor threw exception; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'global.context' defined in class path resource [defaultContext.xml]: 
Cannot resolve reference to bean 'red5.scopeResolver' while setting bean 
property 'scopeResolver'; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'red5.scopeResolver' defined in class path resource 
[defaultContext.xml]: Cannot resolve reference to bean 'global.scope' while 
setting bean property 'globalScope'; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'global.scope' defined in class path resource [defaultContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoSuchMethodError: 
org.quartz.JobDataMap.put(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object
;
    at org.springframework.beans.factory.access.SingletonBeanFactoryLocator.useBeanFactory(SingletonBeanFactoryLocator.java:389) ~[spring-beans-3.0.5.RELEASE.jar:3.0.5.RELEASE]

What version of the product are you using? On what operating system?
r4738 on OSX

Please provide any additional information below.

Original issue reported on code.google.com by jus...@kohactive.com on 18 Dec 2013 at 3:33

GoogleCodeExporter commented 9 years ago
cleaning the project resolved this.

Original comment by jus...@kohactive.com on 18 Dec 2013 at 5:11

GoogleCodeExporter commented 9 years ago

Original comment by mondain on 2 Apr 2014 at 3:46