Christian Schneider created ARIES-1414:
------------------------------------------
Summary: Allow to configure code generation based on namespaces
Key: ARIES-1414
URL: https://issues.apache.org/jira/browse/ARIES-1414
Project: Aries
Issue Type: Improvement
Components: Blueprint
Affects Versions: blueprint-maven-plugin-1.1.0
Reporter: Christian Schneider
Assignee: Christian Schneider
Fix For: blueprint-maven-plugin-1.2.0
The idea is to configure the generated code by specifying the namespaces it
should use.
The configuration looks like this:
<namespaces>
<namespace>http://aries.apache.org/xmlns/jpa/v2.0.0</namespace>
<namespace>http://aries.apache.org/xmlns/transactions/v2.0.0</namespace>
</namespaces>
If no namespaces are configured the two above are assumed.
The list of initially supported namespaces for this config are:
http://aries.apache.org/xmlns/jpa/v1.1.0
http://aries.apache.org/xmlns/jpa/v2.0.0
http://aries.apache.org/xmlns/transactions/v1.2.0
http://aries.apache.org/xmlns/transactions/v2.0.0
The 1.x namespace cause the generation of xml elements, the 2.0 namespaces just
generate the respective enable elements.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)