Jump to content
We've recently updated our Privacy Statement, available here ×

branko.vukasovic

Members
  • Posts

    3
  • Joined

  • Last visited

branko.vukasovic's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare

Recent Badges

0

Reputation

  1. Here is the example how to create a domain: $domain = new JaspersoftDtoResourceSemanticLayerDataSource();$domain->uri = $uri;$domain->dataSource = $dataSourceuri;$domain->label = "Client Domain";$domain->schema = new JaspersoftDtoResourceFile();$domain->schema->content = base64_encode(file_get_contents('schema.data')); // base46 does the trick$domain->schema->type = 'xml';$domain->schema->label = 'schema';$repositoryService->createResource($domain);[/code]
  2. I have faced the same problem. It turned out that in display tab of domain designer you have to put your items in a set. For example, like this: not like this:
  3. We are facing the same problem. Did you manage to figure out what causes this behaviour?
×
×
  • Create New...