servicecatalog / oscm

An Enterprise-ready Cloud Services Management Software.
https://openservicecatalogmanager.org
Apache License 2.0
38 stars 14 forks source link

Warnings logged from bootsfacesSelectMenu.xhtml #1126

Closed GoebelL closed 3 years ago

GoebelL commented 3 years ago

Version Info 19.0 latest

Describe the bug Repeated JSF WARINGS are logged. UI feels slow.

How to Reproduce Steps to reproduce the behavior:

  1. Run docker logs -f oscm-core from bash
  2. Login to oscm-portal as supplier and open Marketable Serivces >Activate or Deactivate
  3. See docker logs

Observed behavior

  1. 23-Nov-2020 16:06:17.049 WARNING [http-nio-8080-exec-8] net.bootsfaces.beans.ELTools.evaluteBaseForMojarra There's no getter to access: #{/WEB-INF/facelets/tags/bootsfacesSelectMenu.xhtml @13,118 value="#{value}"}
  2. UI loading feels slow (not sure if this is related)

Expected behavior

  1. No warning
  2. UI loading is normal

Additional context Ask me

Piotr-K8i commented 3 years ago

Due to the fact that the bug is probably not on our side, to eliminate WARNINGS we can use directly b:selectOneMenu without facelets tag. Creating dedicated tags is not profitable due to the many different values.

GoebelL commented 3 years ago

Todo: Retest the combos in the admin portal.

GoebelL commented 3 years ago

Point 2 - "slow UI loading" was probably related with the VPN infrastructure on our site.