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

ASF GitHub Bot commented on ARTEMIS-1613:
-----------------------------------------

Github user jbertram commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/1781#discussion_r162473338
  
    --- Diff: 
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java 
---
    @@ -557,6 +592,25 @@ public Object run(ActionContext context) throws 
Exception {
              filters.put("${global-max-section}", 
readTextFile(ETC_GLOBAL_MAX_SPECIFIED_TXT, filters));
           }
     
    +      if (jdbc) {
    +         if (jdbcURL == null) {
    +            jdbcURL = "jdbc:derby:" + getInstance().getAbsolutePath() + 
"/data/derby/db;create=true";
    --- End diff --
    
    Should this be left null as well rather than defaulting to Derby?


> Integrate database into CLI Tools (Print-data, export and create)
> -----------------------------------------------------------------
>
>                 Key: ARTEMIS-1613
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1613
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>    Affects Versions: 2.4.0
>            Reporter: clebert suconic
>            Assignee: clebert suconic
>            Priority: Major
>             Fix For: 2.5.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to