Code:
[INFO,SimpleApp,main] SimpleApp starting up
[INFO,ApplicationLauncher,main] Loading startup context from classpath resource [/org/springframework/richclient/samples/simple/ctx/richclient-startup-context.xml]
[INFO,CollectionFactory,main] JDK 1.4+ collections available
[INFO,CollectionFactory,main] Commons Collections 3.x available
[INFO,XmlBeanDefinitionReader,main] Loading XML bean definitions from class path resource [org/springframework/richclient/samples/simple/ctx/richclient-startup-context.xml]
[INFO,ClassPathXmlApplicationContext,main] Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=12217475]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [splashScreen]; root of BeanFactory hierarchy
[INFO,ClassPathXmlApplicationContext,main] 1 beans defined in application context [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=12217475]
[INFO,ClassPathXmlApplicationContext,main] Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@b8c8e6]
[INFO,ClassPathXmlApplicationContext,main] Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@12611a7]
[INFO,DefaultListableBeanFactory,main] Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [splashScreen]; root of BeanFactory hierarchy]
[INFO,XmlBeanDefinitionReader,main] Loading XML bean definitions from class path resource [org/springframework/richclient/samples/simple/ctx/richclient-application-context.xml]
[INFO,ClassPathXmlApplicationContext,main] Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=15020576]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [application,lifecycleAdvisor,initialView,contactView,contactDataStore,serviceLocator,applicationServices,applicationEventMulticaster,applicationDescriptor,applicationObjectConfigurer,lookAndFeelConfigurer,messageSource,imageResourcesFactory,imageSource,formComponentInterceptorFactory,rulesSource,conversionService]; root of BeanFactory hierarchy
[INFO,ClassPathXmlApplicationContext,main] 17 beans defined in application context [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=15020576]
[INFO,ClassPathXmlApplicationContext,main] Bean 'applicationServices' is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[INFO,ClassPathXmlApplicationContext,main] Bean 'serviceLocator' is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[INFO,ClassPathXmlApplicationContext,main] Bean 'applicationObjectConfigurer' is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[INFO,ClassPathXmlApplicationContext,main] Using MessageSource [org.springframework.context.support.ResourceBundleMessageSource: basenames=[org.springframework.richclient.samples.simple.ui.messages,org.springframework.richclient.application.messages]]
[INFO,ClassPathXmlApplicationContext,main] Using ApplicationEventMulticaster [org.springframework.context.event.SimpleApplicationEventMulticaster@1b01afa]
[INFO,DefaultListableBeanFactory,main] Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [application,lifecycleAdvisor,initialView,contactView,contactDataStore,serviceLocator,applicationServices,applicationEventMulticaster,applicationDescriptor,applicationObjectConfigurer,lookAndFeelConfigurer,messageSource,imageResourcesFactory,imageSource,formComponentInterceptorFactory,rulesSource,conversionService]; root of BeanFactory hierarchy]
[INFO,DefaultApplicationDescriptor,main] This labeled object's display name is not configured; returning 'displayName'
[INFO,DefaultApplicationObjectConfigurer,main] The message source is unable to find message code [applicationDescriptor.label]. Ignoring and returning null.
[INFO,ResourceMapFactoryBean,main] Loading properties file from class path resource [org/springframework/richclient/image/images.properties]
[INFO,ResourceMapFactoryBean,main] Loading properties file from class path resource [org/springframework/richclient/samples/simple/ui/images.properties]
[INFO,DefaultApplicationObjectConfigurer,main] Labelable object's image 'applicationDescriptor.image' does not exist in image bundle; continuing...
[INFO,DefaultApplicationObjectConfigurer,main] The message source is unable to find message code [initialView.title]. Ignoring and returning null.
[INFO,DefaultViewDescriptor,main] This labeled object's display name is not configured; returning 'displayName'
[INFO,DefaultViewDescriptor,main] This labeled object's display name is not configured; returning 'displayName'
[INFO,DefaultViewDescriptor,main] This labeled object's display name is not configured; returning 'displayName'
[INFO,DefaultApplicationObjectConfigurer,main] The message source is unable to find message code [initialView.description]. Ignoring and returning null.
[INFO,DefaultApplicationObjectConfigurer,main] Labelable object's image 'initialView.image' does not exist in image bundle; continuing...
[INFO,DefaultViewDescriptor,main] This labeled object's display name is not configured; returning 'displayName'
[INFO,DefaultApplicationObjectConfigurer,main] The message source is unable to find message code [contactView.description]. Ignoring and returning null.
[INFO,DefaultApplicationObjectConfigurer,main] Labelable object's image 'contactView.image' does not exist in image bundle; continuing...
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
The constructor IllegalArgumentException(String, NoSuchBeanDefinitionException) is undefined
The constructor IllegalStateException(String, Throwable) is undefined
at org.springframework.richclient.application.ApplicationLauncher.launchMyRichClient(ApplicationLauncher.java:293)
at org.springframework.richclient.application.ApplicationLauncher.<init>(ApplicationLauncher.java:159)
at org.springframework.richclient.samples.simple.app.SimpleApp.main(SimpleApp.java:77)