Petals ESB CLI

java.lang.NoSuchMethodException occurs when deploying a component

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 2.1.0
  • Fix Version/s: 2.1.1
  • Component/s: Command 'deploy'
  • Security Level: Public
  • Description:
    Hide

    When deploying a component and defining a value of a installation configuration parameter (type String):

    deploy -u file:///tmp/petals-bc-soap-4.3.0-SNAPSHOT.zip -D propertiesFile=file:///tmp/petals-bc-soap.properties

    the following error occurs:

    Connected on localhost:7700 with 'petals'
    ERROR on line 5: org.ow2.petals.admin.api.exception.ArtifactAdministrationException: java.lang.NoSuchMethodException: java.lang.String.valueOf(java.lang.String)
    Show
    When deploying a component and defining a value of a installation configuration parameter (type String):
    deploy -u file:///tmp/petals-bc-soap-4.3.0-SNAPSHOT.zip -D propertiesFile=file:///tmp/petals-bc-soap.properties
    the following error occurs:
    Connected on localhost:7700 with 'petals'
    ERROR on line 5: org.ow2.petals.admin.api.exception.ArtifactAdministrationException: java.lang.NoSuchMethodException: java.lang.String.valueOf(java.lang.String)
  • Environment:
    -

Activity

Hide
Christophe DENEUX added a comment - Fri, 4 Jan 2013 - 09:24:25 +0100

Fixed in trunk

Show
Christophe DENEUX added a comment - Fri, 4 Jan 2013 - 09:24:25 +0100 Fixed in trunk
Hide
Christophe DENEUX added a comment - Fri, 4 Jan 2013 - 10:51:39 +0100

The same error occurs on type 'int', 'long', 'short' or 'boolean'. Fixed in trunk

Show
Christophe DENEUX added a comment - Fri, 4 Jan 2013 - 10:51:39 +0100 The same error occurs on type 'int', 'long', 'short' or 'boolean'. Fixed in trunk

People

Dates

  • Created:
    Fri, 4 Jan 2013 - 09:22:31 +0100
    Updated:
    Fri, 4 Jan 2013 - 10:51:39 +0100
    Resolved:
    Fri, 4 Jan 2013 - 09:24:25 +0100