1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
init:
deps-module-jar:
deps-ear-jar:
deps-jar:
Compiling 1 source file to C:\Documents and Settings\sdane\Bureau\workspace\JSF_HIBERNATE_SPRING\build\web\WEB-INF\classes
compile-single:
run-main:
11:49:45,639 INFO CollectionFactory:73 - JDK 1.4+ collections available
11:49:45,639 INFO CollectionFactory:73 - JDK 1.4+ collections available
11:49:45,639 INFO CollectionFactory:76 - Commons Collections 3.x available
11:49:45,639 INFO CollectionFactory:76 - Commons Collections 3.x available
11:49:45,702 INFO ClassPathXmlApplicationContext:100 - Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=56667]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans []; root of BeanFactory hierarchy
11:49:45,702 INFO ClassPathXmlApplicationContext:100 - Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=56667]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans []; root of BeanFactory hierarchy
11:49:45,702 INFO ClassPathXmlApplicationContext:319 - No beans defined in application context [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=56667]
11:49:45,702 INFO ClassPathXmlApplicationContext:319 - No beans defined in application context [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=56667]
11:49:45,702 INFO ClassPathXmlApplicationContext:473 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@eee36c]
11:49:45,702 INFO ClassPathXmlApplicationContext:473 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@eee36c]
11:49:45,717 INFO ClassPathXmlApplicationContext:495 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@8ed465]
11:49:45,717 INFO ClassPathXmlApplicationContext:495 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@8ed465]
11:49:45,717 INFO DefaultListableBeanFactory:261 - Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans []; root of BeanFactory hierarchy]
11:49:45,717 INFO DefaultListableBeanFactory:261 - Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans []; root of BeanFactory hierarchy]
Exception in thread "main" org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'springTestService' is defined
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:340)
at org.springframework.beans.factory.support.AbstractBeanFactory.getMergedBeanDefinition(AbstractBeanFactory.java:906)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:242)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:161)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:642)
at Main.main(Main.java:25)
Java Result: 1 |
Partager