Skip to content

Instantly share code, notes, and snippets.

@maeste
Created February 20, 2014 16:11
Show Gist options
  • Save maeste/9117238 to your computer and use it in GitHub Desktop.
Save maeste/9117238 to your computer and use it in GitHub Desktop.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project wildfly-transactions: Compilation failure: Compilation failure:
[ERROR] /home/maeste/project/RH/jboss-as/transactions/src/main/java/org/jboss/as/txn/service/ArjunaRecoveryManagerService.java:[44,55] cannot find symbol
[ERROR] symbol: class ConnectableResourceRecordRecoveryModule
[ERROR] location: package com.arjuna.ats.internal.jta.recovery.arjunacore
[ERROR] /home/maeste/project/RH/jboss-as/transactions/src/main/java/org/jboss/as/txn/service/ArjunaRecoveryManagerService.java:[44,55] cannot find symbol
[ERROR] symbol: class ConnectableResourceRecordRecoveryModule
[ERROR] location: package com.arjuna.ats.internal.jta.recovery.arjunacore
[ERROR] /home/maeste/project/RH/jboss-as/transactions/src/main/java/org/jboss/as/txn/service/ArjunaRecoveryManagerService.java:[99,32] cannot find symbol
[ERROR] symbol: class ConnectableResourceRecordRecoveryModule
[ERROR] location: class org.jboss.as.txn.service.ArjunaRecoveryManagerService
[ERROR] /home/maeste/project/RH/jboss-as/transactions/src/main/java/org/jboss/as/txn/subsystem/CMResourceAdd.java:[77,71] cannot find symbol
[ERROR] symbol: method getConnectableResourceJNDINames()
[ERROR] location: variable jTAEnvironmentBean of type com.arjuna.ats.jta.common.JTAEnvironmentBean
[ERROR] /home/maeste/project/RH/jboss-as/transactions/src/main/java/org/jboss/as/txn/subsystem/CMResourceAdd.java:[78,81] cannot find symbol
[ERROR] symbol: method getConnectableResourceTableNameMap()
[ERROR] location: variable jTAEnvironmentBean of type com.arjuna.ats.jta.common.JTAEnvironmentBean
[ERROR] /home/maeste/project/RH/jboss-as/transactions/src/main/java/org/jboss/as/txn/subsystem/CMResourceAdd.java:[79,106] cannot find symbol
[ERROR] symbol: method getPerformImmediateCleanupOfConnectableResourceBranchesMap()
[ERROR] location: variable jTAEnvironmentBean of type com.arjuna.ats.jta.common.JTAEnvironmentBean
[ERROR] /home/maeste/project/RH/jboss-as/transactions/src/main/java/org/jboss/as/txn/subsystem/CMResourceAdd.java:[80,94] cannot find symbol
[ERROR] symbol: method getConnectableResourceRecordDeleteBatchSizeMap()
[ERROR] location: variable jTAEnvironmentBean of type com.arjuna.ats.jta.common.JTAEnvironmentBean
[ERROR] /home/maeste/project/RH/jboss-as/transactions/src/main/java/org/jboss/as/txn/subsystem/CMResourceAdd.java:[87,27] cannot find symbol
[ERROR] symbol: method setConnectableResourceJNDINames(java.util.List<java.lang.String>)
[ERROR] location: variable jTAEnvironmentBean of type com.arjuna.ats.jta.common.JTAEnvironmentBean
[ERROR] /home/maeste/project/RH/jboss-as/transactions/src/main/java/org/jboss/as/txn/subsystem/CMResourceAdd.java:[88,27] cannot find symbol
[ERROR] symbol: method setConnectableResourceTableNameMap(java.util.Map<java.lang.String,java.lang.String>)
[ERROR] location: variable jTAEnvironmentBean of type com.arjuna.ats.jta.common.JTAEnvironmentBean
[ERROR] /home/maeste/project/RH/jboss-as/transactions/src/main/java/org/jboss/as/txn/subsystem/CMResourceAdd.java:[89,27] cannot find symbol
[ERROR] symbol: method setPerformImmediateCleanupOfConnectableResourceBranchesMap(java.util.Map<java.lang.String,java.lang.Boolean>)
[ERROR] location: variable jTAEnvironmentBean of type com.arjuna.ats.jta.common.JTAEnvironmentBean
[ERROR] /home/maeste/project/RH/jboss-as/transactions/src/main/java/org/jboss/as/txn/subsystem/CMResourceAdd.java:[90,27] cannot find symbol
[ERROR] symbol: method setConnectableResourceRecordDeleteBatchSizeMap(java.util.Map<java.lang.String,java.lang.Integer>)
[ERROR] location: variable jTAEnvironmentBean of type com.arjuna.ats.jta.common.JTAEnvironmentBean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment