[ 
https://issues.apache.org/jira/browse/OWB-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998256#comment-12998256
 ] 

Mark Struberg commented on OWB-393:
-----------------------------------

A good starting point will be the following classes
* XMLInjectableConstructor and all the other classes from package 
org.apache.webbeans.inject.xml
* WebBeansXMLConfigurator#configureSimpleWebBean(Class<T> simpleClass, Element 
webBeanDecleration) and a lot other methods in there used to define 
ManagedBeans from beans.xml
* XMLManagedBean and XMLProducerBean from package 
org.apache.webbeans.component.xml
* parts of our configuration stuff might also get dumped, e.g. 
OpenWebBeansConfiguration#USE_OWB_SPECIFIC_XML_CONFIGURATION (+ cleanup of our 
openwebbeans.properties)

Will start this afternoon...

> remove old XML configuration code
> ---------------------------------
>
>                 Key: OWB-393
>                 URL: https://issues.apache.org/jira/browse/OWB-393
>             Project: OpenWebBeans
>          Issue Type: Improvement
>    Affects Versions: M4
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: 1.1.0
>
>
> we should finally remove the legacy XML configuration code from our codebase. 
> This code is pretty much dead because it's not defined in the spec anymore. 
> Plus it doesn't reflect all the new features which got introduced in the 
> meantime. All the configuration can be performed via extensions in a portable 
> way anyway, so there is no more need to do this in the core.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to