<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>@ExtendedObjectClassDefinition configuration page not available</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=113374711" />
  <subtitle>@ExtendedObjectClassDefinition configuration page not available</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=113374711</id>
  <updated>2026-04-07T04:26:59Z</updated>
  <dc:date>2026-04-07T04:26:59Z</dc:date>
  <entry>
    <title>RE: @ExtendedObjectClassDefinition configuration page not available</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=113424833" />
    <author>
      <name>André Biegel</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=113424833</id>
    <updated>2019-04-26T20:34:31Z</updated>
    <published>2019-04-26T20:34:31Z</published>
    <summary type="html">If anybody is interested .. i also tried to explore the new configuration api.. &lt;a href="https://github.com/andrebiegel/liferay-configuration-api"&gt;https://github.com/andrebiegel/liferay-configuration-api&lt;/a&gt;&lt;br /&gt;greets&lt;br /&gt;André</summary>
    <dc:creator>André Biegel</dc:creator>
    <dc:date>2019-04-26T20:34:31Z</dc:date>
  </entry>
  <entry>
    <title>RE: @ExtendedObjectClassDefinition configuration page not available</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=113422616" />
    <author>
      <name>Andrew Jardine</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=113422616</id>
    <updated>2019-04-26T14:55:42Z</updated>
    <published>2019-04-26T14:55:42Z</published>
    <summary type="html">Great! Glad to hear it. I&amp;#39;m sure you&amp;#39;re not the first person to be bit by this one ... It happened to me just the other day in fact lol</summary>
    <dc:creator>Andrew Jardine</dc:creator>
    <dc:date>2019-04-26T14:55:42Z</dc:date>
  </entry>
  <entry>
    <title>RE: @ExtendedObjectClassDefinition configuration page not available</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=113415655" />
    <author>
      <name>Gianluca Fares</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=113415655</id>
    <updated>2019-04-26T10:16:42Z</updated>
    <published>2019-04-26T10:16:42Z</published>
    <summary type="html">It works.</summary>
    <dc:creator>Gianluca Fares</dc:creator>
    <dc:date>2019-04-26T10:16:42Z</dc:date>
  </entry>
  <entry>
    <title>RE: @ExtendedObjectClassDefinition configuration page not available</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=113388657" />
    <author>
      <name>Andrew Jardine</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=113388657</id>
    <updated>2019-04-25T03:03:57Z</updated>
    <published>2019-04-25T03:03:57Z</published>
    <summary type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;Hi Gianluca,&lt;br&gt;&lt;br&gt;Did you make sure to add the this line to you bnd?​​​​​​​&amp;nbsp;&lt;pre&gt;&lt;code&gt;[code]-metatype: *&lt;/code&gt;&lt;/pre&gt;&lt;br&gt;.. I ask only because I have forgotten this line in the past (many times) and I believe that might be one of the things that is required to make it all wire up correctly.&lt;br&gt;&lt;blockquote&gt;This line lets bnd use your configuration interface to generate an XML configuration file. This provides a lot of information about your application’s configuration options. Enough, in fact, to generate a&amp;nbsp;&lt;a href="https://dev.liferay.com/discover/portal/-/knowledge_base/7-1/system-settings"&gt;System Settings&lt;/a&gt;&amp;nbsp;user interface automatically.&lt;br&gt;&lt;/blockquote&gt;&lt;br&gt;Also, the category you specified will appear in the "other" section, likely with third-party as a name if you haven't provided a language key. I mention this just in case you are looking for a heading (panel) called third-party&lt;/body&gt;&lt;/html&gt;</summary>
    <dc:creator>Andrew Jardine</dc:creator>
    <dc:date>2019-04-25T03:03:57Z</dc:date>
  </entry>
  <entry>
    <title>@ExtendedObjectClassDefinition configuration page not available</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=113374710" />
    <author>
      <name>Gianluca Fares</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=113374710</id>
    <updated>2019-04-24T11:54:50Z</updated>
    <published>2019-04-24T11:54:50Z</published>
    <summary type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;Hi all,&lt;br&gt;I have a simple configuration class with some properties&lt;br&gt;&lt;pre&gt;&lt;code&gt;@ExtendedObjectClassDefinition(scope = Scope.SYSTEM, category = "third-party")
@Meta.OCD(localization = "content/Language", name = "queue-publisher-configuration-name", description = "queue-publisher-configuration-description")
public interface QueuePublisherConfiguration {

    @Meta.AD(deflt = "admin", description = "username-description", name = "username", required = false)
    public String username();
}&lt;/code&gt;&lt;/pre&gt;but when i deploy the package there is no configuration page in Control Panel -&amp;gt; System Settings -&amp;gt; Third Party ... I'm missing something but what ?&lt;br&gt;&lt;br&gt;Thanks in advance.&lt;br&gt;&lt;br&gt;&lt;br&gt;Liferay Community Edition Portal 7.1.2 CE GA3 (Judson / Build 7102 / January 7, 2019)&lt;/body&gt;&lt;/html&gt;</summary>
    <dc:creator>Gianluca Fares</dc:creator>
    <dc:date>2019-04-24T11:54:50Z</dc:date>
  </entry>
</feed>
