Posts Tagged ‘bug’

When I tried to add an Oracle WebLogic Server 12c as a new server runtime to a project in OEPE (Eclipse), OEPE refused to recognize the information I entered. Fortunately, Daniel G. told me that I have to select the wlserver folder first, then backspace a few times to remove wlserver from the path and [...]

Buggy FireBug

Posted: June 19, 2009 in Life in general
Tags: , ,

I have a page with Javascript loaded from different directories. For one reason, the Javascripts source loaded from one of the directories did not display. This means I could not use the debugger to insert break points directly. The Firbug version was 1.3.3. Initially, I was able to get the source code to show after [...]

An IE 7 bug

Posted: May 15, 2009 in Technology
Tags: ,

Recently, I encountered an IE 7 bug and it’s documented at here. I try to see if I can workaround the issue next week.

I have a JSON response that has data in a nested object within a data entry. Mapping and reading the nested data is easy and straightforward. The interesting part is that the nested object is optional and therefore may not exist in the response sometimes. Unfortunately, JsonReader can’t handle this and would throw a silent [...]