@PostConstruct
public void assertPlayground() {
// TODO in case repo is not defined in system repository so we add default
try {
Repository repository1 = repositoryService.getRepository( DROOLS_WB_PLAYGROUND_ALIAS );
if ( repository1 == null ) {
repository1 = repositoryService.createRepository( DROOLS_WB_PLAYGROUND_SCHEME, DROOLS_WB_PLAYGROUND_ALIAS,
new HashMap<String, Object>() {{
put( "origin", DROOLS_WB_PLAYGROUND_ORIGIN );
put( "username", DROOLS_WB_PLAYGROUND_UID );