[
https://issues.apache.org/jira/browse/CXF-9001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andriy Redko updated CXF-9001:
------------------------------
Description:
Long story short CXF tries to handle "singleton" by using a set on bean
instances which means hashCode will be triggered but Semeru not having a native
hashcode it is delegated to the instance for normal scoped proxies and at
startup the instance does not always exists - context is not always up like for
request scoped.
Technically this is also an error since deduplication should have happen on the
bean to respect the application and not the instance.
was:
Long story short CXF tries to handle "singleton" by using a set on bean
instances which means hashCode will be triggered but semuru not having a native
hashcode it is delegated to the instance for normal scoped proxies and at
startup the instance does not always exists - context is not always up like for
request scoped.
Technically this is also an error since deduplication should have happent on
the bean to respect the application and not the instance.
> CDI extension not comptible with IBM Semeru
> -------------------------------------------
>
> Key: CXF-9001
> URL: https://issues.apache.org/jira/browse/CXF-9001
> Project: CXF
> Issue Type: Task
> Reporter: Romain Manni-Bucau
> Priority: Major
>
> Long story short CXF tries to handle "singleton" by using a set on bean
> instances which means hashCode will be triggered but Semeru not having a
> native hashcode it is delegated to the instance for normal scoped proxies and
> at startup the instance does not always exists - context is not always up
> like for request scoped.
> Technically this is also an error since deduplication should have happen on
> the bean to respect the application and not the instance.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)