[
https://issues.apache.org/jira/browse/KARAF-6016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16694841#comment-16694841
]
Jean-Baptiste Onofré edited comment on KARAF-6016 at 11/21/18 4:33 PM:
-----------------------------------------------------------------------
It seems that the following commit is the cause of the problem:
{code}
commit 1ffa6d1c4555cab9737d76b49142528b57cfdfc4
Author: Jean-Baptiste Onofré <[email protected]>
Date: Tue Sep 11 21:41:12 2018 +0200
[KARAF-5911] Restrict XML entities
{code}
was (Author: jbonofre):
It seems that the following commit is the cause of the problem:
{code}
1c7882a3e9669134ef692d6dd90d28295a5f74cb is the first bad commit
commit 1c7882a3e9669134ef692d6dd90d28295a5f74cb
Author: Fabian Lange <[email protected]>
Date: Tue Sep 4 16:16:42 2018 +0200
[KARAF-5886] Improve setting LD_LIBRARY_PATH
:040000 040000 37639aa90790ef204425466c168a16f455c47594
6589f875f83d5eaf14f8d1a5ef9bc1e3f68470b0 M assemblies
{code}
I'm checking the change.
> Blueprint requires schema
> -------------------------
>
> Key: KARAF-6016
> URL: https://issues.apache.org/jira/browse/KARAF-6016
> Project: Karaf
> Issue Type: Bug
> Components: karaf
> Affects Versions: 4.1.7
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Labels: itest
> Fix For: 4.1.7
>
>
> {{JmsTest}} itest is failing on Karaf 4.1.x with:
> {code}
> testCommands(org.apache.karaf.itests.JmsTest) Time elapsed: 31.091 sec <<<
> ERROR!
> java.lang.IllegalArgumentException: File
> /home/jbonofre/Workspace/karaf/itests/target/exam/fe857cef-c8b9-4231-a879-9de24cc96d6e/deploy/connectionfactory-test.xml
> already exists. Remove it if you wish to recreate it.
> at
> org.apache.karaf.util.TemplateUtils.createFromTemplate(TemplateUtils.java:35)
> at
> org.apache.karaf.jms.internal.JmsServiceImpl.create(JmsServiceImpl.java:89)
> ...
> {code}
> I'm fixing.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)