You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Hernan Cunico (JIRA)" <ji...@apache.org> on 2008/05/30 04:50:46 UTC

[jira] Created: (GERONIMO-4091) Deployment plans - persistence

Deployment plans - persistence
------------------------------

                 Key: GERONIMO-4091
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4091
             Project: Geronimo
          Issue Type: Task
      Security Level: public (Regular issues)
          Components: documentation
    Affects Versions: 2.1.1, 2.1
            Reporter: Hernan Cunico


Geronimo 2.1 Documentation - Deployment plans -> persistence.xml

Suggested basic structure.

* Deployment plan overview _(include packaging)_
* Review of standard corresponding deployment descriptor
* Review of XML Schemas _(some schemas are documented here http://geronimo.apache.org/apache-geronimo-v21-xml-schemas.html)_
* Dep plan break down _(environment, dependencies, references, etc.)_
* Samples

See http://cwiki.apache.org/GMOxDOC21/deployment.html

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


[jira] Assigned: (GERONIMO-4091) Deployment plans - persistence

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

Phani Balaji Madgula reassigned GERONIMO-4091:
----------------------------------------------

    Assignee: Phani Balaji Madgula

> Deployment plans - persistence
> ------------------------------
>
>                 Key: GERONIMO-4091
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4091
>             Project: Geronimo
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: documentation
>    Affects Versions: 2.1, 2.1.1
>            Reporter: Hernan Cunico
>            Assignee: Phani Balaji Madgula
>
> Geronimo 2.1 Documentation - Deployment plans -> persistence.xml
> Suggested basic structure.
> * Deployment plan overview _(include packaging)_
> * Review of standard corresponding deployment descriptor
> * Review of XML Schemas _(some schemas are documented here http://geronimo.apache.org/apache-geronimo-v21-xml-schemas.html)_
> * Dep plan break down _(environment, dependencies, references, etc.)_
> * Samples
> See http://cwiki.apache.org/GMOxDOC21/deployment.html

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


[jira] Commented: (GERONIMO-4091) Deployment plans - persistence

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601173#action_12601173 ] 

David Jencks commented on GERONIMO-4091:
----------------------------------------

persistence.xml is a spec dd, not a geronimo plan.  The non-standard info we should cover is:
- meaning of jta-datasource and non-jta-datasource
- why you should not specify driver properties directly, instead use above named elements
- why and when you need non-jta-datasource
- where this file should go 
- how you can override from a geronimo plan
- an error to cause map, e.g. if openjpa complains about not finding the jta-datasource in jndi, what you did wrong and how to fix.

> Deployment plans - persistence
> ------------------------------
>
>                 Key: GERONIMO-4091
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4091
>             Project: Geronimo
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: documentation
>    Affects Versions: 2.1, 2.1.1
>            Reporter: Hernan Cunico
>
> Geronimo 2.1 Documentation - Deployment plans -> persistence.xml
> Suggested basic structure.
> * Deployment plan overview _(include packaging)_
> * Review of standard corresponding deployment descriptor
> * Review of XML Schemas _(some schemas are documented here http://geronimo.apache.org/apache-geronimo-v21-xml-schemas.html)_
> * Dep plan break down _(environment, dependencies, references, etc.)_
> * Samples
> See http://cwiki.apache.org/GMOxDOC21/deployment.html

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


[jira] Commented: (GERONIMO-4091) Deployment plans - persistence

Posted by "Phani Balaji Madgula (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605920#action_12605920 ] 

Phani Balaji Madgula commented on GERONIMO-4091:
------------------------------------------------

Hi,

An initial draft of the documentation is available at http://cwiki.apache.org/GMOxDOC21/persistencexml.html. I will incorporate answers for the questions put by David J. in the previous comment.

I request your review/comments on the documentation.

Thanks
Phani

> Deployment plans - persistence
> ------------------------------
>
>                 Key: GERONIMO-4091
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4091
>             Project: Geronimo
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: documentation
>    Affects Versions: 2.1, 2.1.1
>            Reporter: Hernan Cunico
>            Assignee: Phani Balaji Madgula
>
> Geronimo 2.1 Documentation - Deployment plans -> persistence.xml
> Suggested basic structure.
> * Deployment plan overview _(include packaging)_
> * Review of standard corresponding deployment descriptor
> * Review of XML Schemas _(some schemas are documented here http://geronimo.apache.org/apache-geronimo-v21-xml-schemas.html)_
> * Dep plan break down _(environment, dependencies, references, etc.)_
> * Samples
> See http://cwiki.apache.org/GMOxDOC21/deployment.html

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


[jira] Commented: (GERONIMO-4091) Deployment plans - persistence

Posted by "Phani Balaji Madgula (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607863#action_12607863 ] 

Phani Balaji Madgula commented on GERONIMO-4091:
------------------------------------------------

Hi,

I have incorporated all the required sections in the persistence.xml documentation. The URL is http://cwiki.apache.org/GMOxDOC21/persistencexml.html.

Please review/comment on the documentation if you have any??

Thanks
Phani B Madgula


> Deployment plans - persistence
> ------------------------------
>
>                 Key: GERONIMO-4091
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4091
>             Project: Geronimo
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: documentation
>    Affects Versions: 2.1, 2.1.1
>            Reporter: Hernan Cunico
>            Assignee: Phani Balaji Madgula
>
> Geronimo 2.1 Documentation - Deployment plans -> persistence.xml
> Suggested basic structure.
> * Deployment plan overview _(include packaging)_
> * Review of standard corresponding deployment descriptor
> * Review of XML Schemas _(some schemas are documented here http://geronimo.apache.org/apache-geronimo-v21-xml-schemas.html)_
> * Dep plan break down _(environment, dependencies, references, etc.)_
> * Samples
> See http://cwiki.apache.org/GMOxDOC21/deployment.html

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