You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jason Dillon (JIRA)" <de...@geronimo.apache.org> on 2006/10/04 07:41:19 UTC

[jira] Created: (GERONIMO-2463) Add support to conditionally load modules based on environment + simple expression

Add support to conditionally load modules based on environment + simple expression
----------------------------------------------------------------------------------

                 Key: GERONIMO-2463
                 URL: http://issues.apache.org/jira/browse/GERONIMO-2463
             Project: Geronimo
          Issue Type: New Feature
      Security Level: public (Regular issues)
          Components: core
    Affects Versions: 1.2
            Reporter: Jason Dillon
         Assigned To: Jason Dillon


Add support to conditionally load modules (defined in {{config.xml}}) based on environment + simple expression.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-2463) Add support to conditionally load modules based on environment + simple expression

Posted by "Jason Dillon (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2463?page=all ]

Jason Dillon updated GERONIMO-2463:
-----------------------------------

    Attachment: GERONIMO-2463.diff

{{GERONIMO-2463.diff}} provides basic support for condition expressions for module elements in attributes.  Includes java, os and props variables to provide basic read-only access to environment details.

> Add support to conditionally load modules based on environment + simple expression
> ----------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2463
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2463
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: core
>    Affects Versions: 1.2
>            Reporter: Jason Dillon
>         Assigned To: Jason Dillon
>         Attachments: GERONIMO-2463.diff
>
>
> Add support to conditionally load modules (defined in {{config.xml}}) based on environment + simple expression.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (GERONIMO-2463) Add support to conditionally load modules based on environment + simple expression

Posted by "Jason Dillon (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2463?page=comments#action_12439995 ] 
            
Jason Dillon commented on GERONIMO-2463:
----------------------------------------

Allows expressions like:

 * {{java.is1_5}}
 * {{!java.is1_5}}
 * {{os.isLinux or os.isWindows}}


> Add support to conditionally load modules based on environment + simple expression
> ----------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2463
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2463
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: core
>    Affects Versions: 1.2
>            Reporter: Jason Dillon
>         Assigned To: Jason Dillon
>         Attachments: GERONIMO-2463.diff
>
>
> Add support to conditionally load modules (defined in {{config.xml}}) based on environment + simple expression.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (GERONIMO-2463) Add support to conditionally load modules based on environment + simple expression

Posted by "Jason Dillon (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2463?page=comments#action_12440214 ] 
            
Jason Dillon commented on GERONIMO-2463:
----------------------------------------

TODO: Add support for version ranges like {{1.4+}} or {{1.5*}}

> Add support to conditionally load modules based on environment + simple expression
> ----------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2463
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2463
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: core
>    Affects Versions: 1.2
>            Reporter: Jason Dillon
>         Assigned To: Jason Dillon
>         Attachments: GERONIMO-2463.diff
>
>
> Add support to conditionally load modules (defined in {{config.xml}}) based on environment + simple expression.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (GERONIMO-2463) Add support to conditionally load modules based on environment + simple expression

Posted by "Jason Dillon (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2463?page=all ]

Jason Dillon closed GERONIMO-2463.
----------------------------------

    Fix Version/s: 1.2
       Resolution: Fixed

Basic support for conditions in the persistent configuration list have been added.

> Add support to conditionally load modules based on environment + simple expression
> ----------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2463
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2463
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: core
>    Affects Versions: 1.2
>            Reporter: Jason Dillon
>         Assigned To: Jason Dillon
>             Fix For: 1.2
>
>         Attachments: GERONIMO-2463-v2.diff, GERONIMO-2463.diff
>
>
> Add support to conditionally load modules (defined in {{config.xml}}) based on environment + simple expression.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-2463) Add support to conditionally load modules based on environment + simple expression

Posted by "Jason Dillon (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2463?page=all ]

Jason Dillon updated GERONIMO-2463:
-----------------------------------

    Attachment: GERONIMO-2463-v2.diff

v2 adds ongl in addition to jexl + some tests

> Add support to conditionally load modules based on environment + simple expression
> ----------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2463
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2463
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: core
>    Affects Versions: 1.2
>            Reporter: Jason Dillon
>         Assigned To: Jason Dillon
>         Attachments: GERONIMO-2463-v2.diff, GERONIMO-2463.diff
>
>
> Add support to conditionally load modules (defined in {{config.xml}}) based on environment + simple expression.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira