Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.0.0-RC3
-
Fix Version/s: 3.0.0-RC3
-
Component/s: Examples / Tutorials
-
Labels:None
-
User impact:High
-
Similar Issues:None
Description
To reproduce:
- copy the errorhandler zip to the apps directory
- From the app directory, copy test-data/out/* to test-data/in
- You will see the following exception:
ERROR 2010-09-09 15:28:05,640 [FileConnector.receiver.1] org.mule.exception.DefaultServiceExceptionStrategy:
********************************************************************************
Message : Component that caused exception is: org.mule.component.PooledJavaComponent component for: SimpleFlowConstruct{errorhandler}. Message payload is of type: ErrorMessage
Code : MULE_ERROR--2
--------------------------------------------------------------------------------
Exception stack is:
1. Can't find bundle for base name messages.errorhandler-example-messages, locale en_US (java.util.MissingResourceException)
java.util.ResourceBundle:1427 (null)
2. Component that caused exception is: org.mule.component.PooledJavaComponent component for: SimpleFlowConstruct{errorhandler}. Message payload is of type: ErrorMessage (org.mule.component.ComponentException)
org.mule.component.DefaultComponentLifecycleAdapter:359 (http://www.mulesoft.org/docs/site/current2/apidocs/org/mule/component/ComponentException.html)
--------------------------------------------------------------------------------
This may be a classloader issue since I see the resource file under classes/messages
3.x: http://fisheye.codehaus.org/changelog/mule/?cs=19565
3.0.x: http://fisheye.codehaus.org/changelog/mule/?cs=19566
3.0.0: http://fisheye.codehaus.org/changelog/mule/?cs=19572