You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by mtaylor <gi...@git.apache.org> on 2017/03/29 13:43:16 UTC

[GitHub] activemq-artemis pull request #1155: ARTEMIS-1084 Throw RunTime on bad Oracl...

GitHub user mtaylor opened a pull request:

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

    ARTEMIS-1084 Throw RunTime on bad Oracle table size

    

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

    $ git pull https://github.com/mtaylor/activemq-artemis ARTEMIS-1084

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

    https://github.com/apache/activemq-artemis/pull/1155.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 #1155
    
----
commit c49e0fc8ba9a102e5d21e77849b8919baf372532
Author: Martyn Taylor <mt...@redhat.com>
Date:   2017-03-29T13:37:45Z

    ARTEMIS-1084 Throw RunTime on bad Oracle table size

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

RE: [GitHub] activemq-artemis issue #1155: ARTEMIS-1084 Throw RunTime on bad Oracle table...

Posted by "de la Hunt, Craig (RBI-UK)" <cr...@reedbusiness.com.INVALID>.
unsubscribe

[GitHub] activemq-artemis issue #1155: ARTEMIS-1084 Throw RunTime on bad Oracle table...

Posted by clebertsuconic <gi...@git.apache.org>.
Github user clebertsuconic commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1155
  
    ```
    [WARNING] Creating fake javadoc directory to prevent repeated invocations: /work/apache/six/artemis-selector/target/apidocs
    [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.10.1:javadoc' has not been previously called for the module: 'org.apache.activemq:artemis-jms-client:jar:2.1.0-SNAPSHOT'. Trying to invoke it...
    Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
    /work/apache/six/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/persistence/SyncSendTest.java:157: warning: non-varargs call of varargs method with inexact argument type for last parameter;
          jms.createQueue(true, "queue", null, true, null);
                                                     ^
      cast to String for a varargs call
      cast to String[] for a non-varargs call and to suppress this warning
    [WARNING] Creating fake javadoc directory to prevent repeated invocations: /work/apache/six/artemis-jms-client/target/apidocs
    [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.10.1:javadoc' has not been previously called for the module: 'org.apache.activemq:artemis-journal:jar:2.1.0-SNAPSHOT'. Trying to invoke it...
    Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
    /work/apache/six/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jdbc/store/journal/JDBCJournalTest.java:80: error: method create in interface Factory cannot be applied to given types;
          journal = new JDBCJournalImpl(jdbcUrl, DRIVER_CLASS, factory.create(JOURNAL_TABLE_NAME), scheduledExecutorService, executorService);
                                                                      ^
      required: String,DatabaseStoreType
      found: String
      reason: actual and formal argument lists differ in length
    
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis pull request #1155: ARTEMIS-1084 Throw RunTime on bad Oracl...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis issue #1155: ARTEMIS-1084 Throw RunTime on bad Oracle table...

Posted by clebertsuconic <gi...@git.apache.org>.
Github user clebertsuconic commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1155
  
    @mtaylor this won't compile...
    
    please try:
    
    ```
    mvn clean
    mvn install -DskipTests=true -Pdev -T 20
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---