This content has been marked as final.
Show 4 replies
-
1. Re: Using SCA: multiple operations on service interface
igarashitm Jul 31, 2015 12:06 AM (in response to ozkin)SCAInvoker looks properly setting operation though... can you attach a minimal reproducer for the issue?
-
2. Re: Using SCA: multiple operations on service interface
ozkin Aug 2, 2015 4:11 AM (in response to igarashitm)I attached a simple reproducer application.
Interesting is that the problem appears only if SCA service is clustered.
So, in order to reproduce this issue I deployed this jar into two JBoss instances and executed "curl -v http://ipaddress:8080/test".
-
reproducer-sca-ops.tgz 5.1 KB
-
-
3. Re: Using SCA: multiple operations on service interface
igarashitm Aug 4, 2015 12:57 AM (in response to ozkin)I tried it on current upstream master and just works fine. I got messages like this on both node
13:51:19,927 INFO [stdout] (http-/127.0.0.1:8080-2) ScaServiceBean::op1 13:51:41,392 INFO [stdout] (http-/127.0.0.1:8080-1) ScaServiceBean::op1
Possibly the issue was fixed at some point. Not sure which one affected though.
-
4. Re: Using SCA: multiple operations on service interface
ozkin Aug 4, 2015 4:08 AM (in response to igarashitm)Ok, good.. and sad, it seems a bug in 1.1.0 then...