[jira] [Comment Edited] (CONNECTORS-1572) Support 4-byte characters for Strings stored in MySQL/MariaDB by default

2019-01-24 Thread Markus Schuch (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16751709#comment-16751709 ] Markus Schuch edited comment on CONNECTORS-1572 at 1/24/19 11:58 PM:

[jira] [Commented] (CONNECTORS-1572) Support 4-byte characters for Strings stored in MySQL/MariaDB by default

2019-01-24 Thread Markus Schuch (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16751709#comment-16751709 ] Markus Schuch commented on CONNECTORS-1572: --- Added a  character in the repository

[jira] [Resolved] (CONNECTORS-1573) Web Crawler exclude from index matches too much?

2019-01-24 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1573. - Resolution: Not A Problem > Web Crawler exclude from index matches too much? >

[jira] [Commented] (CONNECTORS-1573) Web Crawler exclude from index matches too much?

2019-01-24 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16751689#comment-16751689 ] Karl Wright commented on CONNECTORS-1573: - Questions like this should be asked to the

[jira] [Created] (CONNECTORS-1573) Web Crawler exclude from index matches too much?

2019-01-24 Thread Korneel Staelens (JIRA)
Korneel Staelens created CONNECTORS-1573: Summary: Web Crawler exclude from index matches too much? Key: CONNECTORS-1573 URL: https://issues.apache.org/jira/browse/CONNECTORS-1573 Project:

[jira] [Created] (CONNECTORS-1572) Support 4-byte characters for Strings stored in MySQL/MariaDB by default

2019-01-24 Thread Markus Schuch (JIRA)
Markus Schuch created CONNECTORS-1572: - Summary: Support 4-byte characters for Strings stored in MySQL/MariaDB by default Key: CONNECTORS-1572 URL: https://issues.apache.org/jira/browse/CONNECTORS-1572

Re: Do we support UTF-16 chars in version strings when using MySQL/MariaDB?

2019-01-24 Thread Markus Schuch
https://issues.apache.org/jira/browse/CONNECTORS-1572 pEpkey.asc Description: application/pgp-keys

Re: Do we support UTF-16 chars in version strings when using MySQL/MariaDB?

2019-01-24 Thread Markus Schuch
Our MySQL/MariaDB database interface class creates the database with utf8 character set, which is only capable of storing 3 bytes per character (utf8 is actually an alias for utf8mb3 charset in mysql) I will create a ticket for changing the character set to utf8mb4 for mysql/mariadb. utf8mb4

Re: Do we support UTF-16 chars in version strings when using MySQL/MariaDB?

2019-01-24 Thread Markus Schuch
Our MySQL/MariaDB database interface class creates the database with utf8 character set, which is only capable of storing 3 bytes per character (utf8 is actually an alias for utf8mb3 charset in mysql) I will create a ticket for changing the character set to utf8mb4 for mysql/mariadb. utf8mb4

[jira] [Updated] (CONNECTORS-1565) Upgrade commons-collections to 3.2.2 (CVE-2015-6420)

2019-01-24 Thread Markus Schuch (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Schuch updated CONNECTORS-1565: -- Fix Version/s: (was: ManifoldCF next) ManifoldCF 2.13 >

[jira] [Commented] (CONNECTORS-1565) Upgrade commons-collections to 3.2.2 (CVE-2015-6420)

2019-01-24 Thread Markus Schuch (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16751459#comment-16751459 ] Markus Schuch commented on CONNECTORS-1565: --- r1852069 (trunk) > Upgrade

Re: Axis question

2019-01-24 Thread Karl Wright
They're all checked in. See https://svn.apache.org/repos/asf/manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls Karl On Thu, Jan 24, 2019 at 6:24 AM Rafa Haro wrote: > Karl, can you share the WSDL, I can try to take a look later today > > On Thu, Jan 24, 2019 at 12:13 PM Karl Wright

Re: Axis question

2019-01-24 Thread Rafa Haro
Karl, can you share the WSDL, I can try to take a look later today On Thu, Jan 24, 2019 at 12:13 PM Karl Wright wrote: > I'm redeveloping the Livelink connector because the API code has been > discontinued and the only API is now web services based. The WSDLs and > XSDs have been exported and

Axis question

2019-01-24 Thread Karl Wright
I'm redeveloping the Livelink connector because the API code has been discontinued and the only API is now web services based. The WSDLs and XSDs have been exported and I'm trying to use the Axis tool WSDL2Java to convert to Java code. Unfortunately, I haven't been able to make this work -- even