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 93499

Summary: SQL project needs to declare source type XML and
Product: soa Reporter: Nam Nguyen <nnguyen>
Component: -- Other --Assignee: Pavan Veeravarapu <pveeravarapu>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 89562    

Description Nam Nguyen 2007-01-30 03:58:04 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-01-30 09:28:52 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 2 Nam Nguyen 2007-01-30 09:31:37 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 Pavan Veeravarapu 2007-02-07 17:55:56 UTC
merged the changes as said