cancel
Showing results for 
Search instead for 
Did you mean: 

Capturing JCO error if JCO is removed from webdynpro content Admin.

Former Member
0 Kudos

Hi All,

I have a requirement in which if there is any connectivity error (e.g, if a backend system is down), it needs to be captured and displayed in the application.

However the application fails to RUN even if a single JCO connection pertaining to the application is removed (I am doing it to simulate a NO connectivity scenario).

I am NOT initializing the models in Controller init. What I understand from the error log is that dictionary initialization takes place even before the init method and for that a JCO is required to be defined.

Is it possible at all, to run an application (capturing the exception) if any one of say 10 JCOs is not functioning?

If not, how do i test the scenario of connectivity error?

Thanks

Anagha

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Resolved.