Application app/AppName is Null
-------------------------------
Key: OPENEJB-1359
URL: https://issues.apache.org/jira/browse/OPENEJB-1359
Project: OpenEJB
Issue Type: Bug
Reporter: Gurkan Erdogdu
App context is created in Assembler,
Context appJndiContext = new JndiEncBuilder(appInfo.appJndiEnc, appInjections,
null, classLoader).build(JndiEncBuilder.JndiScope.app);
app/AppName is created in JndiEncBuilder.buildMap(JndiScope.app), with
if(moduleUri != null){
bindings.put("app/AppName")
}
But moduleUri is always null
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.