[
https://issues.apache.org/jira/browse/EAGLE-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15500417#comment-15500417
]
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_r79298902
--- Diff:
eagle-core/eagle-app/eagle-app-base/src/main/java/org/apache/eagle/app/service/impl/ApplicationProviderServiceImpl.java
---
@@ -103,8 +103,8 @@ private void validate() {
if (!dependency.isRequired()) {
LOG.warn("Unable to load dependency {} -> {}",
applicationDesc.getType(), dependency, ex);
} else {
- LOG.error("Failed to load dependency {} ->
{}", applicationDesc.getType(), dependency,ex);
- throw new IllegalStateException("Failed to
load application providers due to dependency missing",ex);
+ LOG.error("Failed to load dependency {} ->
{}", applicationDesc.getType(), dependency, ex);
--- End diff --
Add dependency details for Dependency Missing Exception
> 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)