spring-bigbank-checkaccount sample failing with NoSuchMethodError
-----------------------------------------------------------------
Key: TUSCANY-2697
URL: https://issues.apache.org/jira/browse/TUSCANY-2697
Project: Tuscany
Issue Type: Bug
Reporter: ant elder
Fix For: Java-SCA-1.4
in 1.x the spring-bigbank-checkaccount sample is failing to build with the
following error:
<testcase time="3.313" name="testServer">
<error type="java.lang.NoSuchMethodError"
message="org.springframework.beans.factory.config.ConfigurableListableBeanFactory.registerResolvableDependency(Ljava/lang/Class;Ljava/lang/Object;)V">java.lang.NoSuchMethodError:
org.springframework.beans.factory.config.ConfigurableListableBeanFactory.registerResolvableDependency(Ljava/lang/Class;Ljava/lang/Object;)V
at
org.springframework.context.support.AbstractApplicationContext.prepareBeanFactory(AbstractApplicationContext.java:458)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:356)
at
org.apache.tuscany.sca.implementation.spring.SpringImplementationProvider.start(SpringImplementationProvider.java:104)
at
org.apache.tuscany.sca.core.assembly.CompositeActivatorImpl.start(CompositeActivatorImpl.java:644)
at
org.apache.tuscany.sca.core.assembly.CompositeActivatorImpl.start(CompositeActivatorImpl.java:560)
at org.apache.tuscany.sca.node.impl.NodeImpl.start(NodeImpl.java:666)
at
bigbank.account.checking.server.CheckingAccountServer.main(CheckingAccountServer.java:49)
at
bigbank.checkaccount.CheckAccountServiceTestCase.testServer(CheckAccountServiceTestCase.java:31)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.