[ https://issues.apache.org/jira/browse/OPENJPA-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16739357#comment-16739357 ]
ASF subversion and git services commented on OPENJPA-2753: ---------------------------------------------------------- Commit d35ea4bb06d103766c4cd1e738b265d69b8a4f36 in openjpa's branch refs/heads/master from Mark Struberg [ https://gitbox.apache.org/repos/asf?p=openjpa.git;h=d35ea4b ] OPENJPA-2753 use an oracle12_xe docker container It seems Oracle11 had really a problem with XMLType handling internally. It did seemingly random return a 0x00 at position 4000 of a xmltype. This got fixed in Oracle12 > Create profiles to start various databases via Docker > ----------------------------------------------------- > > Key: OPENJPA-2753 > URL: https://issues.apache.org/jira/browse/OPENJPA-2753 > Project: OpenJPA > Issue Type: Improvement > Components: build / infrastructure > Affects Versions: 3.0.0 > Reporter: Mark Struberg > Assignee: Mark Struberg > Priority: Major > Fix For: 3.0.1 > > > We currently rely on fix installed versions of various databases. > With the advent of Docker we could use maven profiles to start those > databases as docker images. > E.g. > {noformat} > $> mvn -N -Ptest-mysql-docker docker:start > $> mvn -Ptest-mysql-docker clean install > $> mvn -N -Ptest-mysql-docker docker:stop > {noformat} > The `-N` is needed to start maven Non-Recursive. Otw you might see some nasty > log output which does not belong there ;) > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)