I have an application created with Jdev 3.2.3 consisting of multiple infobus screens. Everything works fine initially, but for some reason, the connections are not being returned to the pool when a screen is closed. This is resulting in each user having many connections open. After a while...
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)
{...
I have a Business Component Form (Not a JSP) which has 2 TextFieldControls that need to be populated based on data in other TextFieldControls. The information is displaying in the TextFields correctly, but the only way to save the info in them to the table is by tabbing through the fields. I do...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.