
META-INF.errors.org.seedstack.jpa.internal.JpaErrorCode.properties Maven / Gradle / Ivy
#
# Copyright (c) 2013-2016, The SeedStack authors
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
ACCESSING_ENTITY_MANAGER_OUTSIDE_TRANSACTION.message = No active transaction when accessing JPA EntityManager.
ACCESSING_ENTITY_MANAGER_OUTSIDE_TRANSACTION.fix = Be sure to specify a transactional context using the "@Transactional" annotation before using an entityManager.
ACCESSING_ENTITY_MANAGER_OUTSIDE_TRANSACTION.url = http://seedstack.org/addons/jpa/#using-the-entity-manager
NO_PERSISTED_CLASSES_IN_UNIT.message = No classes were found belonging to JPA unit "${unit}".
NO_PERSISTED_CLASSES_IN_UNIT.fix = Verify that the classes are correctly scanned and they are configured to belong to the JPA unit "${unit}".
NO_PERSISTED_CLASSES_IN_UNIT.url = http://seedstack.org/addons/jpa#configuration
DATA_SOURCE_NOT_FOUND.message = The specified datasource "${datasource}" was not found for JPA unit "${unit}".
DATA_SOURCE_NOT_FOUND.fix = Verify the datasource name specified in the "org.seedstack.jpa.unit.${unit}.datasource" configuration property.
DATA_SOURCE_NOT_FOUND.url = http://seedstack.org/addons/jpa#configuration
NO_ENTITY_MANAGER_CONFIGURED.message = An entity manager is required but none was configured (reason: ${reason}).
NO_ENTITY_MANAGER_CONFIGURED.fix = Configure a least one JPA unit in your application.
NO_ENTITY_MANAGER_CONFIGURED.url = http://seedstack.org/addons/jpa#configuration
© 2015 - 2025 Weber Informatics LLC | Privacy Policy