RE: Customized Asset publisher is not deploying and showing processing

thumbnail
Kalai Arasan, modified 6 Years ago. Regular Member Posts: 127 Join Date: 1/2/13 Recent Posts
Hi!

I tried to customized the Asset publisher portlet in DXP by following the example https://github.com/liferay/liferay-blade-samples/tree/7.0/liferay-workspace/overrides/module-jsp-override. But when I am deploying in the server it's showing the  processing and not getting deployed.

My bnd.bnd file is,

Bundle-Name: hrb-asset-publisher-hook
Bundle-SymbolicName: hrb.asset.publisher.hook
Bundle-Version: 1.0.0
Fragment-Host: com.liferay.asset.publisher.web;bundle-version="1.8.25.hotfix-3919-7010"
-sources: true

And build.gradle file is empty.
​​​​​​​
Is that anything wrong with this?

Thanks
Kalai
thumbnail
David H Nebinger, modified 6 Years ago. Liferay Legend Posts: 14933 Join Date: 9/2/06 Recent Posts
bundle-version="1.8.25.hotfix-3919-7010"

Are you sure that's the right version?  I've never checked how they do the hotfix versions...

How are you determining it is "processing and not getting deployed"? Fragment bundles never get activated because they connect themselves to an existing bundle.  Often times you won't know it is working until you see the JSP changes in the portlet itself.
thumbnail
Kalai Arasan, modified 6 Years ago. Regular Member Posts: 127 Join Date: 1/2/13 Recent Posts
This bundle version appeared automatically when creating fragment project. And I installed the hotfix 3919.



Is that right or wrong?

​​​​​​​