You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <ji...@apache.org> on 2010/04/01 16:22:27 UTC

[jira] Created: (GERONIMO-5222) Add support for application validation descriptor support for deployed applications.

Add support for application validation descriptor support for deployed applications. 
-------------------------------------------------------------------------------------

                 Key: GERONIMO-5222
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5222
             Project: Geronimo
          Issue Type: Sub-task
      Security Level: public (Regular issues)
            Reporter: Rick McGuire




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


[jira] Updated: (GERONIMO-5222) Add support for application validation descriptor support for deployed applications.

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

David Jencks updated GERONIMO-5222:
-----------------------------------

    Component/s: javaee6
                 naming

> Add support for application validation descriptor support for deployed applications. 
> -------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5222
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5222
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: javaee6, naming
>            Reporter: Rick McGuire
>


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


[jira] Assigned: (GERONIMO-5222) Add support for application validation descriptor support for deployed applications.

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

Rick McGuire reassigned GERONIMO-5222:
--------------------------------------

    Assignee: Vamsavardhana Reddy

I believe you were working on this one. 

> Add support for application validation descriptor support for deployed applications. 
> -------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5222
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5222
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: javaee6, naming
>            Reporter: Rick McGuire
>            Assignee: Vamsavardhana Reddy
>


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


[jira] Commented: (GERONIMO-5222) Add support for application validation descriptor support for deployed applications.

Posted by "Rick McGuire (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12852398#action_12852398 ] 

Rick McGuire commented on GERONIMO-5222:
----------------------------------------

Customization of the java:comp/ValidatorFactory lookup needs to be implemented using WEB-INF/validation.xml or META-INF/validation.xml descriptors as described in section EE.5.16 of the Java EE 6 specification. 

> Add support for application validation descriptor support for deployed applications. 
> -------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5222
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5222
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>            Reporter: Rick McGuire
>


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


[jira] Commented: (GERONIMO-5222) Add support for application validation descriptor support for deployed applications.

Posted by "Vamsavardhana Reddy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12922519#action_12922519 ] 

Vamsavardhana Reddy commented on GERONIMO-5222:
-----------------------------------------------

At revision: 1024200  
 o When the modules are packaged in an EAR, additional processing is required to obtain the validation descriptors
 o Each module has its own ValidatorFactory. So, we need to keep track of the module names too in case of EARs.

> Add support for application validation descriptor support for deployed applications. 
> -------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5222
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5222
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: javaee6, naming
>            Reporter: Rick McGuire
>            Assignee: Vamsavardhana Reddy
>


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


[jira] Commented: (GERONIMO-5222) Add support for application validation descriptor support for deployed applications.

Posted by "Vamsavardhana Reddy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906936#action_12906936 ] 

Vamsavardhana Reddy commented on GERONIMO-5222:
-----------------------------------------------

At revision: 993482
 o Support for web applications
 o ModuleBuilderExtension to add ValidatorFactoryGBean.
 o Hook the module builder extension to tomcat builder.



> Add support for application validation descriptor support for deployed applications. 
> -------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5222
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5222
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: javaee6, naming
>            Reporter: Rick McGuire
>            Assignee: Vamsavardhana Reddy
>


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


[jira] Commented: (GERONIMO-5222) Add support for application validation descriptor support for deployed applications.

Posted by "Vamsavardhana Reddy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907037#action_12907037 ] 

Vamsavardhana Reddy commented on GERONIMO-5222:
-----------------------------------------------

At revision: 993562  
  o Hook the module builder extension to jetty deployer.

> Add support for application validation descriptor support for deployed applications. 
> -------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5222
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5222
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: javaee6, naming
>            Reporter: Rick McGuire
>            Assignee: Vamsavardhana Reddy
>


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


[jira] Commented: (GERONIMO-5222) Add support for application validation descriptor support for deployed applications.

Posted by "Vamsavardhana Reddy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12915789#action_12915789 ] 

Vamsavardhana Reddy commented on GERONIMO-5222:
-----------------------------------------------

At revision: 1002222  
 o Throw deployment exception for errors in parsing validation and constraint mapping xml

> Add support for application validation descriptor support for deployed applications. 
> -------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5222
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5222
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: javaee6, naming
>            Reporter: Rick McGuire
>            Assignee: Vamsavardhana Reddy
>


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