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 71299 - [swing-client] FastInfoset.jar is not on classpath
Summary: [swing-client] FastInfoset.jar is not on classpath
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: blueprints (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Yutaka Yoshida
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-12 10:49 UTC by Lukas Jungmann
Modified: 2013-02-13 10:20 UTC (History)
2 users (show)

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 Lukas Jungmann 2006-01-12 10:49:39 UTC
[5.0rc1]

-create, build, run this sample (and all others this one depends on)
-in GUI press "Load" and then "Send PO" buttons

=> following exception is thrown from application:

 Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError:
org/jvnet/fastinfoset/FastInfosetSource
        at
com.sun.j2ee.blueprints.stringposervice.StringPurchaseOrderService_Impl.getStringPurchaseOrderServiceSEIPort(StringPurchaseOrderService_Impl.java:59)
        at
com.sun.j2ee.blueprints.swingclient.POServiceBD.submitPOUsingStubs(Unknown Source)
        at
com.sun.j2ee.blueprints.swingclient.MainWindow.sendPOButtonActionPerformed(Unknown
Source)
...
Comment 1 Petr Jiricka 2006-08-25 14:29:27 UTC
Hi Yuta, are you planning to fix this issue? Or should the sample be removed?
Thanks.
Comment 2 Yutaka Yoshida 2006-09-07 03:35:43 UTC
I couldn't reproduce this with netbeans 5.5.
(although I had to resolve the reference to j2ee.install.home
 after creating the project)
Comment 3 Petr Jiricka 2006-09-08 09:13:42 UTC
Ok, in that case marking as FIXED. Please reopen if this still occurs.
Comment 4 Lukas Jungmann 2006-10-05 21:55:52 UTC
this one is fixed