[ 
https://issues.apache.org/jira/browse/DERBY-6059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kim Haase updated DERBY-6059:
-----------------------------

    Attachment: DERBY-6059.zip
                DERBY-6059.stat
                DERBY-6059.diff

Attaching DERBY-6059.diff, DERBY-6059.stat, and DERBY-6059.zip. This patch 
modifies 4 Admin Guide topics, one Dev Guide topic, and 7 Reference Manual 
topics (plus the map file); adds 3 new Reference Manual topics (two for JDBC 
4.2/Compact Profies, and one JDBC 4.1 datasource topic to parallel the other 
two.

M       src/devguide/rdevresman79556.dita
M       src/adminguide/cadminappsclientsecurity.dita
M       src/adminguide/cadminappsxawthdriver.dita
M       src/adminguide/cadminappsclienttracing.dita
M       src/adminguide/cadminnsdatasources.dita
M       src/ref/rrefjdbc4_0dataSource.dita
M       src/ref/rrefjta18596.dita
M       src/ref/rrefapi1003363.dita
M       src/ref/rrefjdbc4_1summary.dita
M       src/ref/refderby.ditamap
A       src/ref/rrefjdbc4_2compactprofiles.dita
A       src/ref/rrefjdbc4_1datasource.dita
M       src/ref/rrefjta16677.dita
A       src/ref/rrefjdbc4_2summary.dita
M       src/ref/rrefjdbc4_0summary.dita
M       src/ref/rrefattribtracelevel.dita

                
> Document Derby usage running on Java 8 JEP 161 Compact Profiles
> ---------------------------------------------------------------
>
>                 Key: DERBY-6059
>                 URL: https://issues.apache.org/jira/browse/DERBY-6059
>             Project: Derby
>          Issue Type: Improvement
>          Components: Documentation
>            Reporter: Dag H. Wanvik
>            Assignee: Kim Haase
>             Fix For: 10.10.0.0
>
>         Attachments: DERBY-6059.diff, DERBY-6059.stat, DERBY-6059.zip, 
> javadoc-snapshot.pdf
>
>
> Document that Derby can run even under constrained Java runtime as planned 
> for Java 8 Compact Profiles 2 and 3 (not 1, the smallest runtime, since it 
> has no JDBC). Cf work in DERBY-5955 which made Derby run gracefully even when 
> some normal Java runtime packages are missing, notably JNDI and JMX.
> That work introduced six new data sources which have reduced functionality 
> compared with the corresponding ones for full Java SE, in that there is no 
> JNDI support. The six new data sources are for the client driver:
> Client/server data sources for use with Java 8 Compact Profile 2 and above:
>     BasicClientDataSource40 - Data source
>     BasicClientConnectionPoolDataSource40 - Connection pooling data source
>     BasicClientXADataSource40 - XA data source 
> Embedded data sources for use with Java 8 Compact Profile 2 and above:
>     BasicEmbeddedDataSource40 - Data source
>     BasicEmbeddedConnectionPoolSource40 - Connection pooling data source
>     BasicEmbeddedXASource40 - XA data source 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to