You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2018/04/20 00:42:00 UTC

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

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

Anthony Baker commented on GEODE-3429:
--------------------------------------

[~khowe] does this issue still exist?

> 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
>            Assignee: Jared Stewart
>            Priority: Major
>
> 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
(v7.6.3#76005)