Extract all properties into a separate interface
------------------------------------------------

                 Key: OPENEJB-827
                 URL: https://issues.apache.org/jira/browse/OPENEJB-827
             Project: OpenEJB
          Issue Type: Improvement
          Components: general
            Reporter: karan singh malhi
            Assignee: karan singh malhi


Currently, all properties are scattered around in code. It would be nice to 
have one interface which contains ALL properties used in the code. If new 
properties need to be added, they should be added to this interface.

David Blevins has a regular expressions based search which could list all place 
in code where properties are declared. Once that list is published we could 
start extracting properties into a separate class. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to