You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2013/12/20 11:14:09 UTC

[jira] [Commented] (OPENEJB-2030) Default include exclude order should be exclude-include

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

Romain Manni-Bucau commented on OPENEJB-2030:
---------------------------------------------

Hi

last time I tested it it was leading to a very huge increase of the startup time + regressions so I'm rather -1 for it even if I agree on the state.

> Default include exclude order should be exclude-include
> -------------------------------------------------------
>
>                 Key: OPENEJB-2030
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-2030
>             Project: OpenEJB
>          Issue Type: Improvement
>          Components: configuration
>    Affects Versions: (trunk/tomee)
>         Environment: NA
>            Reporter: Andy Gumbrecht
>            Assignee: Andy Gumbrecht
>            Priority: Minor
>             Fix For: 4.6.1
>
>
> Default include exclude order should be exclude-include and not include-exclude:
> Confusingly, using something like the following will not work out of the box:
> openejb.deployments.classpath.include=.*quartz-ra.*
> openejb.deployments.classpath.exclude=.*
> Unless the following is applied:
> openejb.exclude-include.order=exclude-include



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

Re: [jira] [Commented] (OPENEJB-2030) Default include exclude order should be exclude-include

Posted by Jean-Louis MONTEIRO <je...@gmail.com>.
Same kind of bad memories in that area :D


2013/12/20 Romain Manni-Bucau (JIRA) <ji...@apache.org>

>
>     [
> https://issues.apache.org/jira/browse/OPENEJB-2030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13853843#comment-13853843]
>
> Romain Manni-Bucau commented on OPENEJB-2030:
> ---------------------------------------------
>
> Hi
>
> last time I tested it it was leading to a very huge increase of the
> startup time + regressions so I'm rather -1 for it even if I agree on the
> state.
>
> > Default include exclude order should be exclude-include
> > -------------------------------------------------------
> >
> >                 Key: OPENEJB-2030
> >                 URL: https://issues.apache.org/jira/browse/OPENEJB-2030
> >             Project: OpenEJB
> >          Issue Type: Improvement
> >          Components: configuration
> >    Affects Versions: (trunk/tomee)
> >         Environment: NA
> >            Reporter: Andy Gumbrecht
> >            Assignee: Andy Gumbrecht
> >            Priority: Minor
> >             Fix For: 4.6.1
> >
> >
> > Default include exclude order should be exclude-include and not
> include-exclude:
> > Confusingly, using something like the following will not work out of the
> box:
> > openejb.deployments.classpath.include=.*quartz-ra.*
> > openejb.deployments.classpath.exclude=.*
> > Unless the following is applied:
> > openejb.exclude-include.order=exclude-include
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.1.4#6159)
>



-- 
Jean-Louis