E9.2 Unable to test more than one consumer BSSV object on JDeveloper Local Integrated WLS

PawPatrol

Member
We have one custom application that calls multiple custom consumer BSSVs at different points of execution. We are testing this application locally before deploying it to the server. We have deployed both the consumer BSSVs to the JDeveloper local Integrated WLS-


But we are only able to successfully test one consumer BSSV(say BSSV#1) call at a time, the call to the second consumer BSSV(say BSSV#2) always returns this error-

Error on application:


Error in bssv.log:


But I see this requested BSSV class in the deployments section of the local integrated WLS, not sure why it cannot be found-


This error occurs only for one of the two consumer BSSV calls, the other call is successfully invoked.

To resolve this error, I have to "undeploy" the working consumer BSSV(say BSSV#2) from the local integrated WLS. And redeploy the consumer BSSV(BSSV#1) whose call was going into error. After that call to BSSV#1 now succeeds.

Now, if I were to redeploy BSSV#2 to the local Integrated WLS, then roles are reversed and now the calls to this BSSV#2 fail with same errors.

This leads us to conclude that only one consumer BSSV deployment can be tested at one time from the local JDeveloper Integrated WLS :-S ! This prevents us from testing the entire application at one go, instead we have had to divide it into smaller test applications, one for each consumer BSSV call.

Has anyone else experienced this issue with testing multiple consumer BSSVs simultaneously on the local JDeveloper Integrated WLS?

--------------------------------------------------

JDE E1 App Release E920, Tools Release 9.2.5.1

JDeveloper - 12.2.1.2.0
 
Back
Top