I have an infobus screen that takes about 15 seconds to load. When I remove the jbInit call,it only takes 4 seconds to load but I lose my navigation bar. Anyone know why? The only thing I am taking out is:
try
{
jbInit();
}
catch (Exception e)
{
e.printStackTrace();
}
}
private void jbInit() throws Exception
{
All other code remains in, including all session and rowset info. I am using JDeveloper 3.2.3. Does the screen load faster in JDev9i? I really need this solved ASAP as it is holding up release of a major product. TIA.
try
{
jbInit();
}
catch (Exception e)
{
e.printStackTrace();
}
}
private void jbInit() throws Exception
{
All other code remains in, including all session and rowset info. I am using JDeveloper 3.2.3. Does the screen load faster in JDev9i? I really need this solved ASAP as it is holding up release of a major product. TIA.