<?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>Liferay</title>
  <link rel="self" href="https://liferay.dev/en/c/message_boards/find_category?p_l_id=119785294&amp;mbCategoryId=0" />
  <subtitle />
  <id>https://liferay.dev/en/c/message_boards/find_category?p_l_id=119785294&amp;mbCategoryId=0</id>
  <updated>2026-04-07T20:29:05Z</updated>
  <dc:date>2026-04-07T20:29:05Z</dc:date>
  <entry>
    <title>RE: Hide theme header &amp; sidebar on 404 pages for anonymous users</title>
    <link rel="alternate" href="https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123619741" />
    <author>
      <name>Nikhil Nishchal</name>
    </author>
    <id>https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123619741</id>
    <updated>2025-09-03T09:21:13Z</updated>
    <published>2025-09-03T09:21:13Z</published>
    <summary type="html">&lt;p&gt;You can create custom theme and customize as per your requirements&lt;/p&gt;</summary>
    <dc:creator>Nikhil Nishchal</dc:creator>
    <dc:date>2025-09-03T09:21:13Z</dc:date>
  </entry>
  <entry>
    <title>RE: User created programmatically doesn't show in Control panel</title>
    <link rel="alternate" href="https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123619483" />
    <author>
      <name>Nikhil Nishchal</name>
    </author>
    <id>https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123619483</id>
    <updated>2025-11-25T12:02:10Z</updated>
    <published>2025-09-03T09:20:18Z</published>
    <summary type="html">&lt;p&gt;Hi Illés Ákos,&lt;br&gt; Service context you can create and add there.
  Could you please match created user data with existing user in DB like
  group id , company id etc.&lt;br&gt; Also, Please enable the log to get if
  there is any exception.&lt;br&gt;
  &lt;br&gt; Thanks!&lt;/p&gt;</summary>
    <dc:creator>Nikhil Nishchal</dc:creator>
    <dc:date>2025-09-03T09:20:18Z</dc:date>
  </entry>
  <entry>
    <title>RE: Adding Web Content Articles fails if user Time Zone is set to Australia, NZ</title>
    <link rel="alternate" href="https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123614841" />
    <author>
      <name>Ben Turner</name>
    </author>
    <id>https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123614841</id>
    <updated>2025-09-02T23:18:57Z</updated>
    <published>2025-09-02T23:18:54Z</published>
    <summary type="html">&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for letting us know. I did a bit of digging, and this problem
  was identified back in April (&lt;a
    href="https://liferay.atlassian.net/browse/LPD-53830"
    rel="noopener noreferrer" target="_blank"&gt;here&lt;/a&gt;) has been
  resolved in the code (&lt;a
    href="https://github.com/brianchandotcom/liferay-portal/pull/161407"
    rel="noopener noreferrer" target="_blank"&gt;here&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;</summary>
    <dc:creator>Ben Turner</dc:creator>
    <dc:date>2025-09-02T23:18:54Z</dc:date>
  </entry>
  <entry>
    <title>RE: Deploying Site Initializer makes Objects vanish</title>
    <link rel="alternate" href="https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123588825" />
    <author>
      <name>Ben Turner</name>
    </author>
    <id>https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123588825</id>
    <updated>2025-09-01T00:43:16Z</updated>
    <published>2025-09-01T00:43:15Z</published>
    <summary type="html">&lt;p&gt;Hi Sarah, in these cases the problem is usually resolved by running a
  re-index on the Search indexes via Control Panel -&amp;gt; Search -&amp;gt;
  Index Actions -&amp;gt; Reindex. Hope this helps!&lt;/p&gt;</summary>
    <dc:creator>Ben Turner</dc:creator>
    <dc:date>2025-09-01T00:43:15Z</dc:date>
  </entry>
  <entry>
    <title>RE: Bug: PATCH /v1.0/warehouseItems/{id}: reservedQuantity ignored</title>
    <link rel="alternate" href="https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123580598" />
    <author>
      <name>Marco Nguitragool</name>
    </author>
    <id>https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123580598</id>
    <updated>2025-09-01T00:44:37Z</updated>
    <published>2025-08-29T10:40:09Z</published>
    <summary type="html">&lt;p&gt;Related bug: Quantity (and reserved quantity) in RESTful API does not
  support decimal values.&lt;/p&gt;
&lt;p&gt;Go to the &amp;quot;Commerce&amp;quot;-admin and create an entry under
  &amp;quot;Inventory&amp;quot; having a quantity of 5.255 and a reserved
  quantity of 1.128. Then go to
  https://HOST/liferay/o/api?endpoint=https://dragonkingchocolate.com:1443/liferay/o/headless-commerce-admin-inventory/v1.0/openapi.json
  and perform GET&lt;br&gt; /v1.0/warehouses/{id}/warehouseItems -- the
  decimal values are gone.&lt;/p&gt;
&lt;p&gt;The same btw. when you edit the previously stored inventory-item in
  &amp;quot;Commerce&amp;quot; &amp;gt; &amp;quot;Inventory&amp;quot; again: I
  saved quantity = 5.255 and reserved quantity = 1.128, but when editing
  it again, it shows only 5 and 1 (instead of 5.255 and 1.128). This
  sucks. I want to track many items in kg, but often have 0.5 kg or 0.25
  kg going in or out of the inventory. I don't want to track it in g,
  because we have over 1000 kg in stock. In the DB it is clearly a
  BigDecimal, but Liferay sometimes rounds/truncates the values.&lt;/p&gt;</summary>
    <dc:creator>Marco Nguitragool</dc:creator>
    <dc:date>2025-08-29T10:40:09Z</dc:date>
  </entry>
  <entry>
    <title>Deploying Site Initializer makes Objects vanish</title>
    <link rel="alternate" href="https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123577643" />
    <author>
      <name>Sarah Silva</name>
    </author>
    <id>https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123577643</id>
    <updated>2025-09-01T00:39:25Z</updated>
    <published>2025-08-27T17:33:04Z</published>
    <summary type="html">&lt;p&gt;I have created a site-initializer with client-extensions, but when I
  deploy it in Liferay Portal 7.4-ga132, all the default objects in
  Liferay vanish, although I can locate them in the database.&lt;/p&gt;</summary>
    <dc:creator>Sarah Silva</dc:creator>
    <dc:date>2025-08-27T17:33:04Z</dc:date>
  </entry>
  <entry>
    <title>Preserve "Documents and Media" folder context when selecting images</title>
    <link rel="alternate" href="https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123577267" />
    <author>
      <name>Jérémy Conrad</name>
    </author>
    <id>https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123577267</id>
    <updated>2025-09-01T00:35:09Z</updated>
    <published>2025-08-27T11:46:44Z</published>
    <summary type="html">&lt;p&gt;When selecting an image from a fragment editable image field,&lt;br&gt;
    e.g.: &lt;code&gt;&amp;lt;img src=&amp;quot;placeholder.jpg&amp;quot;
    alt=&amp;quot;Placeholder&amp;quot; data-lfr-editable-id=&amp;quot;img1&amp;quot;
    data-lfr-editable-type=&amp;quot;image&amp;quot; &amp;gt; &lt;/code&gt;
&lt;/p&gt;
&lt;p&gt;we are taken to the root of &amp;quot;Documents and Media&amp;quot;.&lt;/p&gt;
&lt;p&gt;If we’ve created a folder hierarchy and, on a content page, we need
  to display all the images contained in the last folder of the
  hierarchy, then for each image, we have to browse through the entire
  folder structure again, which becomes tedious when dealing with a
  large number of images.&lt;/p&gt;
&lt;p&gt;Would it be possible, when working on the same page and an image has
  already been selected from Documents and Media, to reopen the
  Documents and Media window and be positioned at the folder location of
  the previously selected image (either by default or by enabling an option)?&lt;/p&gt;</summary>
    <dc:creator>Jérémy Conrad</dc:creator>
    <dc:date>2025-08-27T11:46:44Z</dc:date>
  </entry>
  <entry>
    <title>Adding Web Content Articles fails if user Time Zone is set to Australia, NZ</title>
    <link rel="alternate" href="https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123576183" />
    <author>
      <name>C Fraser</name>
    </author>
    <id>https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123576183</id>
    <updated>2025-09-02T15:34:05Z</updated>
    <published>2025-08-26T10:36:38Z</published>
    <summary type="html">&lt;p&gt;From what I understand, this is where bugs are lodged?&lt;/p&gt;
&lt;p&gt;I have what seems like quite a major bug to do with Time Zones
  (Australia and New Zealand tested) and adding new Web Content Articles.&lt;/p&gt;
&lt;p&gt;Steps to reproduce:&lt;/p&gt;
&lt;p&gt;Start a new docker container for Liferay Portal 7.4 GA 132 (I use
  podman instead as below)&lt;br&gt; podman run --rm -m 8g -p 8080:8080 portal:7.4.3.132-ga132&lt;/p&gt;
&lt;p&gt;Login, create a new Web Content article.&lt;br&gt; Content &amp;amp; Data -&amp;gt;
  Web Content -&amp;gt; New -&amp;gt; Basic Web Content&lt;/p&gt;
&lt;p&gt;Save as Draft (or publish), a Save as Draft with Permissions Dialog
  pops up.&lt;br&gt; Everything works&lt;/p&gt;
&lt;p&gt;Go to the logged in user's Account Settings -&amp;gt; Preferences -&amp;gt;
  Display Settings and choose Time Zone &amp;quot;New Zealand Standard
  Time&amp;quot; or &amp;quot;Australian Central Time&amp;quot; (only two tested)
  and Save&lt;/p&gt;
&lt;p&gt;Repeat the above steps to create a Web Content Article&lt;br&gt; Now it
  does not work. The Cancel button shows, the Save as ... with
  Permissions Dialog never shows up. The user can't save any Web Content Articles.&lt;/p&gt;
&lt;p&gt;In the browser Console you have the following errors:&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;react-dom.production.min.js:189 RangeError: Invalid time zone specified: ACST
    at Date.toLocaleString (&amp;lt;anonymous&amp;gt;)
    at Ne (PermissionsOptions.js:60:3)
    at hu (react-dom.production.min.js:167:137)
    at Ka (react-dom.production.min.js:290:337)
    at Wa (react-dom.production.min.js:280:389)
    at nd (react-dom.production.min.js:280:320)
    at tl (react-dom.production.min.js:280:180)
    at Ai (react-dom.production.min.js:271:88)
    at Aa (react-dom.production.min.js:268:429)
    at _l (scheduler.production.min.js:13:203)
zi @ react-dom.production.min.js:189
t.callback @ react-dom.production.min.js:189
zo @ react-dom.production.min.js:144
$o @ react-dom.production.min.js:262
Va @ react-dom.production.min.js:260
qf @ react-dom.production.min.js:259
rd @ react-dom.production.min.js:283
yn @ react-dom.production.min.js:281
Aa @ react-dom.production.min.js:269
_l @ scheduler.production.min.js:13
kl @ scheduler.production.min.js:14
react-dom.production.min.js:283 Uncaught RangeError: Invalid time zone specified: ACST
    at Date.toLocaleString (&amp;lt;anonymous&amp;gt;)
    at Ne (PermissionsOptions.js:60:3)
    at hu (react-dom.production.min.js:167:137)
    at Ka (react-dom.production.min.js:290:337)
    at Wa (react-dom.production.min.js:280:389)
    at nd (react-dom.production.min.js:280:320)
    at tl (react-dom.production.min.js:280:180)
    at Ai (react-dom.production.min.js:271:88)
    at Aa (react-dom.production.min.js:268:429)
    at _l (scheduler.production.min.js:13:203)
Ne @ PermissionsOptions.js:60
hu @ react-dom.production.min.js:167
Ka @ react-dom.production.min.js:290
Wa @ react-dom.production.min.js:280
nd @ react-dom.production.min.js:280
tl @ react-dom.production.min.js:280
Ai @ react-dom.production.min.js:271
Aa @ react-dom.production.min.js:268
_l @ scheduler.production.min.js:13
kl @ scheduler.production.min.js:14
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;</summary>
    <dc:creator>C Fraser</dc:creator>
    <dc:date>2025-08-26T10:36:38Z</dc:date>
  </entry>
  <entry>
    <title>Hide theme header &amp; sidebar on 404 pages for anonymous users</title>
    <link rel="alternate" href="https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123575857" />
    <author>
      <name>Ajay Sharma</name>
    </author>
    <id>https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123575857</id>
    <updated>2025-09-02T15:33:43Z</updated>
    <published>2025-08-26T06:54:33Z</published>
    <summary type="html">&lt;p&gt;I want the site header and sidebar (which are part of the liferay
  theme) to be hidden &lt;strong&gt;only when an anonymous user hits a 404
    (page not found)&lt;/strong&gt;.&lt;/p&gt;</summary>
    <dc:creator>Ajay Sharma</dc:creator>
    <dc:date>2025-08-26T06:54:33Z</dc:date>
  </entry>
  <entry>
    <title>Bug: PATCH /v1.0/warehouseItems/{id}: reservedQuantity ignored</title>
    <link rel="alternate" href="https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123559572" />
    <author>
      <name>Marco Nguitragool</name>
    </author>
    <id>https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123559572</id>
    <updated>2025-08-25T16:45:11Z</updated>
    <published>2025-08-24T12:21:33Z</published>
    <summary type="html">&lt;p&gt;Hello *,&lt;/p&gt;
&lt;p&gt;here's how to reproduce the bug:&lt;/p&gt;
&lt;p&gt;1. Go to your liferay-instance and log in.&lt;/p&gt;
&lt;p&gt;2. Open the &amp;quot;Liferay Commerce Admin Inventory API&amp;quot;, i.e. https://HOST/liferay/o/api?endpoint=https://HOST/liferay/o/headless-commerce-admin-inventory/v1.0/openapi.json&lt;/p&gt;
&lt;p&gt;3. Get a valid warehouse-item, e.g. by first querying your warehouses
  and then the items of one of these warehouses. For my example, I have
  this warehouse-item:&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;{
    &amp;quot;externalReferenceCode&amp;quot;: &amp;quot;52435fdc-f94a-ec13-765e-3933eb3630c0&amp;quot;,
    &amp;quot;id&amp;quot;: 40958,
    &amp;quot;quantity&amp;quot;: 94,
    &amp;quot;reservedQuantity&amp;quot;: 10,
    &amp;quot;sku&amp;quot;: &amp;quot;CABUT310&amp;quot;,
    &amp;quot;unitOfMeasureKey&amp;quot;: &amp;quot;&amp;quot;,
    &amp;quot;warehouseExternalReferenceCode&amp;quot;: &amp;quot;e1409d48-3439-89f6-31ee-89ca317d85c7&amp;quot;,
    &amp;quot;warehouseId&amp;quot;: 34549
}&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;4. Copy+paste this JSON into the request-body of &amp;quot;PATCH
  /v1.0/warehouseItems/{id}&amp;quot; and then change the quantity as well
  as the reservedQuantity, e.g. like this:&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;{
    &amp;quot;externalReferenceCode&amp;quot;: &amp;quot;52435fdc-f94a-ec13-765e-3933eb3630c0&amp;quot;,
    &amp;quot;id&amp;quot;: 40958,
    &amp;quot;quantity&amp;quot;: 92,
    &amp;quot;reservedQuantity&amp;quot;: 12,
    &amp;quot;sku&amp;quot;: &amp;quot;CABUT310&amp;quot;,
    &amp;quot;unitOfMeasureKey&amp;quot;: &amp;quot;&amp;quot;,
    &amp;quot;warehouseExternalReferenceCode&amp;quot;: &amp;quot;e1409d48-3439-89f6-31ee-89ca317d85c7&amp;quot;,
    &amp;quot;warehouseId&amp;quot;: 34549
}&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Here, I changed the quantity from 94 to 92 and the reservedQuantity
  from 10 to 12.&lt;/p&gt;
&lt;p&gt;5. Click &amp;quot;Execute&amp;quot;. You should receive a success (HTTP 200).&lt;/p&gt;
&lt;p&gt;6. Query the warehouse-item again. &lt;strong&gt;FAIL:&lt;/strong&gt; The
  quantity was updated correctly, but the
  &lt;strong&gt;reservedQuantity&lt;/strong&gt; was &lt;strong&gt;not updated!&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;Just for the record: I also tried to update only the reservedQuantity
  (leaving everything else unchanged) and I also tried reducing the JSON
  to only what I wanted to update and it all didn't work.&lt;/p&gt;
&lt;p&gt;Please fix this bug as soon as possible. It seems it's currently not
  possible at all to change the reservedQuantity via RESTful API.&lt;/p&gt;
&lt;p&gt;In case you have questions, please don't hesitate to ask here or
  contact me via e-mail.&lt;/p&gt;
&lt;p&gt;Best regards, Marco :-)&lt;/p&gt;</summary>
    <dc:creator>Marco Nguitragool</dc:creator>
    <dc:date>2025-08-24T12:21:33Z</dc:date>
  </entry>
  <entry>
    <title>RE: RE: Can't create liferay module project in Eclipse (2023-12 (4.30.0))</title>
    <link rel="alternate" href="https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123553643" />
    <author>
      <name>Dan Griffiths</name>
    </author>
    <id>https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123553643</id>
    <updated>2025-08-22T12:47:02Z</updated>
    <published>2025-08-22T12:47:00Z</published>
    <summary type="html">&lt;p&gt;I know this is 6 months later but I am having exactly the same
  problem (only with 2024.q2.8 not u92), can you  list the exact steps
  to resolve this?&lt;/p&gt;</summary>
    <dc:creator>Dan Griffiths</dc:creator>
    <dc:date>2025-08-22T12:47:00Z</dc:date>
  </entry>
  <entry>
    <title>Liferay DXP 7.4 on EKS and IAM roles for AWs RDS PostgreSQL connectivity</title>
    <link rel="alternate" href="https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123550818" />
    <author>
      <name>RAMKUMAR THIRUMANGALAM</name>
    </author>
    <id>https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123550818</id>
    <updated>2025-08-21T14:33:31Z</updated>
    <published>2025-08-20T15:12:13Z</published>
    <summary type="html">&lt;p&gt;Hello All,&lt;/p&gt;
&lt;p&gt;I am not a Liferay expert but from infosec with focus on Identity and
  Access Management.&lt;/p&gt;
&lt;p&gt;Our liferay team is migrating the on-prem Liferay instance to run on
  EKS using AWS RDS Postgres. Our guidance is to use IAM roles for
  authentication. Upon reading blog posts, i see that the AWS advanced
  JDBC wrapper can be leveraged by Liferay Pod in EKS to connect to the
  backend RDs PostgreSQL in AWS using IAM roles. I am sure many others
  would have attempted this too. Are there any blog posts or samples
  that i can refer to for learning more on this and guide our liferay team?&lt;/p&gt;</summary>
    <dc:creator>RAMKUMAR THIRUMANGALAM</dc:creator>
    <dc:date>2025-08-20T15:12:13Z</dc:date>
  </entry>
  <entry>
    <title>RE: RE: Issue with the current default User-Agent used by lifreray portal</title>
    <link rel="alternate" href="https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123549840" />
    <author>
      <name>Timo Wiedenmann</name>
    </author>
    <id>https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123549840</id>
    <updated>2025-08-21T14:32:26Z</updated>
    <published>2025-08-19T17:52:29Z</published>
    <summary type="html">&lt;p&gt;I just use the RSS Widget in a page and there the issue came up, no
  custom code - thats why i created this &amp;quot;bug report&amp;quot; as this
  might become a problem in the future when maybe more RSS publishers
  block this default user agent.&lt;/p&gt;
&lt;p&gt;I was just curios and searched the source code for the user agent
  definition to provide helpful information.&lt;/p&gt;
&lt;p&gt;Sorry for the confusion!&lt;/p&gt;</summary>
    <dc:creator>Timo Wiedenmann</dc:creator>
    <dc:date>2025-08-19T17:52:29Z</dc:date>
  </entry>
  <entry>
    <title>RE: RE: Issue with the current default User-Agent used by lifreray portal</title>
    <link rel="alternate" href="https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123549688" />
    <author>
      <name>David H Nebinger</name>
    </author>
    <id>https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123549688</id>
    <updated>2025-08-19T16:38:21Z</updated>
    <published>2025-08-19T16:38:16Z</published>
    <summary type="html">&lt;p&gt;I didn't know if you were calling the HttpImpl using custom code
  (where you would have been able to set the user agent) or leveraging
  an OOTB Liferay widget. Glad you got it resolved though!&lt;/p&gt;</summary>
    <dc:creator>David H Nebinger</dc:creator>
    <dc:date>2025-08-19T16:38:16Z</dc:date>
  </entry>
  <entry>
    <title>RE: Issue with the current default User-Agent used by lifreray portal</title>
    <link rel="alternate" href="https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123549156" />
    <author>
      <name>Timo Wiedenmann</name>
    </author>
    <id>https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123549156</id>
    <updated>2025-08-19T16:00:40Z</updated>
    <published>2025-08-19T12:34:55Z</published>
    <summary type="html">&lt;p&gt;Sorry, i didnt know about or find any place to set the an user-agent
  myself - where can i do this?&lt;/p&gt;
&lt;p&gt;​​​​​​​My issue was solved by the rss feed source - they unblocked
  the user agent for me.&lt;/p&gt;</summary>
    <dc:creator>Timo Wiedenmann</dc:creator>
    <dc:date>2025-08-19T12:34:55Z</dc:date>
  </entry>
  <entry>
    <title>RE: RE: Error: EMFILE: too many open files, while deploying react widget.</title>
    <link rel="alternate" href="https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123548955" />
    <author>
      <name>Arslan Ghaffar</name>
    </author>
    <id>https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123548955</id>
    <updated>2025-08-19T16:00:04Z</updated>
    <published>2025-08-19T07:01:56Z</published>
    <summary type="html">&lt;p&gt;Hello , did You find any solution , if you did kindly let us know,. I
  am having same problem&lt;br&gt; node version 20.9.0&lt;br&gt; yo version 4.3.1&lt;/p&gt;</summary>
    <dc:creator>Arslan Ghaffar</dc:creator>
    <dc:date>2025-08-19T07:01:56Z</dc:date>
  </entry>
  <entry>
    <title>RE: Issue with the current default User-Agent used by lifreray portal</title>
    <link rel="alternate" href="https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123548381" />
    <author>
      <name>David H Nebinger</name>
    </author>
    <id>https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123548381</id>
    <updated>2025-08-18T13:46:14Z</updated>
    <published>2025-08-18T13:46:13Z</published>
    <summary type="html">&lt;p&gt;It only sets the default if you haven't set a user agent yourself.&lt;/p&gt;
&lt;p&gt;You didn't provide any other context, but is this a possibility?&lt;/p&gt;</summary>
    <dc:creator>David H Nebinger</dc:creator>
    <dc:date>2025-08-18T13:46:13Z</dc:date>
  </entry>
  <entry>
    <title>Issue with the current default User-Agent used by lifreray portal</title>
    <link rel="alternate" href="https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123547768" />
    <author>
      <name>Timo Wiedenmann</name>
    </author>
    <id>https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123547768</id>
    <updated>2025-08-18T13:41:29Z</updated>
    <published>2025-08-17T13:45:00Z</published>
    <summary type="html">&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;i ran into an issue as the current default user
  agent &amp;quot;Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv 11.0) like
  Gecko&amp;quot; defined in com.liferay.portal.http.internal.HttpImpl is
  blocked for fetching RSS feed at one of my sources.&lt;/p&gt;
&lt;p&gt;A quick research showed, that this user agent represents Internet
  Explorer 11 on Windows 8.1, ​​​​​​​using the user agent sting
  &amp;quot;Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:141.0) Gecko/20100101
  Firefox/141.0&amp;quot; works fine.&lt;/p&gt;
&lt;p&gt;Maybe the default user agent should be updated to an actual user agent.&lt;/p&gt;
&lt;p&gt;Best regards, Timo&lt;/p&gt;</summary>
    <dc:creator>Timo Wiedenmann</dc:creator>
    <dc:date>2025-08-17T13:45:00Z</dc:date>
  </entry>
  <entry>
    <title>RE: Object Data import Issue</title>
    <link rel="alternate" href="https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123543253" />
    <author>
      <name>Adrian Häussler</name>
    </author>
    <id>https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123543253</id>
    <updated>2025-08-13T07:20:31Z</updated>
    <published>2025-08-13T07:20:30Z</published>
    <summary type="html">&lt;p&gt;As far as I understand you exported and imported the Object Definition?&lt;/p&gt;
&lt;p&gt;You can't export &amp;amp; import object entries this way.&lt;br&gt; But you
  could use Batch APIs &lt;/p&gt;</summary>
    <dc:creator>Adrian Häussler</dc:creator>
    <dc:date>2025-08-13T07:20:30Z</dc:date>
  </entry>
  <entry>
    <title>Liferay jsf (primefaces) portlet localization problem</title>
    <link rel="alternate" href="https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123541958" />
    <author>
      <name>Zoltan Szilagyi</name>
    </author>
    <id>https://liferay.dev/en/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123541958</id>
    <updated>2025-08-15T13:50:34Z</updated>
    <published>2025-08-12T08:35:00Z</published>
    <summary type="html">&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a jsf portlet localization problem..&lt;/p&gt;
&lt;p&gt;In src/main/resources directory:&lt;/p&gt;
&lt;p&gt;Language_hu.properties&lt;/p&gt;
&lt;p&gt;Language_en.properties&lt;/p&gt;
&lt;p&gt;My faces.config file:&lt;/p&gt;
&lt;pre&gt;
&amp;lt;application&amp;gt;
  &amp;lt;locale-config&amp;gt;
    &amp;lt;default-locale&amp;gt;hu&amp;lt;/default-locale&amp;gt;
    &amp;lt;supported-locale&amp;gt;en&amp;lt;/supported-locale&amp;gt;
  &amp;lt;/locale-config&amp;gt;

  &amp;lt;resource-bundle&amp;gt;
    &amp;lt;base-name&amp;gt;Language&amp;lt;/base-name&amp;gt;
    &amp;lt;var&amp;gt;msg&amp;lt;/var&amp;gt;
  &amp;lt;/resource-bundle&amp;gt;

  &amp;lt;message-bundle&amp;gt;Language&amp;lt;/message-bundle&amp;gt;

&amp;lt;/application&amp;gt;&lt;/pre&gt;
&lt;p&gt;porlet.xml :&lt;/p&gt;
&lt;pre&gt;
&amp;lt;supported-locale&amp;gt;hu&amp;lt;/supported-locale&amp;gt;
&amp;lt;supported-locale&amp;gt;en&amp;lt;/supported-locale&amp;gt;
&amp;lt;resource-bundle&amp;gt;Language&amp;lt;/resource-bundle&amp;gt;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;lifarey-hook.xml:&lt;/p&gt;
&lt;pre&gt;
&amp;lt;hook&amp;gt;
  &amp;lt;language-properties&amp;gt;Language_hu.properties&amp;lt;/language-properties&amp;gt;
&amp;lt;/hook&amp;gt;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I got this error:&lt;/p&gt;
&lt;p&gt;Can't find bundle for base name Language, locale hu_HU&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</summary>
    <dc:creator>Zoltan Szilagyi</dc:creator>
    <dc:date>2025-08-12T08:35:00Z</dc:date>
  </entry>
</feed>
