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

Hide
Adrien Ruffie added a comment - Tue, 23 Nov 2010 - 11:40:47 +0100

The back port over trunk (2.1-SNAPSHOT) correctly performed

Show
Adrien Ruffie added a comment - Tue, 23 Nov 2010 - 11:40:47 +0100 The back port over trunk (2.1-SNAPSHOT) correctly performed
Hide
Adrien Ruffie added a comment - Mon, 22 Nov 2010 - 11:32:17 +0100

Pending trunk (2.1-SNAPSHOT) backport

Show
Adrien Ruffie added a comment - Mon, 22 Nov 2010 - 11:32:17 +0100 Pending trunk (2.1-SNAPSHOT) backport
Hide
Adrien Ruffie added a comment - Wed, 17 Nov 2010 - 16:26:51 +0100

I made the correction. This correction will take effect for unreleased 2.0.5 and 2.1 versions

Show
Adrien Ruffie added a comment - Wed, 17 Nov 2010 - 16:26:51 +0100 I made the correction. This correction will take effect for unreleased 2.0.5 and 2.1 versions
Hide
Adrien Ruffie added a comment - Wed, 17 Nov 2010 - 14:31:55 +0100

This bug is blocker for our clients

Show
Adrien Ruffie added a comment - Wed, 17 Nov 2010 - 14:31:55 +0100 This bug is blocker for our clients
Hide
Adrien Ruffie added a comment - Wed, 17 Nov 2010 - 14:29:32 +0100

A check must be performed in order to verify if the returned description string is or isn't null

Show
Adrien Ruffie added a comment - Wed, 17 Nov 2010 - 14:29:32 +0100 A check must be performed in order to verify if the returned description string is or isn't null

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