You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Shawn Jiang (JIRA)" <ji...@apache.org> on 2009/09/07 17:20:57 UTC

[jira] Created: (GERONIMO-4853) Can't define tomcat connector with GBean.

Can't define tomcat connector with GBean.
-----------------------------------------

                 Key: GERONIMO-4853
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4853
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Tomcat
    Affects Versions: 2.2
            Reporter: Shawn Jiang
            Assignee: Shawn Jiang


Can't define tomcat connector with GBean.  Because persistent annotation are  missed in getXXX of connector GBeans.

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


[jira] Closed: (GERONIMO-4853) Can't define tomcat connector with GBean.

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

Shawn Jiang closed GERONIMO-4853.
---------------------------------


Closing it.

> Can't define tomcat connector with GBean.
> -----------------------------------------
>
>                 Key: GERONIMO-4853
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4853
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: 2.2
>            Reporter: Shawn Jiang
>            Assignee: Shawn Jiang
>
> Can't define tomcat connector with GBean.  Because persistent annotation are  missed in getXXX of connector GBeans.

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


[jira] Commented: (GERONIMO-4853) Can't define tomcat connector with GBean.

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12753452#action_12753452 ] 

Shawn Jiang commented on GERONIMO-4853:
---------------------------------------

Added managable=false for all the attributes of connectorGBeans.  So that the new added/updated connector in portlet would not be written back to config.xml.

> Can't define tomcat connector with GBean.
> -----------------------------------------
>
>                 Key: GERONIMO-4853
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4853
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: 2.2
>            Reporter: Shawn Jiang
>            Assignee: Shawn Jiang
>
> Can't define tomcat connector with GBean.  Because persistent annotation are  missed in getXXX of connector GBeans.

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


[jira] Resolved: (GERONIMO-4853) Can't define tomcat connector with GBean.

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

Shawn Jiang resolved GERONIMO-4853.
-----------------------------------

    Resolution: Fixed

Fixed in 22 branch and trunk.

1, add needed @persistent to setXXX of connectorGBeans.
2, avoid to duplicate connectorGBean generation for connector defined with GBean.

> Can't define tomcat connector with GBean.
> -----------------------------------------
>
>                 Key: GERONIMO-4853
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4853
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: 2.2
>            Reporter: Shawn Jiang
>            Assignee: Shawn Jiang
>
> Can't define tomcat connector with GBean.  Because persistent annotation are  missed in getXXX of connector GBeans.

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