Application integration & Middleware Java JDK12: JEP 325: Switch Expressions 30.07.2019 by Middleware Team Eclipse setup In order to test Java JDK12 you will have to download Eclipse 4.11 at least. Then download JDK12 from Oracle’s web site. And configure Eclipse to use this JDK for the project. Also download the JDK12 support with(…)
Development & Performance work Agile in a GxP-regulated environment 27.06.2019 by Middleware Team On 4 June 2019 I followed an invitation to wega-it’s Know-how & Networking Breakfast 2 2019 on “Agile Validation in GxP Projects”. So they were to discuss Agility in the context of GxP regulation. I had some earlier exposure to(…)
Enterprise content management Connecting to a Repository via a Dynamically Edited dfc.properties File (part II) 16.06.2019 by Middleware Team This is part II of the 2-part article. See for part I of this article. Testing We will test on the host machine(…)
Enterprise content management Connecting to a Repository via a Dynamically Edited dfc.properties File (part I) 16.06.2019 by Middleware Team Now that we have containerized content servers, it is very easy, maybe too easy, to create new repositories. Their creation is still not any faster (whether they are containerized or not is irrelevant here) but given a configuration file it(…)
Enterprise content management An exotic feature in the content server: check_client_version 16.06.2019 by Middleware Team A few months ago, I tripped over a very mysterious problem while attempting to connect to a 7.3 CS docbase from within dqMan. We had 3 docbases and we could connect using this client to all of them but(…)
Application integration & Middleware How to check WebLogic SAML 2.0 Identity Provider WebSSO partner SSO signing certificat 08.06.2019 by Middleware Team One of the most frequent issue with WebLogic SAML 2.0 identity Asserter is that the Identity Provider metadata used to register the WebSSO partner contains an expired certificate. I got the request to find out how to check the(…)
Enterprise content management What to do in case all active Documentum jobs are no more running ? 01.06.2019 by Middleware Team The application support informed me that their jobs are not running anymore. When I started the analysis, I found that all activated jobs did not start for a few weeks.
Application integration & Middleware Configuring Oracle DB data source in JBoss EAP 7.1 26.05.2019 by Middleware Team Introduction This blog explains how to install and use an Oracle database JDBC driver in JBoss EAP 7.1 standalone instance and in a domain deployment. Oracle JDBC driver installation The first step is to install the JDBC driver in(…)
Application integration & Middleware, Enterprise content management, Operating systems How to stop Documentum processes in a docker container, and more (part I) 13.04.2019 by Middleware Team Ideally, but not mandatorily, the management of Documentum processes is performed at the service level, e.g. by systemd. In my blog here, I showed how to configure init files for Documentum under(…)
Database Administration & Monitoring, Enterprise content management How to stop Documentum processes in a docker container, and more (part II) 13.04.2019 by Middleware Team ok, Ok, OK, and the docker part ? In a minute. In part I of this 2-part article, we showed how(…)