
META-INF.errors.org.seedstack.solr.internalSolrErrorCodes.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_SOLR_CLIENT_OUTSIDE_TRANSACTION.message = Attempt to access a transaction-aware SolrClient without an open transaction.
ACCESSING_SOLR_CLIENT_OUTSIDE_TRANSACTION.fix = Open a transaction before accessing a transaction-aware SolrClient. If you need to use a specific client without an open transaction, access it through a qualified injection:\n\n\t@Inject\n\t@Named("myClientName")\n\tSolrClient myQualifiedSolrClient;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy