Changing infinispan dependency to use V10 errors
------------------------------------------------
Key: TEIID-5883
URL:
https://issues.redhat.com/browse/TEIID-5883
Project: Teiid
Issue Type: Bug
Affects Versions: 13.x
Reporter: Van Halbert
Assignee: Steven Hawkins
Priority: Blocker
When changing the infinispan dependencies to reference the property, which is v10, it
fails with the following error:
{code}
[ERROR]
/home/vhalbert/RedHat/github/repos_codeeng/teiid/cache-infinispan/src/main/java/org/teiid/cache/infinispan/EmbeddedInfinispanCacheFactoryBuilder.java:[43,80]
method transactionManagerLookup in class
org.infinispan.configuration.cache.TransactionConfiguration cannot be applied to given
types;
[ERROR] required: no arguments
[ERROR] found: <anonymous
org.infinispan.commons.tx.lookup.TransactionManagerLookup>
[ERROR] reason: actual and formal argument lists differ in length
{code}