Message Boards

UI generation in control panel is not happening

Prathibha h m, modified 4 Years ago.

UI generation in control panel is not happening

Junior Member Posts: 74 Join Date: 9/17/09 Recent Posts
Hi All,
I am trying make my webservice (osgi module) client configurable. I am following this link:
https://portal.liferay.dev/docs/7-1/tutorials/-/knowledge_base/t/making-applications-configurable
I have create interface and implemented it .
Using these annotations:
@ExtendedObjectClassDefinition(scope = ExtendedObjectClassDefinition.Scope.SYSTEM)
@Meta.OCD(  
        id = "com.vwgoa.omd.services.webserviceclient.api.WebServiceHostConfiguration",
        name ="web-service-host-config"
    )
Documentation mentions " Liferay Portal applications use the Apache Felix Configuration Admin Service to provide application configuration. By specifying a single Configuration Interface class, the configuration data is typed and scoped, and the application gains an auto-generated configuration user interface, available in Control Panel → Configuration → System Settings once the configuration is registered. "
But I dont see any UI created in the control panel. I am not sure what I am missing.
I do not need a custom UI, I am fine with whatever it provides by default.
But I do not see it generating any UI.
Please let me know your inputs if you have used this way of configuring applications.
Regards,
Prathibha
thumbnail
Olaf Kock, modified 4 Years ago.

RE: UI generation in control panel is not happening

Liferay Legend Posts: 6403 Join Date: 9/23/08 Recent Posts
Prathibha h m:

Hi All,
I am trying make my webservice (osgi module) client configurable. I am following this link:
https://portal.liferay.dev/docs/7-1/tutorials/-/knowledge_base/t/making-applications-configurable
Most likely you have an old version of Liferay Workspace. It's a fixed bug - See this post for editing the configuration to a newer version