Convert JAR to bundle in ServiceMix Apr 20, 2019 Sometimes we need to add a new bundle in Servicemix being a Jar. Performing the conversion and installing in OSGI may not be very easy however this tutorial will help... [read more]
Error with psycopg2 Apr 20, 2019 Generate SQLAlchemy Models from Postgres using sqlacodegen To generate the models execute: sqlacodegen postgresql://user:pass@host:5432/database If you have the problem: ImportError: No module named 'psycopg2' Run: sudo apt-get install build-dep python-psycopg2... [read more]
Debug Foreman with RubyMine Dec 14, 2019 Open Debug Configurations and select Gem Command Create a new configuration like the image below Done ! [read more]