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 93498

Summary: IEP project needs to declare source type XML
Product: soa Reporter: Nam Nguyen <nnguyen>
Component: IEP projectAssignee: Yanbing Lu <blu>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 92800, 89562    

Description Nam Nguyen 2007-01-30 03:47:57 UTC
For BPEL project to reference XSD, WSDL files belong to IEP project, there IEP
project have to also declare its source root as of XML source type:
  sourcesHelper.addTypedSourceRoot(..., ProjectConstants.SOURCES_TYPE_XML,...);

Where ProjectConstants.SOURCE_TYPE_XML is defined in xml/catalogsupport module.
Comment 1 Nam Nguyen 2007-02-05 23:49:26 UTC
Hi, could some one from iep project team look at this.  The change is quite
simple.  Also, please don't forget to close the issue when you check in the
change.  
Thanks.
Comment 2 Nam Nguyen 2007-02-06 00:23:12 UTC
Also, since the SEDeployment.jar is a JAR, IEP project need to define
*additional* artifact like:

  helper.createSimpleAntArtifact(IcanproConstants.ARTIFACT_TYPE_JAR,...)

This is needed so referencing project (e.g. BPEL or XSLT project types), to
generate correct ant target parts for copying the XML reference closure.
Comment 3 Yanbing Lu 2007-02-06 01:42:57 UTC
Fixed