update
diff --git a/org.eclipse.osbp.authentication/src-gen/org/eclipse/osbp/authentication/account/dtos/UserAccountDto.java b/org.eclipse.osbp.authentication/src-gen/org/eclipse/osbp/authentication/account/dtos/UserAccountDto.java
index 5704367..88f5159 100644
--- a/org.eclipse.osbp.authentication/src-gen/org/eclipse/osbp/authentication/account/dtos/UserAccountDto.java
+++ b/org.eclipse.osbp.authentication/src-gen/org/eclipse/osbp/authentication/account/dtos/UserAccountDto.java
@@ -77,6 +77,7 @@
@Properties(properties = @Property(key = "theme", value = ""))
private String theme;
+ @Properties(properties = @Property(key = "printservice", value = ""))
private String printService;
@DomainReference
diff --git a/org.eclipse.osbp.authentication/src-gen/org/eclipse/osbp/authentication/account/entities/UserAccount.java b/org.eclipse.osbp.authentication/src-gen/org/eclipse/osbp/authentication/account/entities/UserAccount.java
index 74d163a..37a9c7f 100644
--- a/org.eclipse.osbp.authentication/src-gen/org/eclipse/osbp/authentication/account/entities/UserAccount.java
+++ b/org.eclipse.osbp.authentication/src-gen/org/eclipse/osbp/authentication/account/entities/UserAccount.java
@@ -104,6 +104,7 @@
private String theme;
@Column(name = "PRINT_SERVICE")
+ @Properties(properties = @Property(key = "printservice", value = ""))
private String printService;
@JoinColumn(name = "USER_ACCOUNT_FILTER_ID")
diff --git a/org.eclipse.osbp.authentication/src/account.dto b/org.eclipse.osbp.authentication/src/account.dto
index 615471d..873d751 100644
--- a/org.eclipse.osbp.authentication/src/account.dto
+++ b/org.eclipse.osbp.authentication/src/account.dto
@@ -11,11 +11,8 @@
* Christophe Loetz (Loetz GmbH&Co.KG) - initial implementation
*
*/
-
import ns org.eclipse.osbp.authentication.account.entities.UserAccount
-import ns org.eclipse.osbp.authentication.account.entities.UserAccountFilter
-
-package org.eclipse.osbp.authentication.account.dtos {
+import ns org.eclipse.osbp.authentication.account.entities.UserAccountFilter package org.eclipse.osbp.authentication.account.dtos {
autoDto UserAccountDto wraps UserAccount {
diff --git a/org.eclipse.osbp.authentication/src/account.entity b/org.eclipse.osbp.authentication/src/account.entity
index b19dd03..f7bc91d 100644
--- a/org.eclipse.osbp.authentication/src/account.entity
+++ b/org.eclipse.osbp.authentication/src/account.entity
@@ -45,7 +45,7 @@
var String layoutingStrategy
var String focusingStrategy
var String theme properties(key = "theme" value = "")
- var String printService
+ var String printService properties(key = "printservice" value = "")
ref UserAccountFilter [*] userAccountFilter opposite userAccount
@PreUpdate
def void preUpdate() {