2 Replies Latest reply on Mar 25, 2013 3:00 PM by gtmbanerjee

    Embedded Server Group does not exist: chorus_metadata_cache.property'

    gtmbanerjee

      Hi,

      I am trying to run a testcase which is having models deployed to embedded server. There is a translator which creates the chorus_metadata_cache.property table and the

      translator is added to the model. When i am trying to run the test case it is giving the Group does not exist: chorus_metadata_cache.property'

       

      Here is a code snippet.

       

      final ModelMetaData cacheModel = new ModelMetaData();

      cacheModel.setName("chorus_metadata_cache");

      cacheModel.addSourceMapping("chorus_metadata_cache",

                                          "chorus-translator-h2util",

                                          "source-jdbc");

       

      when I deploy the model and try to insert to the chorus_metadata_cache.property it gives group does not exist

       

      Thanks

      Gautam