İsmail Faruk Kaya created TOMEE-4101:
----------------------------------------
Summary: Typo with EL22Adaptor implementation in
openwebbeans.properties
Key: TOMEE-4101
URL: https://issues.apache.org/jira/browse/TOMEE-4101
Project: TomEE
Issue Type: Bug
Components: TomEE Core Server
Affects Versions: 8.0.13, 8.0.12, 8.0.11, 8.0.10, 8.0.9, 8.0.8, 8.0.7,
8.0.6, 8.0.5
Environment: TomEE
Reporter: İsmail Faruk Kaya
Implementation class for the default EL22Adapter is mistyped in the
META-INF/openwebbeans.properties file contained in openejb-core:
{quote}################################### Default EL Adaptor
#Default implementation oforg.apache.webbeans.spi.adaptor.ELAdaptor
org.apache.webbeans.spi.adaptor.ELAdaptor=org.apache.webbeans.el.el22.EL22Adaptor
##################################################################
{quote}
Here, the classname {{org.apache.webbeans.el.el22.EL22Adaptor}} mistakenly
contains the "el" intermediary package where the actual implementation class is
{{org.apache.webbeans.el22.EL22Adaptor}} in the openwebbeans project.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)