Jared Stewart created GEODE-3429:
------------------------------------

             Summary: Deploy does not register Functions whose parent classes 
live in separate jar files
                 Key: GEODE-3429
                 URL: https://issues.apache.org/jira/browse/GEODE-3429
             Project: Geode
          Issue Type: Bug
          Components: gfsh, management
            Reporter: Jared Stewart


Consider the following scenario: 

Abstract.jar - public abstract class AbstractFunction implements Function {...} 
Concrete.jar - public class ConcreteFunction extends AbstractFunction {...}

When Concrete.jar is deployed, we are not registering ConcreteFunction.  
Everything works as expected if AbstractFunction and ConcreteFunction live in 
the same jar. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to