<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
just thinking about the use of cal10n in OSGI environment<br>
<br>
1. some bundles with enumerations and also l10n resourcebundles<br>
2. other bundles need localized enum literals - I want to provide this
thru a service from inside Enum bundles<br>
<br>
1. has dependency to ICAL10N, but ICAL10N also needs to know the
bundles containing the enum,<br>
because ICAL10N tries to find the ResourceBundle from classpath<br>
but I dont like to use Dynamic-Import *, and also want to avoid Eclipse
Buddy policy<br>
--<br>
how to solve the dependency from ICAL10N to all these bundles
containing resourceBundle .properties files ?<br>
<br>
I looked into source of MessageConveyor and have seen that I need a
different cache and lookup implementation<br>
<br>
so it seems that the only way is to write a new implementation -
soething like<br>
MessageConveyorOSGI implementing IMessageConveyor<br>
<br>
or do you have another idea ?<br>
<br>
ekke<br>
<div class="moz-signature">-- <br>
<p style="margin-bottom: 0cm;"> <font ,="" color="#808080"
 face="Verdana, sans-serif"> <font size="4">ekke (ekkehard gentz)<br>
</font> <font size="3"> independent software-architect<br>
senior erp-consultant<br>
</font> <font size="2">eclipse | osgi | equinox | mdsd | oaw | emf |
uml<br>
max-josefs-platz 30, D-83022 rosenheim, germany<br>
<a class="moz-txt-link-freetext" href="mailto:ekke@ekkes-corner.org">mailto:ekke@ekkes-corner.org</a><br>
homepage (de): <a class="moz-txt-link-freetext" href="http://gentz-software.de">http://gentz-software.de</a><br>
blog (en): <a class="moz-txt-link-freetext" href="http://ekkes-corner.org">http://ekkes-corner.org</a><br>
twitter: @ekkescorner<br>
skype: ekkes-corner<br>
</font> <font size="1"> Steuer-Nr: 156/220/30931 FA Rosenheim, UST-ID:
DE189929490<br>
</font> </font> </p>
</div>
</body>
</html>