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 102200 - bad endpoint setting for appclients for webservices
Summary: bad endpoint setting for appclients for webservices
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-23 17:21 UTC by nouar38
Modified: 2007-04-24 19:59 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 nouar38 2007-04-23 17:21:14 UTC
with SDK preview3_5 b12/b41c, and NB 551 RC1

IDE run with Administrator (windows, seen also on solaris-sparc/linux)
open project hellow-jaxw (web services) 
run project (deployed in local default domain1 started):
(setup is done as expected for samples)

in Output - hellow-jaxw (run-client)
got a warning for endpoints setting for appclients in target
run-client-windows/run-client-unix

Compiling 1 source file to C:\Program Files\javaee-sdk-5_03
build12\SDK\samples\javaee5\webservices\hello-jaxws\build

run-client-windows:


<< Apr 23, 2007 1:52:02 PM com.sun.enterprise.appclient.MainWithModuleSupport
setTargetServerProperties
WARNING: ACC023:The best practice in case of appclients is to set the endpoints
as <target-server> elements in sun-acc.xml. Please avoid using the
com.sun.appserv.iiop.endpoints property for appclients.

but got the result from the client as expected.
Hello result = Hello Administrator!
Comment 1 Vince Kraemer 2007-04-24 19:59:07 UTC
this is a problem in the sample itself.

Opened issue against GF. https://glassfish.dev.java.net/issues/show_bug.cgi?id=2907