I was having an so many applications in flex3, and I am migrating each
application to work with flex 4.One application migration is done.
I am facing some resource bundle issue in my application. its throwing
resource bundle issue when I am assigning the locale element inside my
maven file(pom.xml) its throwing error at loading time of this swf.
error is
--------------------------------------------------------------------------------------------------------------------------


Error: Could not find compiled resource bundle 'SharedResources' for
locale 'en_US'.
    at mx.resources::ResourceManagerImpl/
installCompiledResourceBundle()[E:\dev\4.x\frameworks\projects
\framework\src\mx\resources\ResourceManagerImpl.as:340]
    at mx.resources::ResourceManagerImpl/
installCompiledResourceBundles()[E:\dev\4.x\frameworks\projects
\framework\src\mx\resources\ResourceManagerImpl.as:269]
    at mx.resources::ResourceManagerImpl/processInfo()[E:\dev\4.x
\frameworks\projects\framework\src\mx\resources\ResourceManagerImpl.as:
387]
    at mx.resources::ResourceManagerImpl()[E:\dev\4.x\frameworks
\projects\framework\src\mx\resources\ResourceManagerImpl.as:122]
    at mx.resources::ResourceManager$/getInstance()[E:\dev\4.x
\frameworks\projects\framework\src\mx\resources\ResourceManager.as:
111]
    at mx.messaging::ChannelSet()[E:\dev\4.x\frameworks\projects\rpc
\src\mx\messaging\ChannelSet.as:321]

-------------------------------------------------------------------------------------------------------------------------

But when I am putting the runtimelocale element in pom.xml its not
throwing any error at loading time of this application. but its not
loading the resource bundles in this application , issues are
application is taking any resource bundles key values. That means some
place formatter is not working, some label and coming that values used
to come default from sdk.s locale selection , formally  compiler is
having a locale en_US,
So please suggest me how to resolve this issue, there is no conditions
to use static or dynamic locale I am application to work with en_US
locale only.

Thnaks
Rahul

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to