diff --git a/cargo/JOnAS+4.x.html b/cargo/JOnAS+4.x.html index 023056b24e..70533fa1e6 100644 --- a/cargo/JOnAS+4.x.html +++ b/cargo/JOnAS+4.x.html @@ -965,6 +965,22 @@
+ +
+

As the JOnAS base ANT tasks, used by the configurator, make explicit use of the java.endorsed.dirs property which got removed with Java 9, it is no more possible to create any JOnAS configurations with newer versions of Java. You will get errors similar to the below:

+
+
+
[JmsRa] Cannot make a resource adaptor on RAConfig:
+    [...]
+Caused by: Java returned: 1
+    at org.apache.tools.ant.taskdefs.Java.execute(Java.java:113)
+    at org.ow2.jonas.antmodular.jonasbase.jms.JmsRa.execute(JmsRa.java:222)
+
+
+
+
+

Existing Local Configuration Properties

For installed container o.c.c.c.jonas.Jonas4xInstalledLocalContainer
diff --git a/cargo/JOnAS+5.x.html b/cargo/JOnAS+5.x.html index 4fb1cf13fa..a2b1fa5bf1 100644 --- a/cargo/JOnAS+5.x.html +++ b/cargo/JOnAS+5.x.html @@ -973,6 +973,22 @@
+ +
+

As the JOnAS base ANT tasks, used by the configurator, make explicit use of the java.endorsed.dirs property which got removed with Java 9, it is no more possible to create any JOnAS configurations with newer versions of Java. You will get errors similar to the below:

+
+
+
[JmsRa] Cannot make a resource adaptor on RAConfig:
+    [...]
+Caused by: Java returned: 1
+    at org.apache.tools.ant.taskdefs.Java.execute(Java.java:113)
+    at org.ow2.jonas.antmodular.jonasbase.jms.JmsRa.execute(JmsRa.java:222)
+
+
+
+
+

Existing Local Configuration Properties

For installed container o.c.c.c.jonas.Jonas5xInstalledLocalContainer