[
https://issues.apache.org/jira/browse/TOMEE-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14156275#comment-14156275
]
Romain Manni-Bucau commented on TOMEE-1112:
-------------------------------------------
we have a test for it (
http://svn.apache.org/repos/asf/tomee/tomee/trunk/container/openejb-core/src/test/java/org/apache/openejb/activemq/KahaDBSupportTest.java
), it uses this uri openejb:broker:(tcp://localhost:" +
NetworkUtil.getNextAvailablePort() +
")?usekahadb=true&kahadb.directory=target/kahatest
I think your issue is due to the fact you use "&" and not "&"
> support kahadb persistence adapter for activemq
> -----------------------------------------------
>
> Key: TOMEE-1112
> URL: https://issues.apache.org/jira/browse/TOMEE-1112
> Project: TomEE
> Issue Type: Bug
> Reporter: Romain Manni-Bucau
> Assignee: Romain Manni-Bucau
>
> broker:(tcp://localhost:1234)?usekahadb=true&kahadb.directory=target/kahatest
> all setters on the kahadb adapter are supported using kahadb.<property name
> in lowercase> syntax
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)