[
https://issues.apache.org/jira/browse/EAGLE-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15500418#comment-15500418
]
ASF GitHub Bot commented on EAGLE-543:
--------------------------------------
Github user haoch commented on a diff in the pull request:
https://github.com/apache/incubator-eagle/pull/436#discussion_r79298908
--- Diff:
eagle-core/eagle-app/eagle-app-base/src/main/java/org/apache/eagle/app/spi/ApplicationXMLDescriptorLoader.java
---
@@ -48,7 +48,7 @@ private String generateXMLDescriptorPath() {
public ApplicationDesc getApplicationDesc() {
String descriptorPath = generateXMLDescriptorPath();
ApplicationDesc applicationDesc = new ApplicationDesc();
- applicationDesc.setProviderClass(this.getClass());
+ applicationDesc.setProviderClass(this.providerClass);
--- End diff --
Fix ApplicationProviderClass bug
> Fix eagle default configuration and invalid dependencies
> --------------------------------------------------------
>
> Key: EAGLE-543
> URL: https://issues.apache.org/jira/browse/EAGLE-543
> Project: Eagle
> Issue Type: Bug
> Affects Versions: v0.5.0
> Reporter: Hao Chen
> Assignee: Hao Chen
> Fix For: v0.5.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)