You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "İsmail Faruk Kaya (Jira)" <ji...@apache.org> on 2022/10/25 20:48:00 UTC

[jira] [Updated] (TOMEE-4101) Typo with EL22Adaptor implementation in openwebbeans.properties

     [ https://issues.apache.org/jira/browse/TOMEE-4101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

İsmail Faruk Kaya updated TOMEE-4101:
-------------------------------------
    Description: 
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.

  was:
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.


> 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: Major
>              Labels: easyfix, newbie, patch
>   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)