<html>
<head>
</head>
<body>
<table border='0' cellpadding='3'>
<tr><td>Author: </td><td><b>semancik</b></td></tr>
<tr><td>Date:</td><td>2012-05-23 20:06:47 +0200 (Wed, 23 May 2012)</td></tr>
<tr><td>New Revision: </td><td>3551</td></tr>
</table>
<hr/><b>Log:</b><div style='padding-left: 20px; color:black'>
Creating concept of default value constructor (AsIs).<br/>
Fixing a lot of polyString-related bugs.<br/>
Updating tests to PolyString.<br/>
Hacking around semi-automatic type conversion in AsIs value constructor.<br/>
<br/>
</div><hr/>
<b>Modified:</b><div style='padding-left: 20px; color:blue'>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/xpath/XPathExpressionEvaluator.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/xpath/XPathExpressionEvaluator.java?r2=3551&r1=3550"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/valueconstruction/AsIsValueConstructor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/valueconstruction/AsIsValueConstructor.java?r2=3551&r1=3550"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/valueconstruction/ValueConstruction.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/valueconstruction/ValueConstruction.java?r2=3551&r1=3550"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/valueconstruction/ValueConstructionFactory.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/valueconstruction/ValueConstructionFactory.java?r2=3551&r1=3550"><see></a><br/>
trunk/infra/common/src/test/java/com/evolveum/midpoint/common/valueconstruction/TestValueConstructionDynamic.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/java/com/evolveum/midpoint/common/valueconstruction/TestValueConstructionDynamic.java?r2=3551&r1=3550"><see></a><br/>
trunk/infra/common/src/test/java/com/evolveum/midpoint/common/valueconstruction/ValueConstructionTestEvaluator.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/java/com/evolveum/midpoint/common/valueconstruction/ValueConstructionTestEvaluator.java?r2=3551&r1=3550"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/DeltaSetTriple.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/DeltaSetTriple.java?r2=3551&r1=3550"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/ObjectDelta.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/ObjectDelta.java?r2=3551&r1=3550"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/PrismValueDeltaSetTriple.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/PrismValueDeltaSetTriple.java?r2=3551&r1=3550"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/util/PrismTestUtil.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/util/PrismTestUtil.java?r2=3551&r1=3550"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/expr/ExpressionHandler.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/expr/ExpressionHandler.java?r2=3551&r1=3550"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/synchronizer/InboundProcessor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/synchronizer/InboundProcessor.java?r2=3551&r1=3550"><see></a><br/>
trunk/model/model-impl/src/main/resources/application-context-model.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/resources/application-context-model.xml?r2=3551&r1=3550"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/synchronizer/TestAssignmentProcessor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/synchronizer/TestAssignmentProcessor.java?r2=3551&r1=3550"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/synchronizer/TestUserSynchronizer.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/synchronizer/TestUserSynchronizer.java?r2=3551&r1=3550"><see></a><br/>
trunk/provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/ucf/impl/ConnectorInstanceIcfImpl.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/ucf/impl/ConnectorInstanceIcfImpl.java?r2=3551&r1=3550"><see></a><br/>
</div>
</body></html>