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 84075 - After NetBeans 5.5 installation, NetBeans uses system classpath resulting SynchronousSampleApplication test failure.
Summary: After NetBeans 5.5 installation, NetBeans uses system classpath resulting Syn...
Status: CLOSED WONTFIX
Alias: None
Product: soa
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: issues@soa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-02 00:47 UTC by leejung99
Modified: 2007-12-07 22:26 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 leejung99 2006-09-02 00:47:25 UTC
Looks like NetBean5.5 uses system classpath during the test run.  
I have weblogic.jar in my system classpath.  Looks like this jar contains 
different JAXP implementation and NetBean5.5 loads the class.  Following is 
the test run failure stack trace.


Testcase: TestCase0(org.netbeans.modules.compapp.catd.ConfiguredTest):	Caused 
an ERROR
Not supported: indent-number
java.lang.IllegalArgumentException: Not supported: indent-number
        at weblogic.apache.xalan.processor.TransformerFactoryImpl.setAttribute
(TransformerFactoryImpl.java:565)
        at weblogic.xml.jaxp.WebLogicTransformerFactory.setAttribute
(WebLogicTransformerFactory.java:211)
        at weblogic.xml.jaxp.RegistryTransformerFactory.setAttribute
(RegistryTransformerFactory.java:227)
        at org.netbeans.modules.compapp.catd.ConfiguredTest.replyAsByteArrayOS
(ConfiguredTest.java:1517)
        at org.netbeans.modules.compapp.catd.ConfiguredTest.checkExpectedOutput
(ConfiguredTest.java:1288)
        at 
org.netbeans.modules.compapp.catd.ConfiguredTest.testConcurrentSOAPRequest
(ConfiguredTest.java:510)
Comment 1 Kirill Sorokin 2006-09-03 00:00:51 UTC
Since installer does not control the classpath for running tests, moving the the
appropriate (?) category. As a comment, IIRC system classpath is something not
really avoidable, thus this is a very likely candidate for WONTFIX.
Comment 2 Sergey Lunegov 2006-09-18 09:43:10 UTC
Marked as WONTFIX.
Comment 3 Michael Frisino 2006-09-18 09:54:34 UTC
can this be documented in release notes?
Comment 4 Karthikeyan Rajeswaran 2007-12-07 22:26:53 UTC
A related url: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6396599