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 181049 - glassfish V3 javaee6 tutorial example issue
Summary: glassfish V3 javaee6 tutorial example issue
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 6.x
Hardware: PC Windows 7 x64
: P4 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-22 12:03 UTC by emiddio
Modified: 2016-07-07 08:56 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 emiddio 2010-02-22 12:03:47 UTC
gfv3 javaee-tutorial/examples/jaxws/webclient comes with a netbeans project.

to fix i had to do 2 things --

1 - had to add jaxws-2.2 api via endorsed mechanism -- according to netbeans
which i did.

2 - the JSP pages would not compile -- could not find classes needed for
the web service invocation. they were in the project and build by netbeans.

i had to project/libraries/add-jar-folder,
-- build/generated/jax-wsCache/HelloService directory to the project.

that directory contained helloservice/endpoint -- helloservice.endpoint package.

after doing that things built and ran fine -- also with JSP page compilation.

this seems like a netbeans issue -- not a glassfish v3 issue.
Comment 1 Martin Balin 2016-07-07 08:56:14 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss