[Dev] Getting an RemoteException When calling getAllInboundEndpointNames() from InboundAdminStub

2014-10-20 Thread Iqbal Irham
Hi, In ESB integration test, after running the test cases(inside @AfterClass method) on cleaning out stage to delete inbound end points we are calling getAllInboundEndpointNames() method from InboundAdminStub service stub to get all the inbound end point names String endPoint = backEndUrl

Re: [Dev] Getting an RemoteException When calling getAllInboundEndpointNames() from InboundAdminStub

2014-10-20 Thread Shiva Balachandran
Hi, it looks like you are accessing the endpoints incorrectly, or the InboundAdmin client is null or doesn't contain any data. Before clearing, check if the endpoints are present and see if you are accessing them correctly. Thank you Shiva Balachandran On Mon, Oct 20, 2014 at 2:18 PM, Iqbal