You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jonathan Gallimore (JIRA)" <ji...@apache.org> on 2007/08/15 12:19:30 UTC

[jira] Created: (GERONIMODEVTOOLS-179) XDoclet 1.2 Support

XDoclet 1.2 Support
-------------------

                 Key: GERONIMODEVTOOLS-179
                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-179
             Project: Geronimo-Devtools
          Issue Type: New Feature
            Reporter: Jonathan Gallimore


Currently, there is no XDoclet support available to generate openejb-jar.xml deployment descriptors from annotations on EJB classes. XDoclet already has plugins to generate ejb-jar.xml, and descriptors for other EJB containers such as JBoss, and it would be nice to have this available to Geronimo developers as well.

I have made a start on an XDoclet plugin that generates a basic openejb-jar.xml, the code for which I have made available in my subversion repository here: https://jrg.me.uk/XDoclet-Geronimo/Geronimo-Plugin/trunk

Currently this is doing the bear minimum to assist with the project I'm currently working on, I feel that this could be extended and made more robost - the following issues need to be addressed before this is really usable:

* Provide a test suite to verify the descriptors generated by the plugin (currently I'm eyeballing them using the sample Bank Geronimo project)
* Thoroughly go through the schemas for openejb-jar.xml and geronimo-web.xml and remove stuff that is currently hardcoded in my templates, and add any tags necessary to build more complete descriptors.

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


[jira] Updated: (GERONIMODEVTOOLS-179) XDoclet 1.2 Support

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

Ted Kirby updated GERONIMODEVTOOLS-179:
---------------------------------------

    Fix Version/s:     (was: 2.1.3)
                   2.2.0

> XDoclet 1.2 Support
> -------------------
>
>                 Key: GERONIMODEVTOOLS-179
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-179
>             Project: Geronimo-Devtools
>          Issue Type: New Feature
>          Components: xdoclet
>    Affects Versions: 2.1.3
>            Reporter: Jonathan Gallimore
>            Assignee: Tim McConnell
>             Fix For: 2.2.0
>
>
> Currently, there is no XDoclet support available to generate openejb-jar.xml deployment descriptors from annotations on EJB classes. XDoclet already has plugins to generate ejb-jar.xml, and descriptors for other EJB containers such as JBoss, and it would be nice to have this available to Geronimo developers as well.
> I have made a start on an XDoclet plugin that generates a basic openejb-jar.xml, the code for which I have made available in my subversion repository here: https://jrg.me.uk/XDoclet-Geronimo/Geronimo-Plugin/trunk
> Currently this is doing the bear minimum to assist with the project I'm currently working on, I feel that this could be extended and made more robost - the following issues need to be addressed before this is really usable:
> * Provide a test suite to verify the descriptors generated by the plugin (currently I'm eyeballing them using the sample Bank Geronimo project)
> * Thoroughly go through the schemas for openejb-jar.xml and geronimo-web.xml and remove stuff that is currently hardcoded in my templates, and add any tags necessary to build more complete descriptors.

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


[jira] Updated: (GERONIMODEVTOOLS-179) XDoclet 1.2 Support

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

Donald Woods updated GERONIMODEVTOOLS-179:
------------------------------------------

    Component/s: xdoclet

> XDoclet 1.2 Support
> -------------------
>
>                 Key: GERONIMODEVTOOLS-179
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-179
>             Project: Geronimo-Devtools
>          Issue Type: New Feature
>          Components: xdoclet
>    Affects Versions: 2.1.x
>            Reporter: Jonathan Gallimore
>            Assignee: Tim McConnell
>             Fix For: 2.1.x
>
>
> Currently, there is no XDoclet support available to generate openejb-jar.xml deployment descriptors from annotations on EJB classes. XDoclet already has plugins to generate ejb-jar.xml, and descriptors for other EJB containers such as JBoss, and it would be nice to have this available to Geronimo developers as well.
> I have made a start on an XDoclet plugin that generates a basic openejb-jar.xml, the code for which I have made available in my subversion repository here: https://jrg.me.uk/XDoclet-Geronimo/Geronimo-Plugin/trunk
> Currently this is doing the bear minimum to assist with the project I'm currently working on, I feel that this could be extended and made more robost - the following issues need to be addressed before this is really usable:
> * Provide a test suite to verify the descriptors generated by the plugin (currently I'm eyeballing them using the sample Bank Geronimo project)
> * Thoroughly go through the schemas for openejb-jar.xml and geronimo-web.xml and remove stuff that is currently hardcoded in my templates, and add any tags necessary to build more complete descriptors.

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


[jira] Updated: (GERONIMODEVTOOLS-179) XDoclet 1.2 Support

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

Delos Dai updated GERONIMODEVTOOLS-179:
---------------------------------------

    Affects Version/s:     (was: 2.1.3)
                       2.2.1

> XDoclet 1.2 Support
> -------------------
>
>                 Key: GERONIMODEVTOOLS-179
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-179
>             Project: Geronimo-Devtools
>          Issue Type: New Feature
>          Components: xdoclet
>    Affects Versions: 2.2.1
>            Reporter: Jonathan Gallimore
>            Assignee: Tim McConnell
>             Fix For: 2.2.0
>
>
> Currently, there is no XDoclet support available to generate openejb-jar.xml deployment descriptors from annotations on EJB classes. XDoclet already has plugins to generate ejb-jar.xml, and descriptors for other EJB containers such as JBoss, and it would be nice to have this available to Geronimo developers as well.
> I have made a start on an XDoclet plugin that generates a basic openejb-jar.xml, the code for which I have made available in my subversion repository here: https://jrg.me.uk/XDoclet-Geronimo/Geronimo-Plugin/trunk
> Currently this is doing the bear minimum to assist with the project I'm currently working on, I feel that this could be extended and made more robost - the following issues need to be addressed before this is really usable:
> * Provide a test suite to verify the descriptors generated by the plugin (currently I'm eyeballing them using the sample Bank Geronimo project)
> * Thoroughly go through the schemas for openejb-jar.xml and geronimo-web.xml and remove stuff that is currently hardcoded in my templates, and add any tags necessary to build more complete descriptors.

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


[jira] Updated: (GERONIMODEVTOOLS-179) XDoclet 1.2 Support

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

Delos Dai updated GERONIMODEVTOOLS-179:
---------------------------------------

    Fix Version/s:     (was: 2.2.0)
                   2.2.1

> XDoclet 1.2 Support
> -------------------
>
>                 Key: GERONIMODEVTOOLS-179
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-179
>             Project: Geronimo-Devtools
>          Issue Type: New Feature
>          Components: xdoclet
>    Affects Versions: 2.2.1
>            Reporter: Jonathan Gallimore
>            Assignee: Tim McConnell
>             Fix For: 2.2.1
>
>
> Currently, there is no XDoclet support available to generate openejb-jar.xml deployment descriptors from annotations on EJB classes. XDoclet already has plugins to generate ejb-jar.xml, and descriptors for other EJB containers such as JBoss, and it would be nice to have this available to Geronimo developers as well.
> I have made a start on an XDoclet plugin that generates a basic openejb-jar.xml, the code for which I have made available in my subversion repository here: https://jrg.me.uk/XDoclet-Geronimo/Geronimo-Plugin/trunk
> Currently this is doing the bear minimum to assist with the project I'm currently working on, I feel that this could be extended and made more robost - the following issues need to be addressed before this is really usable:
> * Provide a test suite to verify the descriptors generated by the plugin (currently I'm eyeballing them using the sample Bank Geronimo project)
> * Thoroughly go through the schemas for openejb-jar.xml and geronimo-web.xml and remove stuff that is currently hardcoded in my templates, and add any tags necessary to build more complete descriptors.

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


[jira] Updated: (GERONIMODEVTOOLS-179) XDoclet 1.2 Support

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

Tim McConnell updated GERONIMODEVTOOLS-179:
-------------------------------------------

        Fix Version/s: 2.1.x
             Assignee: Tim McConnell
    Affects Version/s: 2.1.x

> XDoclet 1.2 Support
> -------------------
>
>                 Key: GERONIMODEVTOOLS-179
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-179
>             Project: Geronimo-Devtools
>          Issue Type: New Feature
>    Affects Versions: 2.1.x
>            Reporter: Jonathan Gallimore
>            Assignee: Tim McConnell
>             Fix For: 2.1.x
>
>
> Currently, there is no XDoclet support available to generate openejb-jar.xml deployment descriptors from annotations on EJB classes. XDoclet already has plugins to generate ejb-jar.xml, and descriptors for other EJB containers such as JBoss, and it would be nice to have this available to Geronimo developers as well.
> I have made a start on an XDoclet plugin that generates a basic openejb-jar.xml, the code for which I have made available in my subversion repository here: https://jrg.me.uk/XDoclet-Geronimo/Geronimo-Plugin/trunk
> Currently this is doing the bear minimum to assist with the project I'm currently working on, I feel that this could be extended and made more robost - the following issues need to be addressed before this is really usable:
> * Provide a test suite to verify the descriptors generated by the plugin (currently I'm eyeballing them using the sample Bank Geronimo project)
> * Thoroughly go through the schemas for openejb-jar.xml and geronimo-web.xml and remove stuff that is currently hardcoded in my templates, and add any tags necessary to build more complete descriptors.

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