09-18-2008 08:14 AM
ERROR [org.alfresco.repo.node.integrity.IntegrityChecker] Found 1 integrity violations:
Invalid property value:
Node: user://alfrescoUserStore/lustig
Type: {http://www.alfresco.org/model/user/1.0}authorityContainer
Property: {http://www.alfresco.org/model/user/1.0}authorityName
Constraint: The value 'Lustig' is not an allowed authority name: it is an authority of type: USER
ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
org.alfresco.repo.node.integrity.IntegrityException: Found 1 integrity violations:
Invalid property value:
Node: user://alfrescoUserStore/lustig
Type: {http://www.alfresco.org/model/user/1.0}authorityContainer
Property: {http://www.alfresco.org/model/user/1.0}authorityName
Constraint: The value 'Lustig' is not an allowed authority name: it is an authority of type: USER
<?xml version="1.0" encoding="UTF-8"?>
<view:view xmlns:view="http://www.alfresco.org/view/repository/1.0"
xmlns:cm="http://www.alfresco.org/model/content/1.0"
xmlns:sys="http://www.alfresco.org/model/system/1.0"
xmlns:usr="http://www.alfresco.org/model/user/1.0"
xmlns:app="http://www.alfresco.org/model/application/1.0">
<usr:authorityContainer view:childName="usr:lustig">
<view:aspects>
<sys:referenceable></sys:referenceable>
</view:aspects>
<viewroperties>
<sys:store-protocol>user</sys:store-protocol>
<cm:name>Peter Lustig</cm:name>
<sys:node-uuid>lustig</sys:node-uuid>
<usr:authorityName>Lustig</usr:authorityName>
<sys:store-identifier>alfrescoUserStore</sys:store-identifier>
</viewroperties>
<view:associations></view:associations>
</usr:authorityContainer>
</view:view>
03-03-2009 11:32 AM
<bean id="myproject_bootstrapSpaces" class="org.alfresco.repo.module.ImporterModuleComponent" parent="module.baseComponent">
<property name="moduleId" value="myproject" />
<property name="name" value="myproject.bootstrapSpaces" />
<property name="description" value="Initial data requirements" />
<property name="sinceVersion" value="0.0.1" />
<property name="appliesFromVersion" value="0.0.1" />
<!– property name="executeOnceOnly" value="false" / –>
<property name="importer" ref="spacesBootstrap"/>
<property name="bootstrapViews">
<list>
<props>
<prop key="path">/sys:system/sys:people</prop>
<prop key="location">alfresco/module/myproject/bootstrap/custom_users_space.xml</prop>
</props>
</list>
</property>
</bean>
<bean id="myproject_bootstrapUserGroups" class="org.alfresco.repo.module.ImporterModuleComponent" parent="module.baseComponent">
<property name="moduleId" value="myproject" />
<property name="name" value="myproject.bootstrapGroups" />
<property name="description" value="Initial data requirements" />
<property name="sinceVersion" value="0.0.1" />
<property name="appliesFromVersion" value="0.0.1" />
<property name="importer" ref="userBootstrap"/>
<property name="bootstrapViews">
<list>
<props>
<prop key="path">/${alfresco_user_store.system_container.childname}/sys:people</prop>
<prop key="location">alfresco/module/myproject/bootstrap/custom_users.xml</prop>
</props>
</list>
</property>
</bean>
<?xml version="1.0" encoding="utf-8"?>
<view:view xmlns:view="http://www.alfresco.org/view/repository/1.0">
<cm:person xmlns:cm="http://www.alfresco.org/model/content/1.0" xmlns=""
view:childName="cm:myuser">
<cm:userName>myuser</cm:userName>
<cm:firstName>First Name</cm:firstName>
<cm:lastName>Last Name</cm:lastName>
<cm:presenceUsername></cm:presenceUsername>
<cm:email>email@address.com</cm:email>
<cm:organization></cm:organization>
<cm:homeFolder>workspace://SpacesStore/MY_USERS_HOME</cm:homeFolder>
<cm:location></cm:location>
<cm:jobtitle></cm:jobtitle>
<cm:organizationId></cm:organizationId>
<cm:sizeQuota>-1</cm:sizeQuota>
<cm:sizeCurrent>0</cm:sizeCurrent>
</cm:person>
</view:view>
<?xml version="1.0" encoding="UTF-8"?>
<view:view xmlns:view="http://www.alfresco.org/view/repository/1.0"
xmlns:usr="http://www.alfresco.org/model/user/1.0" xmlns:cm="http://www.alfresco.org/model/content/1.0"
xmlns:sys="http://www.alfresco.org/model/system/1.0" xmlns:wca="http://www.alfresco.org/model/wcmappmodel/1.0"
xmlns="" view:childName="sys:system">
<usr:user view:childName="usr:user">
<view:aspects>
<sys:referenceable></sys:referenceable>
</view:aspects>
<view:properties>
<usr:accountExpires>false</usr:accountExpires>
<usr:credentialsExpire>false</usr:credentialsExpire>
<usr:password>3dbde697d71690a769204beb12283678</usr:password>
<usr:accountLocked>false</usr:accountLocked>
<usr:username>myuser</usr:username>
<usr:salt>
<view:value view:isNull="true"></view:value>
</usr:salt>
<usr:enabled>true</usr:enabled>
</view:properties>
</usr:user>
</view:view>
03-06-2009 10:20 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.