Petals Web-Console

NPE from webconsole service layer

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: 2.0.4
  • Fix Version/s: 2.0.5
  • Component/s: None
  • Security Level: Public
  • Description:
    Hide

    During the getDocument in management service if the description string returned is null,
    a NullPointerException is generated from stringToDocument (Because the input String is null
    and the StringRead can't be initialized)

    final String in = erc.getDescriptionAsString(serviceName, endpointName);
    result = TransformerHelper.stringToDocument(in);

    Show
    During the getDocument in management service if the description string returned is null, a NullPointerException is generated from stringToDocument (Because the input String is null and the StringRead can't be initialized) final String in = erc.getDescriptionAsString(serviceName, endpointName); result = TransformerHelper.stringToDocument(in);
  • Environment:
    Webconsole 2.0.4, Petals 3.1.1 Kernel 3.1.1 JMX client 1.6.2

Activity

People

Dates

  • Created:
    Wed, 17 Nov 2010 - 14:28:39 +0100
    Updated:
    Tue, 23 Nov 2010 - 11:40:47 +0100
    Resolved:
    Tue, 23 Nov 2010 - 11:40:47 +0100