11-30-2006 02:15 PM
14:00:34,103 ERROR [node.integrity.IntegrityChecker] Found 1 integrity violations:
The association source multiplicity has been violated:
Association: Association[ class=ClassDef[name={http://www.goecon.net/model/process/1.0}procedure], name={http://www.goecon.net/model/process/1.0}Inputs, target class={http://www.goecon.net/model/process/1.0}deliverableDefinition, source role=null, target role=n
ull]
Required source Multiplicity: 1..1
Actual source Multiplicity: 0
14:00:34,304 ERROR [util.transaction.SpringAwareUserTransaction] Transaction didn't commit
org.alfresco.repo.node.integrity.IntegrityException: Integrity failure
at org.alfresco.repo.node.integrity.IntegrityChecker.checkIntegrity(IntegrityChecker.java:611)….
<type name="prc:deliverableDefinition">
<title>Deliverable Definition</title>
<parent>cm:content</parent>
<mandatory-aspects>
<aspect>cm:versionable</aspect>
</mandatory-aspects>
</type>
<type name="prc:procedure">
<title>Procedure</title>
<description>Procedure</description>
<parent>cm:content</parent>
<associations>
<association name="prc:Owner">
<target>
<class>cm:person</class>
<mandatory>false</mandatory>
<many>false</many>
</target>
</association>
<association name="prc:Inputs">
<target>
<class>prc:deliverableDefinition</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
</association>
<association name="prc:Outputs">
<target>
<class>prc:deliverableDefinition</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
</association>
<association name="prc:Tools">
<target>
<class>prc:tool</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
</association>
</associations>
<mandatory-aspects>
<aspect>cm:versionable</aspect>
</mandatory-aspects>
</type>
<type name="prc:process">
<title>Process</title>
<parent>cm:folder</parent>
<properties>
<property name="prc:status">
<title>Process Status</title>
<type>d:text</type>
</property>
</properties>
</type>
Association: Association[ class=ClassDef[name={http://www.goecon.net/model/process/1.0}procedure], name={http://www.goecon.net/model/process/1.0}Inputs, target class={http://www.goecon.net/model/process/1.0}deliverableDefinition, source role=null, target role=null]
Required source Multiplicity: 1..1
Actual source Multiplicity: 2
Association: Association[ class=ClassDef[name={http://www.goecon.net/model/process/1.0}procedure], name={http://www.goecon.net/model/process/1.0}Inputs, target class={http://www.goecon.net/model/process/1.0}deliverableDefinition, source role=null, target role=null]
Required source Multiplicity: 1..1
Actual source Multiplicity: 0
12-01-2006 12:10 PM
12-01-2006 12:43 PM
<type name="prc:deliverableDefinition">
<associations>
<association name="prc:Inputs">
<source>
<many>false</many>
</source>
<target>
<class>prc:procedure</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
</association>
</associations>
</type>
<type name="prc:procedure">
<associations>
<association name="prc:Inputs">
<source>
<many>true</many>
</source>
<target>
<class>prc:deliverableDefinition</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
</association>
</associations>
</type>
12-04-2006 04:45 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.