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 163601 - jboss 5 application client do not start
Summary: jboss 5 application client do not start
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P4 blocker with 1 vote (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-24 14:36 UTC by laarmann
Modified: 2015-06-25 07:31 UTC (History)
1 user (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 laarmann 2009-04-24 14:36:24 UTC
Application Clients using classes not contained by the Client-Jar but by attached third party Libraries do not start
correctly. The following log comes up , when I try to start the JEE-Application by using the RUN feature of the
right-click-context menue of the Enterprise-App-Project:

Applicaton Deployed
Operation start started
Operation start completed
post-run-deploy:
run-deploy:
run-display-browser:
run-ac:
Exception in thread "main" java.lang.NoClassDefFoundError: edu/fhge/swt2/aufgabe1/dataaccess/DataAccessObject
        at edu.fhge.swt2.Main.main(Main.java:25)
Java Result: 1
run-SWT2-Loesung-Aufgabe2-app-client:
run:
BUILD SUCCESSFUL (total time: 5 seconds)


Application Server: JBoss 5.0.1 GA (default)
JEE-App: An arbitrary JEE5-Application including an application client with access to a class contained by an additional
Jar-Library.
Comment 1 Petr Hejl 2011-02-08 13:42:28 UTC
Reassigning for evaluation to our appclient expert.
Comment 2 Martin Fousek 2012-12-26 14:28:11 UTC
No idea, reassigning to the default assignee.