[
https://issues.apache.org/jira/browse/AMQ-4881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13821236#comment-13821236
]
Claus Ibsen commented on AMQ-4881:
----------------------------------
The xbean plugin generates different xsd from 3.12 -> 3.15
<groupId>org.apache.xbean</groupId>
<artifactId>maven-xbean-plugin</artifactId>
<version>3.12</version>
For example <broker> will include a new dataDirectoryFile, but there is already
dataDirectory
{code:xml}
<xs:attribute name='dataDirectory' type='xs:string'>
<xs:annotation>
<xs:documentation><![CDATA[
Sets the directory in which the data files will be stored by
default for
the JDBC and Journal persistence adaptors.
]]></xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name='dataDirectoryFile' type='xs:string'>
<xs:annotation>
<xs:documentation><![CDATA[
Sets the directory in which the data files will be stored by
default for
the JDBC and Journal persistence adaptors.
]]></xs:documentation>
</xs:annotation>
</xs:attribute>
{code}
So it seems as a duplicate option.
> Align xbean and upgrade to 3.15
> -------------------------------
>
> Key: AMQ-4881
> URL: https://issues.apache.org/jira/browse/AMQ-4881
> Project: ActiveMQ
> Issue Type: Improvement
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 5.10.0
>
>
> We use xbean 3.14 and 3.12 for the maven plugin. We should align these
> versions and use latest 3.15.
--
This message was sent by Atlassian JIRA
(v6.1#6144)