You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Ivan (JIRA)" <ji...@apache.org> on 2010/09/29 10:13:33 UTC

[jira] Commented: (OPENEJB-1322) BundleFinderFactory needs a better way to filter scans

    [ https://issues.apache.org/jira/browse/OPENEJB-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12916068#action_12916068 ] 

Ivan commented on OPENEJB-1322:
-------------------------------

For a single ejb application, how about updating the codes to :
boolean useLocation = location != null
                    && !location.isEmpty()
                    && !module.getJarLocation().endsWith(".war")
                    && !module.getJarLocation().endsWith(".jar");
Thanks.

> BundleFinderFactory needs a better way to filter scans
> ------------------------------------------------------
>
>                 Key: OPENEJB-1322
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1322
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: osgi
>    Affects Versions: 3.2
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 3.2
>
>
> BundleFinderFactory needs to be able to look at anything in the bundle classpath of a single module such as a war but needs to be able to look in only one module at a time in an ear where everything is mushed together into one bundle.  I'm not sure there is currently enough information in DeploymentModule to adequately do this.
> Right now we need to look at all of a war file with ejbs inside.  I've hacked up something that doesn't install a filter if the jarLocation ends in ".war".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.