I need to pass a reference to external object into my Store. I can`t find any method to do it. All I can do is pass a Name-Value pairs where Value must be String.
Namely I need a reference to ServletContext in my Store. How can I get it?



PS
Please, fix the Namespace configuration bug in EmbeddedDomain#addNamespace():
the correct order for Namsepace configuration is:
namespace.loadParameters(configuration);
namespace.loadDefinition(definition);
but not:
namespace.loadDefinition(definition);
namespace.loadParameters(configuration);




--
Utkin Andrew




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to