[jira] [Commented] (ARTEMIS-976) PostgresSequentialSequentialFileDriver SQLProvider NPE

2017-02-16 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on ARTEMIS-976:
-

Commit fc70f9414a7ead589216e8e2aee6e19ab223a5fd in activemq-artemis's branch 
refs/heads/master from [~d0k1]
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=fc70f94 ]

ARTEMIS-976: PostgresSequentialSequentialFileDriver SQLProvider NPE fix


> PostgresSequentialSequentialFileDriver SQLProvider NPE
> --
>
> Key: ARTEMIS-976
> URL: https://issues.apache.org/jira/browse/ARTEMIS-976
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: Broker
>Affects Versions: 1.5.2
>Reporter: Denis Kirpichenkov
> Fix For: 2.0.0, 1.5.x
>
>
> PostgresSequentialSequentialFileDriver has a NPE.
> Default constructor doesn't fill sqlProvider field and it is ok, but 
> org.apache.activemq.artemis.jdbc.store.file.JDBCFileUtils#getDBFileDriver 
> doesn't set sqlProvider field in case of PostgreSQL and this leads to a NPE 
> at 
> org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver#createSchema



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (ARTEMIS-976) PostgresSequentialSequentialFileDriver SQLProvider NPE

2017-02-16 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on ARTEMIS-976:


Github user asfgit closed the pull request at:

https://github.com/apache/activemq-artemis/pull/1023


> PostgresSequentialSequentialFileDriver SQLProvider NPE
> --
>
> Key: ARTEMIS-976
> URL: https://issues.apache.org/jira/browse/ARTEMIS-976
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: Broker
>Affects Versions: 1.5.2
>Reporter: Denis Kirpichenkov
> Fix For: 2.0.0, 1.5.x
>
>
> PostgresSequentialSequentialFileDriver has a NPE.
> Default constructor doesn't fill sqlProvider field and it is ok, but 
> org.apache.activemq.artemis.jdbc.store.file.JDBCFileUtils#getDBFileDriver 
> doesn't set sqlProvider field in case of PostgreSQL and this leads to a NPE 
> at 
> org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver#createSchema



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (ARTEMIS-976) PostgresSequentialSequentialFileDriver SQLProvider NPE

2017-02-16 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on ARTEMIS-976:


Github user clebertsuconic commented on the issue:

https://github.com/apache/activemq-artemis/pull/1023
  
there's a checkstyle issue here. I'm fixing with some git-fu before 
merging.. no need to bother.. just so you know for next time.


> PostgresSequentialSequentialFileDriver SQLProvider NPE
> --
>
> Key: ARTEMIS-976
> URL: https://issues.apache.org/jira/browse/ARTEMIS-976
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: Broker
>Affects Versions: 1.5.2
>Reporter: Denis Kirpichenkov
> Fix For: 2.0.0, 1.5.x
>
>
> PostgresSequentialSequentialFileDriver has a NPE.
> Default constructor doesn't fill sqlProvider field and it is ok, but 
> org.apache.activemq.artemis.jdbc.store.file.JDBCFileUtils#getDBFileDriver 
> doesn't set sqlProvider field in case of PostgreSQL and this leads to a NPE 
> at 
> org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver#createSchema



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (ARTEMIS-976) PostgresSequentialSequentialFileDriver SQLProvider NPE

2017-02-16 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on ARTEMIS-976:


GitHub user d0k1 opened a pull request:

https://github.com/apache/activemq-artemis/pull/1023

ARTEMIS-976: PostgresSequentialSequentialFileDriver SQLProvider NPE fix



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/d0k1/activemq-artemis master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq-artemis/pull/1023.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1023


commit 3651616b37794e1edf18e80f7023ec4b78e99396
Author: dOkI 
Date:   2017-02-16T19:35:49Z

ARTEMIS-976: PostgresSequentialSequentialFileDriver SQLProvider NPE fix




> PostgresSequentialSequentialFileDriver SQLProvider NPE
> --
>
> Key: ARTEMIS-976
> URL: https://issues.apache.org/jira/browse/ARTEMIS-976
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: Broker
>Affects Versions: 1.5.2
>Reporter: Denis Kirpichenkov
>
> PostgresSequentialSequentialFileDriver has a NPE.
> Default constructor doesn't fill sqlProvider field and it is ok, but 
> org.apache.activemq.artemis.jdbc.store.file.JDBCFileUtils#getDBFileDriver 
> doesn't set sqlProvider field in case of PostgreSQL and this leads to a NPE 
> at 
> org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver#createSchema



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)