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 - SQL project needs to declare source type XML and
Summary: SQL project needs to declare source type XML and
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Pavan Veeravarapu
URL:
Keywords:
Depends on:
Blocks: 89562
  Show dependency tree
 
Reported: 2007-01-30 03:58 UTC by Nam Nguyen
Modified: 2007-02-07 17:55 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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