TransactionRequiredException Error 1. Overview In this tutorial, we’re going to examine the cause of the TransactionRequiredException error and how to solve it. 2. TransactionRequiredException This error typically occurs when we’re trying to perform a database operation that modifies the database without a transaction. For example, attempting to update a record… Continue Reading jpa-transaction-required-exception

Netflix Archaius with Various Database Configurations Cloud Persistence Spring  1. Overview The Netflix Archaius offers libraries and functionality for connecting to many data sources. In this tutorial, we’ll learn how to get configurations: Using the JDBC API to connect to a database From configurations stored in a DynamoDB instance By… Continue Reading netflix-archaius-database-configurations

Format ZonedDateTime to String 1. Overview In this quick tutorial, we’ll see how to convert a ZonedDateTime to a String. We’ll also look at how to parse a ZonedDateTime from a String. 2. Creating a ZonedDateTime First, we’ll start with a ZonedDateTime with a time zone of UTC. There are several… Continue Reading java-format-zoned-datetime-string