> > >
> > > Ralph
> > >
> > > > On May 24, 2019, at 10:34 AM, Gaurav wrote:
> > > >
> > > > Hi,
> > > >
> > > > Getting NullPointerException in DefaultMergeStrategy class.
> > > >
> > > > code
ld appear that the configuration being
> merged has one node with no configuration under it.
> >
> > If you only have a single configuration this shouldn’t happen.
> >
> > Ralph
> >
> > > On May 24, 2019, at 10:34 AM, Gaurav wrote:
> > >
> > &
figuration this shouldn’t happen.
>
> Ralph
>
> > On May 24, 2019, at 10:34 AM, Gaurav wrote:
> >
> > Hi,
> >
> > Getting NullPointerException in DefaultMergeStrategy class.
> >
> > codeblock -
> > "if
> > (targetNode.getAttr
rav wrote:
>
> Hi,
>
> Getting NullPointerException in DefaultMergeStrategy class.
>
> codeblock -
> "if
> (targetNode.getAttributes().get(NAME).equals(node.getAttributes().get(NAME)))
> "
>
> Probable suspect is that I've developed an appe
Hi,
Getting NullPointerException in DefaultMergeStrategy class.
codeblock -
"if
(targetNode.getAttributes().get(NAME).equals(node.getAttributes().get(NAME))) "
Probable suspect is that I've developed an appender similar to failoverappender
and it does not contain any c