[JBoss JIRA] (SRAMP-547) Support derived relationships
by Brett Meyer (JIRA)
[ https://issues.jboss.org/browse/SRAMP-547?page=com.atlassian.jira.plugin.... ]
Brett Meyer updated SRAMP-547:
------------------------------
Description:
XsdDocument:
protected List<XsdDocumentTarget> importedXsds;
protected List<XsdDocumentTarget> includedXsds;
protected List<XsdDocumentTarget> redefinedXsds;
WsdlDocument:
protected List<XsdDocumentTarget> importedXsds;
protected List<XsdDocumentTarget> includedXsds;
protected List<XsdDocumentTarget> redefinedXsds;
protected List<WsdlDocumentTarget> importedWsdls;
Things to note in the docs:
- Import targets must already exist in the repo or be included in the uploaded artifact/batch. Target determined by namespace -> targetNamespace.
- Include targets will be parsed. Any derived content will be attached to the parent.
- Include targets including a full URL will be downloaded. If that fails, we'll attempt to match the *filename* to an existing artifact. Note that relative paths will be stripped, so conflicts could occur. But, once SRAMP-466 is finished, relative paths could be checked against the archive.
- Redefined targets will work exactly like includes (including the above caveats). Only difference is their derived artifacts will supersede any found in the includes.
was:
XsdDocument:
protected List<XsdDocumentTarget> importedXsds;
protected List<XsdDocumentTarget> includedXsds;
protected List<XsdDocumentTarget> redefinedXsds;
WsdlDocument:
protected List<XsdDocumentTarget> importedXsds;
protected List<XsdDocumentTarget> includedXsds;
protected List<XsdDocumentTarget> redefinedXsds;
protected List<WsdlDocumentTarget> importedWsdls;
Things to note in the docs:
- Import targets must already exist in the repo or be included in the uploaded artifact/batch. Target determined by namespace -> targetNamespace.
- Include targets will be parsed. Any derived content will be attached to the parent.
- Include targets including a full URL will be downloaded. If that fails, we'll attempt to match the *filename* to an existing artifact. Note that relative paths will be stripped, so conflicts could occur. But, once SRAMP-466 is finished, relative paths could be checked against the archive.
> Support derived relationships
> -----------------------------
>
> Key: SRAMP-547
> URL: https://issues.jboss.org/browse/SRAMP-547
> Project: S-RAMP
> Issue Type: Sub-task
> Reporter: Brett Meyer
> Assignee: Brett Meyer
>
> XsdDocument:
> protected List<XsdDocumentTarget> importedXsds;
> protected List<XsdDocumentTarget> includedXsds;
> protected List<XsdDocumentTarget> redefinedXsds;
> WsdlDocument:
> protected List<XsdDocumentTarget> importedXsds;
> protected List<XsdDocumentTarget> includedXsds;
> protected List<XsdDocumentTarget> redefinedXsds;
> protected List<WsdlDocumentTarget> importedWsdls;
> Things to note in the docs:
> - Import targets must already exist in the repo or be included in the uploaded artifact/batch. Target determined by namespace -> targetNamespace.
> - Include targets will be parsed. Any derived content will be attached to the parent.
> - Include targets including a full URL will be downloaded. If that fails, we'll attempt to match the *filename* to an existing artifact. Note that relative paths will be stripped, so conflicts could occur. But, once SRAMP-466 is finished, relative paths could be checked against the archive.
> - Redefined targets will work exactly like includes (including the above caveats). Only difference is their derived artifacts will supersede any found in the includes.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 2 months
[JBoss JIRA] (SRAMP-547) Support derived relationships
by Brett Meyer (JIRA)
[ https://issues.jboss.org/browse/SRAMP-547?page=com.atlassian.jira.plugin.... ]
Brett Meyer updated SRAMP-547:
------------------------------
Summary: Support derived relationships (was: Support built-in relationships)
> Support derived relationships
> -----------------------------
>
> Key: SRAMP-547
> URL: https://issues.jboss.org/browse/SRAMP-547
> Project: S-RAMP
> Issue Type: Sub-task
> Reporter: Brett Meyer
> Assignee: Brett Meyer
>
> XsdDocument:
> protected List<XsdDocumentTarget> importedXsds;
> protected List<XsdDocumentTarget> includedXsds;
> protected List<XsdDocumentTarget> redefinedXsds;
> WsdlDocument:
> protected List<XsdDocumentTarget> importedXsds;
> protected List<XsdDocumentTarget> includedXsds;
> protected List<XsdDocumentTarget> redefinedXsds;
> protected List<WsdlDocumentTarget> importedWsdls;
> Things to note in the docs:
> - Import targets must already exist in the repo or be included in the uploaded artifact/batch. Target determined by namespace -> targetNamespace.
> - Include targets will be parsed. Any derived content will be attached to the parent.
> - Include targets including a full URL will be downloaded. If that fails, we'll attempt to match the *filename* to an existing artifact. Note that relative paths will be stripped, so conflicts could occur. But, once SRAMP-466 is finished, relative paths could be checked against the archive.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 2 months
[JBoss JIRA] (SRAMP-547) Support built-in relationships
by Brett Meyer (JIRA)
[ https://issues.jboss.org/browse/SRAMP-547?page=com.atlassian.jira.plugin.... ]
Brett Meyer updated SRAMP-547:
------------------------------
Description:
XsdDocument:
protected List<XsdDocumentTarget> importedXsds;
protected List<XsdDocumentTarget> includedXsds;
protected List<XsdDocumentTarget> redefinedXsds;
WsdlDocument:
protected List<XsdDocumentTarget> importedXsds;
protected List<XsdDocumentTarget> includedXsds;
protected List<XsdDocumentTarget> redefinedXsds;
protected List<WsdlDocumentTarget> importedWsdls;
Things to note in the docs:
- Import targets must already exist in the repo or be included in the uploaded artifact/batch. Target determined by namespace -> targetNamespace.
- Include targets will be parsed. Any derived content will be attached to the parent.
- Include targets including a full URL will be downloaded. If that fails, we'll attempt to match the *filename* to an existing artifact. Note that relative paths will be stripped, so conflicts could occur. But, once SRAMP-466 is finished, relative paths could be checked against the archive.
was:
XsdDocument:
protected List<XsdDocumentTarget> importedXsds;
protected List<XsdDocumentTarget> includedXsds;
protected List<XsdDocumentTarget> redefinedXsds;
WsdlDocument:
protected List<XsdDocumentTarget> importedXsds;
protected List<XsdDocumentTarget> includedXsds;
protected List<XsdDocumentTarget> redefinedXsds;
protected List<WsdlDocumentTarget> importedWsdls;
> Support built-in relationships
> ------------------------------
>
> Key: SRAMP-547
> URL: https://issues.jboss.org/browse/SRAMP-547
> Project: S-RAMP
> Issue Type: Sub-task
> Reporter: Brett Meyer
> Assignee: Brett Meyer
>
> XsdDocument:
> protected List<XsdDocumentTarget> importedXsds;
> protected List<XsdDocumentTarget> includedXsds;
> protected List<XsdDocumentTarget> redefinedXsds;
> WsdlDocument:
> protected List<XsdDocumentTarget> importedXsds;
> protected List<XsdDocumentTarget> includedXsds;
> protected List<XsdDocumentTarget> redefinedXsds;
> protected List<WsdlDocumentTarget> importedWsdls;
> Things to note in the docs:
> - Import targets must already exist in the repo or be included in the uploaded artifact/batch. Target determined by namespace -> targetNamespace.
> - Include targets will be parsed. Any derived content will be attached to the parent.
> - Include targets including a full URL will be downloaded. If that fails, we'll attempt to match the *filename* to an existing artifact. Note that relative paths will be stripped, so conflicts could occur. But, once SRAMP-466 is finished, relative paths could be checked against the archive.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 2 months
[JBoss JIRA] (SRAMP-547) Support built-in relationships
by Brett Meyer (JIRA)
[ https://issues.jboss.org/browse/SRAMP-547?page=com.atlassian.jira.plugin.... ]
Brett Meyer updated SRAMP-547:
------------------------------
Description:
XsdDocument:
protected List<XsdDocumentTarget> importedXsds;
protected List<XsdDocumentTarget> includedXsds;
protected List<XsdDocumentTarget> redefinedXsds;
WsdlDocument:
protected List<XsdDocumentTarget> importedXsds;
protected List<XsdDocumentTarget> includedXsds;
protected List<XsdDocumentTarget> redefinedXsds;
protected List<WsdlDocumentTarget> importedWsdls;
was:
XsdDocument:
protected List<XsdDocumentTarget> importedXsds;
protected List<XsdDocumentTarget> includedXsds;
protected List<XsdDocumentTarget> redefinedXsds;
WsdlService:
protected List<PortTarget> port;
WsdlDocument:
protected List<XsdDocumentTarget> importedXsds;
protected List<XsdDocumentTarget> includedXsds;
protected List<XsdDocumentTarget> redefinedXsds;
protected List<WsdlDocumentTarget> importedWsdls;
Port:
protected BindingTarget binding;
Part:
protected XsdTypeTarget type;
protected ElementTarget element;
OperationOutput:
protected MessageTarget message;
OperationInput:
protected MessageTarget message;
Operation:
protected OperationInputTarget input;
protected OperationOutputTarget output;
protected List<FaultTarget> fault;
Message:
protected List<PartTarget> part;
Fault:
protected MessageTarget message;
BindingOperation:
protected List<BindingOperationFaultTarget> fault;
protected BindingOperationInputTarget input;
protected BindingOperationOutputTarget output;
protected OperationTarget operation;
Binding:
protected List<BindingOperationTarget> bindingOperation;
protected PortTypeTarget portType;
> Support built-in relationships
> ------------------------------
>
> Key: SRAMP-547
> URL: https://issues.jboss.org/browse/SRAMP-547
> Project: S-RAMP
> Issue Type: Sub-task
> Reporter: Brett Meyer
> Assignee: Brett Meyer
>
> XsdDocument:
> protected List<XsdDocumentTarget> importedXsds;
> protected List<XsdDocumentTarget> includedXsds;
> protected List<XsdDocumentTarget> redefinedXsds;
> WsdlDocument:
> protected List<XsdDocumentTarget> importedXsds;
> protected List<XsdDocumentTarget> includedXsds;
> protected List<XsdDocumentTarget> redefinedXsds;
> protected List<WsdlDocumentTarget> importedWsdls;
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 2 months
[JBoss JIRA] (SRAMP-547) Support built-in relationships
by Brett Meyer (JIRA)
[ https://issues.jboss.org/browse/SRAMP-547?page=com.atlassian.jira.plugin.... ]
Brett Meyer updated SRAMP-547:
------------------------------
Description:
XsdDocument:
protected List<XsdDocumentTarget> importedXsds;
protected List<XsdDocumentTarget> includedXsds;
protected List<XsdDocumentTarget> redefinedXsds;
WsdlService:
protected List<PortTarget> port;
WsdlDocument:
protected List<XsdDocumentTarget> importedXsds;
protected List<XsdDocumentTarget> includedXsds;
protected List<XsdDocumentTarget> redefinedXsds;
protected List<WsdlDocumentTarget> importedWsdls;
Port:
protected BindingTarget binding;
Part:
protected XsdTypeTarget type;
protected ElementTarget element;
OperationOutput:
protected MessageTarget message;
OperationInput:
protected MessageTarget message;
Operation:
protected OperationInputTarget input;
protected OperationOutputTarget output;
protected List<FaultTarget> fault;
Message:
protected List<PartTarget> part;
Fault:
protected MessageTarget message;
BindingOperation:
protected List<BindingOperationFaultTarget> fault;
protected BindingOperationInputTarget input;
protected BindingOperationOutputTarget output;
protected OperationTarget operation;
Binding:
protected List<BindingOperationTarget> bindingOperation;
protected PortTypeTarget portType;
was:WsdlDocument, XsdDocument, etc. do not currently include support for importedXsds, includedXsds, redefinedXsds, importedWsdls, etc.
> Support built-in relationships
> ------------------------------
>
> Key: SRAMP-547
> URL: https://issues.jboss.org/browse/SRAMP-547
> Project: S-RAMP
> Issue Type: Sub-task
> Reporter: Brett Meyer
> Assignee: Brett Meyer
>
> XsdDocument:
> protected List<XsdDocumentTarget> importedXsds;
> protected List<XsdDocumentTarget> includedXsds;
> protected List<XsdDocumentTarget> redefinedXsds;
> WsdlService:
> protected List<PortTarget> port;
> WsdlDocument:
> protected List<XsdDocumentTarget> importedXsds;
> protected List<XsdDocumentTarget> includedXsds;
> protected List<XsdDocumentTarget> redefinedXsds;
> protected List<WsdlDocumentTarget> importedWsdls;
> Port:
> protected BindingTarget binding;
> Part:
> protected XsdTypeTarget type;
> protected ElementTarget element;
> OperationOutput:
> protected MessageTarget message;
> OperationInput:
> protected MessageTarget message;
> Operation:
> protected OperationInputTarget input;
> protected OperationOutputTarget output;
> protected List<FaultTarget> fault;
> Message:
> protected List<PartTarget> part;
> Fault:
> protected MessageTarget message;
> BindingOperation:
> protected List<BindingOperationFaultTarget> fault;
> protected BindingOperationInputTarget input;
> protected BindingOperationOutputTarget output;
> protected OperationTarget operation;
> Binding:
> protected List<BindingOperationTarget> bindingOperation;
> protected PortTypeTarget portType;
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 2 months