[
https://issues.apache.org/jira/browse/TOMEE-4101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Louis Monteiro resolved TOMEE-4101.
----------------------------------------
Fix Version/s: 8.0.14
Resolution: Fixed
> 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.5, 8.0.6, 8.0.7, 8.0.8, 8.0.9, 8.0.10, 8.0.11,
> 8.0.12, 8.0.13
> Environment: TomEE
> Reporter: İsmail Faruk Kaya
> Priority: Minor
> Labels: easyfix, newbie, patch
> Fix For: 8.0.14
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> 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)