[
https://issues.apache.org/jira/browse/ARTEMIS-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15947172#comment-15947172
]
ASF GitHub Bot commented on ARTEMIS-1084:
-----------------------------------------
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
```
> Oracle12C has table name size limit of 30 chars. When using paging and a
> table name of >10 chars. Artemis will work fine, until it's Page UUID size
> goes above 20 chars. Then start failing to page.
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: ARTEMIS-1084
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1084
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Reporter: Martyn Taylor
>
> We need to ensure that table size is appropriate for Oracle12C when paging.
> 10chars max
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)