-
-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openHAB3 sitemap creation failure: java.lang.ClassCastException: class java.lang.String cannot be cast to class java.lang.Boolean #1875
Comments
Hey, it seems to be an problem with the code editor.
|
It is apparently failing to deal with Try with If it works, the issue has to be moved to webui (MainUI). |
Also catch remaining exceptions and log a warning/ignore the parameter instead of making the whole sitemap building process fail. Fix wrong feature ID for the video widget URL. Fixes openhab#2047. Fixes openhab#1987. Fixes openhab#1898. Fixes openhab#1875. Fixes openhab/openhab-webui#745. Signed-off-by: Yannick Schaus <[email protected]>
…aps (#2072) * Fix parsing integer & booleans parameters in UI component based sitemaps Also catch remaining exceptions and log a warning/ignore the parameter instead of making the whole sitemap building process fail. Fix wrong feature ID for the video widget URL. Fixes #2047. Fixes #1987. Fixes #1898. Fixes #1875. Fixes openhab/openhab-webui#745. Signed-off-by: Yannick Schaus <[email protected]>
…aps (#2072) * Fix parsing integer & booleans parameters in UI component based sitemaps Also catch remaining exceptions and log a warning/ignore the parameter instead of making the whole sitemap building process fail. Fix wrong feature ID for the video widget URL. Fixes #2047. Fixes #1987. Fixes #1898. Fixes #1875. Fixes openhab/openhab-webui#745. Signed-off-by: Yannick Schaus <[email protected]>
…aps (openhab#2072) * Fix parsing integer & booleans parameters in UI component based sitemaps Also catch remaining exceptions and log a warning/ignore the parameter instead of making the whole sitemap building process fail. Fix wrong feature ID for the video widget URL. Fixes openhab#2047. Fixes openhab#1987. Fixes openhab#1898. Fixes openhab#1875. Fixes openhab/openhab-webui#745. Signed-off-by: Yannick Schaus <[email protected]> GitOrigin-RevId: fcaf251
Hey,
i'm just testing arount with openHAB3 and run into the following problem.
I've created an sitemap with the new UI-Editor (which is pretty smart). The code sections says that everything is okay.
But when requesting the sitemaps i'm getting the following error within the server log:
This is the content of my sitemap (copied from ui code section)
Technical information:
Let me know if you need some further information!
Sönke
The text was updated successfully, but these errors were encountered: