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 59164 - Error messages in output tab
Summary: Error messages in output tab
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
: 62475 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-05-23 10:05 UTC by Petr Blaha
Modified: 2005-09-05 10:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Blaha 2005-05-23 10:05:06 UTC
[netbeans41 FCS + JBoss plugin 050510]
Error message is printed to output tab during deployment:

You are trying to access file: jndi.properties from the default package.
Please see
http://www.netbeans.org/download/dev/javadoc/OpenAPIs/org/openide/doc-files/classpath.html#default_package
Failed to initalize plugin: org.jboss.logging.Log4jLoggerPlugin@16cbc11
Comment 1 Ivan Sidorkin 2005-05-23 10:32:10 UTC
This is known issue.
The main problem in NB core
in org\netbeans\ProxyClassLoader.java
there is no way to disable warning output except hardcoding it in ProxyClassLoader
Comment 2 Petr Blaha 2005-08-17 15:24:47 UTC
*** Issue 62475 has been marked as a duplicate of this issue. ***
Comment 3 Jesse Glick 2005-08-22 21:19:52 UTC
You should fix jboss.jar (or whatever it is) to not use the default package.
It's open source, right? So patch it. Cf. issue #42201.