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 107072

Summary: Redundant xendorsed attribute if target server is AS 9.0
Product: webservices Reporter: Lukas Jungmann <jungi>
Component: CodeAssignee: Milan Kuchtiak <mkuchtiak>
Status: VERIFIED FIXED    
Severity: blocker CC: blaha, ievans, mkuchtiak, mmocnak, pgebauer
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: patch

Description Lukas Jungmann 2007-06-18 19:52:42 UTC
xendorsed attribute is being added to the build script even if target server is AS 9.0, but it should not be there. See
also issue 102384.
Comment 1 Milan Kuchtiak 2007-06-19 10:20:29 UTC
There is a check for JaxWs21 commpliant server in org.netbeans.modules.websvc.jaxwsmodel.project.TransformerUtils.
This check probably doesn't work
Comment 2 Milan Kuchtiak 2007-06-19 14:56:17 UTC
The issue was already fixed in 6.0.
See also the issue 97132.
build-impl.xsl in web/ejb project need to be fixed similarly as in application client.
Comment 3 Lukas Jungmann 2007-06-19 15:01:48 UTC
> build-impl.xsl in web/ejb project need to be fixed similarly as in application client.

should be read as:
build-impl.xsl in appclient project need to be fixed similarly as in web/ejb.
Comment 4 Lukas Jungmann 2007-06-20 22:28:57 UTC
Created attachment 44116 [details]
patch
Comment 5 Lukas Jungmann 2007-06-20 22:37:28 UTC
Milan, can you review attached diff, please?

Michal, can you check patched nbm I've already sent you privately, please?

Thanks.
Comment 6 Michal Mocnak 2007-06-21 12:55:28 UTC
Verified
Comment 7 Milan Kuchtiak 2007-06-21 15:36:25 UTC
Dhe patch for 5.5.1 looks fine. 
Comment 8 pgebauer 2007-06-26 20:20:51 UTC
The changes has been integrated into the release551_fixes branch.

Checking in src/org/netbeans/modules/j2ee/clientproject/AppClientProject.java;
/cvs/j2ee/clientproject/src/org/netbeans/modules/j2ee/clientproject/AppClientProject.java,v  <--  AppClientProject.java
new revision: 1.1.4.25.8.1.4.1; previous revision: 1.1.4.25.8.1
done
Checking in src/org/netbeans/modules/j2ee/clientproject/wsclient/AppClientProjectJAXWSVersionProvider.java;
/cvs/j2ee/clientproject/src/org/netbeans/modules/j2ee/clientproject/wsclient/AppClientProjectJAXWSVersionProvider.java,v
 <--  AppClientProjectJAXWSVersionProvider.java
new revision: 1.3.6.1; previous revision: 1.3
done
Checking in src/org/netbeans/modules/j2ee/clientproject/resources/build-impl.xsl;
/cvs/j2ee/clientproject/src/org/netbeans/modules/j2ee/clientproject/resources/build-impl.xsl,v  <--  build-impl.xsl
new revision: 1.1.4.25.8.5.4.2; previous revision: 1.1.4.25.8.5.4.1
done