Interface DeployersLogger

  • All Superinterfaces:
    org.jboss.logging.BasicLogger
    All Known Implementing Classes:
    DeployersLogger_$logger

    @MessageLogger(projectCode="IJ")
    public interface DeployersLogger
    extends org.jboss.logging.BasicLogger
    The deployers logger. Message ids ranging from 020000 to 029999 inclusively.
    • Method Detail

      • requiredLicenseTerms

        @LogMessage(level=INFO)
        @Message(id=20001,
                 value="Required license terms for %s")
        void requiredLicenseTerms​(String url)
        Required license terms
        Parameters:
        url - The license url
      • deployed

        @LogMessage(level=INFO)
        @Message(id=20002,
                 value="Deployed: %s")
        void deployed​(String url)
        Deployed
        Parameters:
        url - The url
      • validationReportFailure

        @LogMessage(level=WARN)
        @Message(id=20003,
                 value="Failure during validation report generation: %s")
        void validationReportFailure​(String detail,
                                     @Cause
                                     Throwable t)
        Validation report failure
        Parameters:
        detail - The details
        t - The exception
      • connectionDefinitionMismatch

        @LogMessage(level=WARN)
        @Message(id=20004,
                 value="Only one connection definition found with a mismatch in class-name: %s")
        void connectionDefinitionMismatch​(String clz)
        Connection definition mismatch
        Parameters:
        clz - The class name
      • adminObjectMismatch

        @LogMessage(level=WARN)
        @Message(id=20005,
                 value="Only one admin object found with a mismatch in class-name: %s")
        void adminObjectMismatch​(String clz)
        Admin object mismatch
        Parameters:
        clz - The class name
      • nullConnectionFactory

        @LogMessage(level=ERROR)
        @Message(id=20006,
                 value="ConnectionFactory is null")
        void nullConnectionFactory()
        Null connection factory
      • subjectCreationError

        @LogMessage(level=ERROR)
        @Message(id=20007,
                 value="Exception during createSubject(): %s")
        void subjectCreationError​(String detail,
                                  @Cause
                                  Throwable t)
        Subject ceration error
        Parameters:
        detail - The details
        t - The exception
      • invalidConfigProperty

        @LogMessage(level=WARN)
        @Message(id=20008,
                 value="Invalid config-property: %s")
        void invalidConfigProperty​(String cp)
        Invalid config property
        Parameters:
        cp - The config property name
      • connectionDefinitionInvalid

        @LogMessage(level=WARN)
        @Message(id=20009,
                 value="Invalid connection definition with class-name: %s")
        void connectionDefinitionInvalid​(String clz)
        Connection definition invalid
        Parameters:
        clz - The class name
      • connectionDefinitionNull

        @LogMessage(level=ERROR)
        @Message(id=20010,
                 value="Connection definition with missing class-name")
        void connectionDefinitionNull()
        Connection definition class-name null
      • adminObjectNull

        @LogMessage(level=ERROR)
        @Message(id=20011,
                 value="Admin object with missing class-name")
        void adminObjectNull()
        Admin object class-name null
      • adminObjectNotBound

        @LogMessage(level=WARN)
        @Message(id=20012,
                 value="Admin object not bound: %s")
        void adminObjectNotBound​(String clz)
        Admin object not bound
        Parameters:
        clz - The class name
      • connectionFactoryNotBound

        @LogMessage(level=WARN)
        @Message(id=20013,
                 value="Connection factory not bound: %s")
        void connectionFactoryNotBound​(String clz)
        Connection factory not bound
        Parameters:
        clz - The class name
      • adminObjectNotSpecCompliant

        @LogMessage(level=INFO)
        @Message(id=20014,
                 value="Admin object not specification compliant. See 13.4.2.3 for additional details: %s")
        void adminObjectNotSpecCompliant​(String clz)
        Admin object not spec compliant
        Parameters:
        clz - The class name
      • connectionFactoryNotSpecCompliant

        @LogMessage(level=INFO)
        @Message(id=20015,
                 value="Connection factory not specification compliant. See 6.5.1.3 for additional details: %s")
        void connectionFactoryNotSpecCompliant​(String clz)
        Connection factory not spec compliant
        Parameters:
        clz - The class name
      • missingRecovery

        @LogMessage(level=WARN)
        @Message(id=20016,
                 value="Missing <recovery> element. XA recovery disabled for: %s")
        void missingRecovery​(String jndi)
        Missing recovery
        Parameters:
        jndi - The jndi name
      • validationInvalidArchive

        @LogMessage(level=WARN)
        @Message(id=20017,
                 value="Invalid archive: %s")
        void validationInvalidArchive​(String archive)
        Invalid archive
        Parameters:
        archive - The archive
      • enablingValidateOnMatch

        @LogMessage(level=INFO)
        @Message(id=20018,
                 value="Enabling <validate-on-match> for %s")
        void enablingValidateOnMatch​(String jndiName)
        Enabling validate-on-match
        Parameters:
        jndiName - The JNDI name
      • changedTransactionSupport

        @LogMessage(level=INFO)
        @Message(id=20019,
                 value="Changed TransactionSupport for %s")
        void changedTransactionSupport​(String jndiName)
        Changed TransactionSupport
        Parameters:
        jndiName - The JNDI name
      • connectionPropertiesEmpty

        @LogMessage(level=WARN)
        @Message(id=20020,
                 value="Connection Properties for DataSource: \'%s\' is empty, try to use driver-class: \'%s\' and connection-url: \'%s\' to connect database")
        void connectionPropertiesEmpty​(String jndiName,
                                       String driverClass,
                                       String connURL)
        Connection Properties for DataSource is empty.
        Parameters:
        jndiName - The JNDI name
        driverClass - The driver class
        connURL - The connection URL