You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jared Stewart (JIRA)" <ji...@apache.org> on 2017/08/11 18:27:00 UTC

[jira] [Created] (GEODE-3429) Deploy does not register Functions whose parent classes live in separate jar files

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)