-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
jboss-fuse-6.2.1, jboss-fuse-6.3
-
None
-
%
-
In jbossqe-fsw-it(see below steps to reproduce)/switchyard/service-implementations/bpel/bpel-error-handler-test, while using MSSQL for BPEL DB scheme, this exception occurs (example):
Failed tests(see also full log):
BpelErrorHandlerTest.testSayHelloBeanLocalImplWithEmptyName:128->checkSwitchServiceOn:372->checkSwitchService:381 expected:<...est:1.0}TestService/[SwitchService]Remote> but was:<...est:1.0}TestService/[HelloServiceBpel]Remote>
BpelErrorHandlerTest.testSayHelloBeanLocalImplWithNonEmptyName:101 expected:<...Service/HelloService[]> but was:<...Service/HelloService[BpelRemote]>
BpelErrorHandlerTest.testSayHelloBpelRemoteImplWithNonEmptyName:284 expected:<...or_handler_test:1.0}[TestService/HelloServiceBpelRemot]e> but was:<...or_handler_test:1.0}[SwitchServic]e>
(Test works OK for e.g. MYSQL, POSTGRE db. please note, this test doesn't require bpel-integration-pack. For DB allocation jenkins-jobs(below) uses "DB allocator")
(1 explanation for example:
input(request.xml):
implementation=bean
local=true
name=Martin
should be:
...TestService/HelloService...
was:
...TestService/HelloServiceBpelRemote... )
This error happens irregularly(there is variations of these errors), most of the time for combination: "bean-local" and "bpel-remote"(local=false)
For bpel file responsible for dispatching see "TestProcess.bpel" in attachment
I observe this behaviour since 6.2.1 176 and 6.3.0 211, but I'm not sure if it didn't occur earlier as well.