This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 186096

Summary: Can not jump from stack trace in WebLogic log window to source code
Product: serverplugins Reporter: Petr Jiricka <pjiricka>
Component: WebLogicAssignee: Denis Anisimov <ads>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:

Description Petr Jiricka 2010-05-13 13:06:47 UTC
I got an exception while deploying a web application to WebLogic, and this exception appeared in the server log window ("Oracle WebLogic Server"). However, there are no hyperlinks that would allow me to jump to source code for my project's classes. Here is a snippet of the exception:

Caused by: java.lang.NullPointerException
        at entities.CustomerJpaController.getEntityManager(CustomerJpaController.java:31)
        at entities.CustomerJpaController.getCustomerCount(CustomerJpaController.java:175)
        at entities.CustomerController.getPagingInfo(CustomerController.java:40)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Comment 1 Petr Jiricka 2010-05-13 13:07:02 UTC
The same scenario works for Tomcat.
Comment 2 Petr Hejl 2010-05-13 13:11:10 UTC
This is not yet implemented for WL.
Comment 3 Denis Anisimov 2010-07-19 14:31:41 UTC
changeset:   174498:a5da3d3bf295
user:        Denis Anisimov <ads@netbeans.org>
date:        Mon Jul 19 14:35:45 2010 +0400
summary:     Fix for BZ#186096  -  Can not jump from stack trace in WebLogic log window to source code
Comment 4 Quality Engineering 2010-07-20 03:15:56 UTC
Integrated into 'main-golden', will be available in build *201007200001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a5da3d3bf295
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#186096  -  Can not jump from stack trace in WebLogic log window to source code