From 61a39d23f74dbdfc6f95970e9251e006c703e6c4 Mon Sep 17 00:00:00 2001 From: Mark Rotteveel Date: Sat, 6 Apr 2019 10:04:21 +0200 Subject: [PATCH] Update FAQ from master --- src/etc/faq.html | 287 ++++++++++++++++++++++++++++++----------------- 1 file changed, 183 insertions(+), 104 deletions(-) diff --git a/src/etc/faq.html b/src/etc/faq.html index c7fb6b23ac..6aadc9acf3 100644 --- a/src/etc/faq.html +++ b/src/etc/faq.html @@ -1,49 +1,82 @@ - + - - - + + + Jaybird Frequently Asked Questions - - + + @@ -86,14 +119,15 @@

Jaybird Frequently Asked Questions

  • 3.2.1 How can I specify the connection character set?
  • 3.2.2 How does character set NONE work?
  • 3.2.3 What happens if no connection character set is specified?
  • -
  • 3.2.4 How can I solve the error "Connection rejected: No connection character set specified"
  • +
  • 3.2.4 How can I solve the error “Connection rejected: No connection character set specified”
  • -
  • 3.3 How can I enable the Windows "TCP Loopback Fast Path" introduced in Firebird 3.0.2?
  • +
  • 3.3 How can I enable the Windows “TCP Loopback Fast Path” introduced in Firebird 3.0.2?
  • 3.4 Common connection errors
  • 4 JDBC Support @@ -498,17 +563,31 @@

    6 Compatibility notes

    6.1 Wildfly

    The minimal module.xml to use Jaybird 3 under Wildfly is:

    -
    <?xml version="1.0" encoding="UTF-8"?>
    -<module xmlns="urn:jboss:module:1.0" name="org.firebirdsql">
    -  <resources>
    -    <resource-root path="jaybird-3.0.x.jar"/>
    -  </resources>
    -  <dependencies>
    -    <module name="javax.api"/>
    -    <module name="javax.transaction.api"/>
    -    <module name="javax.resource.api"/>
    -  </dependencies>
    -</module>
    + +

    With Jaybird 3.0.4 and higher for Java 7 (but not Java 8!) in Wildfly (or JBoss), you will need to add the module javax.xml.bind.api to your module:

    + +

    Alternatively, use Jaybird for Java 8 (or higher).