RSS

Entries with tag module framework (osgi) .

thumbnail
Neil Griffin | 15 Sep 2022

"There is nothing new under the sun" - King Solomon, Ecclesiastes 1 In one sense, this blog entry doesn't contain anything new. In another sense, since it brings pieces of prior entries together, I hope that it provides some new insight for portlet developers to overcome the "Unresolved requirement: Import-Package" deployment error. Reference Blog...

14443
0
thumbnail
David H Nebinger | 09 Aug 2022

Just a quick one today... A community member reported getting an exception during module deployment: INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][AutoDeployDir:238] Processing com.liferay.report.jar ERROR [fileinstall-directory-watcher][DirectoryWatcher:1195] Unable to start bundle: ...

6482
0
thumbnail
Fabian Bouché | 10 Feb 2021

You've just written some custom implementation for a Liferay Service but your implementation is not picked from inside of the bundle that should use it despite the higher service ranking. @Component( immediate = true, property = { "service.ranking:Integer=100" }, service = AssetPublisherHelper.class ) public class...

9703
0
thumbnail
Fazal Babaria | 19 Jan 2021

In this blog, We will see how to configure an external database with Liferay service builder and How to execute Stored Procedure in the external database with the same service builder in a few simple steps. There will be two phases in the blog, One for the Connection of external database and another one for the executing stored procedure. Let’s start with Phase one as below. ...

18473
4