Skip to content

Commit

Permalink
Merge pull request #3019 from lorthirk/fix-jaxbContextFactory
Browse files Browse the repository at this point in the history
Force EclipseLink JaxbContextFactory
  • Loading branch information
Coduz authored Jul 9, 2020
2 parents 44849de + fc44c4f commit ddad25b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assembly/api/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ ENV JAVA_OPTS "-Dcommons.db.schema.update=true \
-Dcommons.eventbus.url=\${SERVICE_BROKER_ADDR} \
-Dcertificate.jwt.private.key=file:///var/opt/jetty/key.pk8 \
-Dcertificate.jwt.certificate=file:///var/opt/jetty/cert.pem \
-Ddatastore.disable=\${KAPUA_DISABLE_DATASTORE:-false}"
-Ddatastore.disable=\${KAPUA_DISABLE_DATASTORE:-false} \
-Djavax.xml.bind.context.factory=org.eclipse.persistence.jaxb.JAXBContextFactory"

USER 0

Expand Down

0 comments on commit ddad25b

Please sign in to comment.