Currently we are in Drools Camel Server 5.5.0; we would like to upgrade to new version. When I check the Drools download page which shows 6.4 is the latest, and does not have the Drools Camel server build. I find description provided for KIE Execution Server, which resemblance with the drools Camel Server feature. Is Drools server renamed as KIE Execution Server?
See this post 'Drools Camel Server' vs 'KIE-WB Execution Server' which describes how Drools v5.5 Drools-Camel-Server capabilities are now integrated into KIE-Workbench Remote.
Related
I want to install WebLogic 14c. but I dnt know which ORDS version is compatible with WebLogic 14c.
kindly anyone help regarding compatibility of WebLogic 14-c to ORDS
From Oracle Support, it appears that the last version of ORDS (21.1.1) only supports WLS 12.2.1, 12.1.1 and 10.3.0
ORDS 21.4 (the current latest) does support WebLogic 14c: https://docs.oracle.com/en/database/oracle/oracle-rest-data-services/21.4/aelig/installing-REST-data-services.html#GUID-57B22E09-081E-4326-A9D5-61635B518931
Oracle REST Data Services supports the following Java EE application servers:
Application Server Supported Release
---------------------------------------------------
Oracle WebLogic Server 12c Release 2 (from version 12.2.1.3 and later) and 14c Release and later
Apache Tomcat Release 8.5.x through Release 9.0.x
Flink is great at what it does and the flink sql client looks very promising. I'm trying to understand if it would be possible to integrate governance tools with flink sql client when used for interactive queries.
This is currently not supported, but it has recently been discussed in the community and the integration is work in progress. [1]
[1] http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/Discussion-Job-generation-submission-hooks-Atlas-integration-tp37298.html
I need to configure a SQL server 2014 with my AEM server. But could not find any osgi bundle for the driver and the JDBC connection details to be added.
I am very new to database connections with AEM and not sure where to get the bundle to upload.
When I tried to download the jar file from Microsoft website and converted it to osgi bundle, it does not work in AEM
I had the same problem.please check this link
'http://rimamittal.blogspot.fr/2015/07/connecting-aem-6-with-microsoft-sql.html'
I have a doubt regarding LIferay 7.0 and Wildfly. I recently found a method to integrate Oracle DB with Liferay but, at least in the example and on my attempts to try it, when I start Wildfly with Liferay it keeps telling me "Unsupported Database Oracle".
The tutorial I followed was this one: https://www.dontesta.it/blog/en/2016/04/13/liferay-7-ce-how-to-add-support-for-oracle-db/
Is that only supported for Tomact? (Like in the example in that tutorial).
Thanks in advance.
The Oracle driver for Liferay 7 CE also works for the bundle with wildfly.
The procedure is very simple:
Build the Oracle Driver for Liferay (by following the guide liferay-portal-oracledb-support)
Download JDBC Oracle driver
Copy JDBC Driver in $LIFERA_HOME/wildfly-10.0.0/modules/com/liferay/portal/main/
Add JDBC Driver ojdbc7.jar as resource in module.xml ($LIFERA_HOME/wildfly-10.0.0/modules/com/liferay/portal/main/)
Copy jar (liferay-portal-oracledb-support-1.0-SNAPSHOT.jar) of the Oracle Driver for Liferay in $LIFERAY_HOME/wildfly-10.0.0/standalone/deployments/ROOT.war/WEB-INF/lib/
Start Liferay
By following the above steps you should be able to install successfully Liferay 7, also you can see this tutorial Liferay 7 Wildfly: How to add support for Oracle DB
I point out the project https://github.com/amusarra/liferay-portal-database-all-in-one-support which groups the support for the three commercial databases for versions 7.0, 7.1 and 7.2 of Liferay.
This project add support to the Oracle Database, SQL Server and IBM DB2 database. Liferay has performed refactorting the code so that it is possible and easy to add support for databases no longer supported OOTB (out-of-the-box). The last version (1.1.4) of the driver works with the Liferay 7.2.1 CE GA2.
You can download the latest version binary jar from Maven Central Repository liferay-portal-database-all-in-one-support (https://search.maven.org/#search%7Cga%7C1%7Cit.dontesta), by doing so you can avoid doing the build.
I invite you to read the article How to build a Docker Liferay 7.2 image with the Oracle Database support (https://www.dontesta.it/en/2019/08/21/how-to-build-a-docker-liferay-7-2-image-with-the-oracle-database-support/) which may be interesting for you.
Following the instructions from WSO2 IS on setting it up with Microsoft SQL Server (https://docs.wso2.com/display/ML111/Setting+up+Microsoft+SQL), I continue to get the following error when running WSO2 IS:
ERROR (com.microsoft.sqlserver.jdbc.SQLServerConnection) - Java
Runtime Environment (JRE) version 1.7 is not supported by this driver.
Use the sqljdbc4.jar class library, which provides support for JDBC
4.0. ERROR (org.wso2.carbon.user.core.util.DatabaseUtil) - Database Error - Java Runtime Environment (JRE) version 1.7 is not
supported by this driver. Use the sqljdbc4.jar class library, which
provides support for JDBC 4.0.
I made sure that there were no extra sqljdbc libraries in the paths (to rule out ambiguity). I followed the instructions exactly, but did note that they referenced SQL Server 2005 (yikes!).
I am working on a Windows 7 machine, JRE 8, JDK 1.7, SQL Server 2012/2014, and WSO2 IS 5.1.0.
Any help would be greatly appreciated.
I assume you are using the JDK 1.7, so according to the documentation from microsoft you need to have Sqljdbc41.jar. Can you check you have the correct version in the lib folder?
Sqljdbc41.jar requires a JRE of 7 and supports the JDBC 4.1 API
Also make sure that the dropins folder don't have any mssql libs before restarting the server (Jars from lib are copied to dropins at the startup, so there is a chance you have mssql jars copied from an earlier startup).
Also note that WSO2 IS has a separate page for setting up databases. Please follow that doc instead which contains the documentation specific to IS.