You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Hiram Chirino (JIRA)" <ji...@apache.org> on 2013/01/25 17:45:13 UTC

[jira] [Comment Edited] (AMQ-4034) Create Karaf Integration Test

    [ https://issues.apache.org/jira/browse/AMQ-4034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562821#comment-13562821 ] 

Hiram Chirino edited comment on AMQ-4034 at 1/25/13 4:44 PM:
-------------------------------------------------------------

activemq.xml /w a leveldb store configured fails to startup in OSGi.  For example:
{code}
        <persistenceAdapter>
          <levelDB directory="${data}/leveldb"/>  
        </persistenceAdapter>
{code}
Error message is:

{code}Caused by: java.lang.ClassNotFoundException: scala.LowPriorityImplicits{code}
                
      was (Author: chirino):
    activemq.xml /w a leveldb store configured fails to startup in OSGi.  For example:

        <persistenceAdapter>
          <levelDB directory="${data}/leveldb"/>  
        </persistenceAdapter>

Error message is:

    'Caused by: java.lang.ClassNotFoundException: scala.LowPriorityImplicits'

                  
> Create Karaf Integration Test
> -----------------------------
>
>                 Key: AMQ-4034
>                 URL: https://issues.apache.org/jira/browse/AMQ-4034
>             Project: ActiveMQ
>          Issue Type: Improvement
>    Affects Versions: 5.6.0
>            Reporter: Dejan Bosanac
>
> Used pax-exam based tests to verify that broker works in Karaf environment.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira