You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Geoff Reedy (JIRA)" <ji...@apache.org> on 2008/06/19 15:27:45 UTC

[jira] Created: (WICKET-1708) Allow the module init parameter to contain multiple class names

Allow the module init parameter to contain multiple class names
---------------------------------------------------------------

                 Key: WICKET-1708
                 URL: https://issues.apache.org/jira/browse/WICKET-1708
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-guice
    Affects Versions: 1.3.3
            Reporter: Geoff Reedy


It would be helpful if the module init parameter that is used by GuiceWebApplicationFactory could contain multiple class names separated by whitespace. As it is your main module has to know about all the other modules that need to be installed. It would be better if assembly was done outside of the code. This would be a pretty easy change and not affect any existing setups.

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


[jira] Resolved: (WICKET-1708) Allow the module init parameter to contain multiple class names

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-1708.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-M3
                   1.3.4
         Assignee: Igor Vaynberg  (was: Alastair Maw)

> Allow the module init parameter to contain multiple class names
> ---------------------------------------------------------------
>
>                 Key: WICKET-1708
>                 URL: https://issues.apache.org/jira/browse/WICKET-1708
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-guice
>    Affects Versions: 1.3.3
>            Reporter: Geoff Reedy
>            Assignee: Igor Vaynberg
>             Fix For: 1.3.4, 1.4-M3
>
>
> It would be helpful if the module init parameter that is used by GuiceWebApplicationFactory could contain multiple class names separated by whitespace. As it is your main module has to know about all the other modules that need to be installed. It would be better if assembly was done outside of the code. This would be a pretty easy change and not affect any existing setups.

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


[jira] Commented: (WICKET-1708) Allow the module init parameter to contain multiple class names

Posted by "Geoff Reedy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606461#action_12606461 ] 

Geoff Reedy commented on WICKET-1708:
-------------------------------------

See patch attached to WICKET-1709

> Allow the module init parameter to contain multiple class names
> ---------------------------------------------------------------
>
>                 Key: WICKET-1708
>                 URL: https://issues.apache.org/jira/browse/WICKET-1708
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-guice
>    Affects Versions: 1.3.3
>            Reporter: Geoff Reedy
>            Assignee: Alastair Maw
>
> It would be helpful if the module init parameter that is used by GuiceWebApplicationFactory could contain multiple class names separated by whitespace. As it is your main module has to know about all the other modules that need to be installed. It would be better if assembly was done outside of the code. This would be a pretty easy change and not affect any existing setups.

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


[jira] Assigned: (WICKET-1708) Allow the module init parameter to contain multiple class names

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg reassigned WICKET-1708:
-------------------------------------

    Assignee: Alastair Maw

> Allow the module init parameter to contain multiple class names
> ---------------------------------------------------------------
>
>                 Key: WICKET-1708
>                 URL: https://issues.apache.org/jira/browse/WICKET-1708
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-guice
>    Affects Versions: 1.3.3
>            Reporter: Geoff Reedy
>            Assignee: Alastair Maw
>
> It would be helpful if the module init parameter that is used by GuiceWebApplicationFactory could contain multiple class names separated by whitespace. As it is your main module has to know about all the other modules that need to be installed. It would be better if assembly was done outside of the code. This would be a pretty easy change and not affect any existing setups.

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