You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2010/09/21 16:48:32 UTC

[jira] Assigned: (OPENEJB-1359) Application app/AppName is Null

     [ https://issues.apache.org/jira/browse/OPENEJB-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Gawor reassigned OPENEJB-1359:
------------------------------------

    Assignee: Jarek Gawor

> 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
>            Assignee: Jarek Gawor
>
> 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.