You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Susan Cline (JIRA)" <de...@db.apache.org> on 2006/03/09 00:12:39 UTC

[jira] Created: (DERBY-1092) Add a document, "Using JPOX JDO with Derby" to the Derby web site

Add a document, "Using JPOX JDO with Derby" to the Derby web site
-----------------------------------------------------------------

         Key: DERBY-1092
         URL: http://issues.apache.org/jira/browse/DERBY-1092
     Project: Derby
        Type: Task
  Components: Web Site  
    Reporter: Susan Cline
 Assigned to: Susan Cline 
    Priority: Trivial


Add the attached document, JPOX_Derby.xml, to the Derby web site under the "Integration" section.

This paper presents a cookbook-like set of instructions to use JPOX JDO, Release 1.1 which implements the JDO 2.0 specification, for use with Derby 10.1.x.  

Included is a zip file which can be downloaded and includes the following:

Java source files
Sample derby database
JPOX meta-data configuration file (for mapping the Java objects to the Derby tables)
Properties file to use at runtime to configure JPOX with the Derby embedded driver
Log4j properties file (used for JPOX logging)

Susan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Reopened: (DERBY-1092) Add a document, "Using JPOX JDO with Derby" to the Derby web site

Posted by "Jean T. Anderson (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1092?page=all ]
     
Jean T. Anderson reopened DERBY-1092:
-------------------------------------


Reopening to accommodate corrections.

> Add a document, "Using JPOX JDO with Derby" to the Derby web site
> -----------------------------------------------------------------
>
>          Key: DERBY-1092
>          URL: http://issues.apache.org/jira/browse/DERBY-1092
>      Project: Derby
>         Type: Task
>   Components: Web Site
>     Reporter: Susan Cline
>     Assignee: Susan Cline
>     Priority: Trivial
>  Attachments: JPOX_Derby.xml, jpox_derby.zip
>
> Add the attached document, JPOX_Derby.xml, to the Derby web site under the "Integration" section.
> This paper presents a cookbook-like set of instructions to use JPOX JDO, Release 1.1 which implements the JDO 2.0 specification, for use with Derby 10.1.x.  
> Included is a zip file which can be downloaded and includes the following:
> Java source files
> Sample derby database
> JPOX meta-data configuration file (for mapping the Java objects to the Derby tables)
> Properties file to use at runtime to configure JPOX with the Derby embedded driver
> Log4j properties file (used for JPOX logging)
> Susan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DERBY-1092) Add a document, "Using JPOX JDO with Derby" to the Derby web site

Posted by "Susan Cline (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1092?page=all ]

Susan Cline updated DERBY-1092:
-------------------------------

    Attachment: JPOX_Derby_new.xml
                jpox_derby_new.zip

Attached is the modified xml source file, JPOX_Derby_new.xml, for the derby website taking into account the two comments I received.  The first was to redefine the APP.CITIES table with a CHAR(3) for the AIRPORT column, and the other was to change the typo for the word "differ" to "defer".

The zip file, jpox_derby_new.zip,  contains the modified sql file and JPOX meta-data file to reflect the redefinition of the APP.CITIES table.

When these files are committed, please rename them to the original names - JPOX_Derby.xml and jpox_derby.zip.  I just renamed them here for clarity on which are the old and new revisions.

Could someone please commit these new versions?  

Thanks,

Susan

> Add a document, "Using JPOX JDO with Derby" to the Derby web site
> -----------------------------------------------------------------
>
>          Key: DERBY-1092
>          URL: http://issues.apache.org/jira/browse/DERBY-1092
>      Project: Derby
>         Type: Task
>   Components: Web Site
>     Reporter: Susan Cline
>     Assignee: Susan Cline
>     Priority: Trivial
>  Attachments: JPOX_Derby.xml, JPOX_Derby_new.xml, jpox_derby.zip, jpox_derby_new.zip
>
> Add the attached document, JPOX_Derby.xml, to the Derby web site under the "Integration" section.
> This paper presents a cookbook-like set of instructions to use JPOX JDO, Release 1.1 which implements the JDO 2.0 specification, for use with Derby 10.1.x.  
> Included is a zip file which can be downloaded and includes the following:
> Java source files
> Sample derby database
> JPOX meta-data configuration file (for mapping the Java objects to the Derby tables)
> Properties file to use at runtime to configure JPOX with the Derby embedded driver
> Log4j properties file (used for JPOX logging)
> Susan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (DERBY-1092) Add a document, "Using JPOX JDO with Derby" to the Derby web site

Posted by "Jean T. Anderson (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1092?page=all ]
     
Jean T. Anderson resolved DERBY-1092:
-------------------------------------

    Resolution: Fixed

 JPOX_Derby_new.xml and jpox_derby_new.zip committed, revision 389319.

> Add a document, "Using JPOX JDO with Derby" to the Derby web site
> -----------------------------------------------------------------
>
>          Key: DERBY-1092
>          URL: http://issues.apache.org/jira/browse/DERBY-1092
>      Project: Derby
>         Type: Task
>   Components: Web Site
>     Reporter: Susan Cline
>     Assignee: Susan Cline
>     Priority: Trivial
>  Attachments: JPOX_Derby.xml, JPOX_Derby_new.xml, jpox_derby.zip, jpox_derby_new.zip
>
> Add the attached document, JPOX_Derby.xml, to the Derby web site under the "Integration" section.
> This paper presents a cookbook-like set of instructions to use JPOX JDO, Release 1.1 which implements the JDO 2.0 specification, for use with Derby 10.1.x.  
> Included is a zip file which can be downloaded and includes the following:
> Java source files
> Sample derby database
> JPOX meta-data configuration file (for mapping the Java objects to the Derby tables)
> Properties file to use at runtime to configure JPOX with the Derby embedded driver
> Log4j properties file (used for JPOX logging)
> Susan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (DERBY-1092) Add a document, "Using JPOX JDO with Derby" to the Derby web site

Posted by "Jean T. Anderson (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1092?page=all ]
     
Jean T. Anderson closed DERBY-1092:
-----------------------------------

    Resolution: Fixed

Committed revision 384386. Thanks for the contribution!

> Add a document, "Using JPOX JDO with Derby" to the Derby web site
> -----------------------------------------------------------------
>
>          Key: DERBY-1092
>          URL: http://issues.apache.org/jira/browse/DERBY-1092
>      Project: Derby
>         Type: Task
>   Components: Web Site
>     Reporter: Susan Cline
>     Assignee: Susan Cline
>     Priority: Trivial
>  Attachments: JPOX_Derby.xml, jpox_derby.zip
>
> Add the attached document, JPOX_Derby.xml, to the Derby web site under the "Integration" section.
> This paper presents a cookbook-like set of instructions to use JPOX JDO, Release 1.1 which implements the JDO 2.0 specification, for use with Derby 10.1.x.  
> Included is a zip file which can be downloaded and includes the following:
> Java source files
> Sample derby database
> JPOX meta-data configuration file (for mapping the Java objects to the Derby tables)
> Properties file to use at runtime to configure JPOX with the Derby embedded driver
> Log4j properties file (used for JPOX logging)
> Susan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DERBY-1092) Add a document, "Using JPOX JDO with Derby" to the Derby web site

Posted by "Susan Cline (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1092?page=all ]

Susan Cline updated DERBY-1092:
-------------------------------

    Attachment: JPOX_Derby.xml
                jpox_derby.zip

Please add the file, JPOX_Derby.xml to the Derby web site under the integration section.

Also, please put the file jpox_derby.zip under the src/documentation/content/xdocs/binaries directory since
JPOX_Derby.xml will reside under src/documentation/content/xdocs/integrate and expects jpox_derby.zip to be
under the binaries directory.

Thanks,

Susan

> Add a document, "Using JPOX JDO with Derby" to the Derby web site
> -----------------------------------------------------------------
>
>          Key: DERBY-1092
>          URL: http://issues.apache.org/jira/browse/DERBY-1092
>      Project: Derby
>         Type: Task
>   Components: Web Site
>     Reporter: Susan Cline
>     Assignee: Susan Cline
>     Priority: Trivial
>  Attachments: JPOX_Derby.xml, jpox_derby.zip
>
> Add the attached document, JPOX_Derby.xml, to the Derby web site under the "Integration" section.
> This paper presents a cookbook-like set of instructions to use JPOX JDO, Release 1.1 which implements the JDO 2.0 specification, for use with Derby 10.1.x.  
> Included is a zip file which can be downloaded and includes the following:
> Java source files
> Sample derby database
> JPOX meta-data configuration file (for mapping the Java objects to the Derby tables)
> Properties file to use at runtime to configure JPOX with the Derby embedded driver
> Log4j properties file (used for JPOX logging)
> Susan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (DERBY-1092) Add a document, "Using JPOX JDO with Derby" to the Derby web site

Posted by "Susan Cline (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1092?page=all ]
     
Susan Cline closed DERBY-1092:
------------------------------


Thanks for committing this Jean.

> Add a document, "Using JPOX JDO with Derby" to the Derby web site
> -----------------------------------------------------------------
>
>          Key: DERBY-1092
>          URL: http://issues.apache.org/jira/browse/DERBY-1092
>      Project: Derby
>         Type: Task
>   Components: Web Site
>     Reporter: Susan Cline
>     Assignee: Susan Cline
>     Priority: Trivial
>  Attachments: JPOX_Derby.xml, JPOX_Derby_new.xml, jpox_derby.zip, jpox_derby_new.zip
>
> Add the attached document, JPOX_Derby.xml, to the Derby web site under the "Integration" section.
> This paper presents a cookbook-like set of instructions to use JPOX JDO, Release 1.1 which implements the JDO 2.0 specification, for use with Derby 10.1.x.  
> Included is a zip file which can be downloaded and includes the following:
> Java source files
> Sample derby database
> JPOX meta-data configuration file (for mapping the Java objects to the Derby tables)
> Properties file to use at runtime to configure JPOX with the Derby embedded driver
> Log4j properties file (used for JPOX logging)
> Susan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira