Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-12550

java.lang.IllegalArgumentException: ISPN027002: Unknown task '@@template@create'

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 12.0.0.CR1
    • 12.0.0.Dev07
    • Hot Rod, Server
    • None
    • DataGrid Sprint #53
    • Hide
          String xml = String.format("<infinispan><cache-container><distributed-cache name=\"%s\"><memory max-count=\"%d\" storage=\"%s\"/></distributed-cache></cache-container></infinispan>", "FirstDistConf", 10000, "OFF_HEAP");
          BasicConfiguration template = new XMLStringConfiguration(xml);
          remoteCacheManager.administration().createTemplate("FirstDistConf", template);
      
      Show
      String xml = String .format( "<infinispan><cache-container><distributed-cache name=\" %s\ "><memory max-count=\" %d\ " storage=\" %s\ "/></distributed-cache></cache-container></infinispan>" , "FirstDistConf" , 10000, "OFF_HEAP" ); BasicConfiguration template = new XMLStringConfiguration(xml); remoteCacheManager.administration().createTemplate( "FirstDistConf" , template);
    • Undefined

    Description

      Creating/Removing a template via the Hot Rod client throws the following exception on the server:

      java.lang.IllegalArgumentException: ISPN027002: Unknown task '@@template@create'
      

      Attachments

        Activity

          People

            remerson@redhat.com Ryan Emerson
            remerson@redhat.com Ryan Emerson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: