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

Christopher Tubbs commented on ACCUMULO-1496:
---------------------------------------------

The current solution is too slow to be useful without a rewrite of the way we 
launch services, and there may be license issues on the dependencies. I'm 
postponing this on 1.6.x and revisit for 1.7.x. If anybody wants to pick this 
back up, I have put the code on 
[github|https://github.com/ctubbsii/accumulo/tree/ACCUMULO-1496] and have 
attempted to keep it up to date by rebasing onto master.
                
> Use annotations to identify classes that are launchable by the start code
> -------------------------------------------------------------------------
>
>                 Key: ACCUMULO-1496
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1496
>             Project: Accumulo
>          Issue Type: New Feature
>            Reporter: Christopher Tubbs
>            Assignee: Christopher Tubbs
>             Fix For: 1.7.0
>
>
> If it can be done efficiently, I'd like to stop maintaining the explicitly 
> enumerated list of things we can launch from the accumulo-start code. We 
> should be able to discover these on the classpath, and automatically populate 
> the help.
> Annotations seems like it might be the right way to go, similar to how 
> Servlet 3.0 annotations work (maybe implemented using something like 
> scannotation).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to