svn commit: r1441629 - in /syncope/trunk: client/src/main/java/org/apache/syncope/client/services/proxy/ common/src/main/java/org/apache/syncope/common/services/ console/src/main/java/org/apache/synco

2013-02-01 Thread cschneider
Author: cschneider Date: Fri Feb 1 21:10:35 2013 New Revision: 1441629 URL: http://svn.apache.org/viewvc?rev=1441629&view=rev Log: SYNCOPE-231 Fix marshalling issue in getReportletConfClasses Added: syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ReportletConfClasses.j

svn commit: r1441557 - in /syncope/trunk/core/src/test/java/org/apache/syncope/core/rest: AbstractTest.java ResourceTestITCase.java

2013-02-01 Thread cschneider
Author: cschneider Date: Fri Feb 1 17:52:57 2013 New Revision: 1441557 URL: http://svn.apache.org/viewvc?rev=1441557&view=rev Log: SYNCOPE-231 Fix for create issue in ResourceTest Modified: syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/AbstractTest.java syncope/trunk/co

svn commit: r1441540 - /syncope/trunk/common/src/main/java/org/apache/syncope/common/services/UserService.java

2013-02-01 Thread cschneider
Author: cschneider Date: Fri Feb 1 17:13:24 2013 New Revision: 1441540 URL: http://svn.apache.org/viewvc?rev=1441540&view=rev Log: SYNCOPE-231 Fix for issue in UserService read by name Modified: syncope/trunk/common/src/main/java/org/apache/syncope/common/services/UserService.java Modified

svn commit: r1441528 - /syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/UserTestITCase.java

2013-02-01 Thread cschneider
Author: cschneider Date: Fri Feb 1 16:58:01 2013 New Revision: 1441528 URL: http://svn.apache.org/viewvc?rev=1441528&view=rev Log: SYNCOPE-231 Added test for issue in userService read by name Modified: syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/UserTestITCase.java Modifi

svn commit: r1441513 - /syncope/trunk/common/src/main/java/org/apache/syncope/common/to/SchemaTO.java

2013-02-01 Thread ashakirin
Author: ashakirin Date: Fri Feb 1 16:28:56 2013 New Revision: 1441513 URL: http://svn.apache.org/viewvc?rev=1441513&view=rev Log: [SYNCOPE-231] Jackson annotation for 1.2.0 Modified: syncope/trunk/common/src/main/java/org/apache/syncope/common/to/SchemaTO.java Modified: syncope/trunk/comm

svn commit: r1441509 - in /syncope/trunk: common/src/main/java/org/apache/syncope/common/to/TaskTO.java core/src/main/java/org/apache/syncope/core/services/TaskServiceImpl.java core/src/test/java/org/

2013-02-01 Thread cschneider
Author: cschneider Date: Fri Feb 1 16:24:26 2013 New Revision: 1441509 URL: http://svn.apache.org/viewvc?rev=1441509&view=rev Log: SYNCOPE-231 Switched contenttype of UserTest to xml and fixed error in TaskService create location Modified: syncope/trunk/common/src/main/java/org/apache/synco

svn commit: r1441495 - /syncope/trunk/common/src/main/java/org/apache/syncope/common/to/TaskTO.java

2013-02-01 Thread ashakirin
Author: ashakirin Date: Fri Feb 1 15:51:53 2013 New Revision: 1441495 URL: http://svn.apache.org/viewvc?rev=1441495&view=rev Log: [SYNCOPE-231] Improved TaskTO with @XmlSeeAlso Modified: syncope/trunk/common/src/main/java/org/apache/syncope/common/to/TaskTO.java Modified: syncope/trunk/com

svn commit: r1441462 - in /syncope/trunk: client/src/main/java/org/apache/syncope/client/services/proxy/ common/src/main/java/org/apache/syncope/common/services/ core/src/main/java/org/apache/syncope/

2013-02-01 Thread jbernhardt
Author: jbernhardt Date: Fri Feb 1 14:46:13 2013 New Revision: 1441462 URL: http://svn.apache.org/viewvc?rev=1441462&view=rev Log: [SYNCOPE-231] * Adding Java Doc for TaskService * changing return type from report(..) to void, since console does not care about it and read operation can be used t

svn commit: r1441452 - /syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/data/AbstractAttributableDataBinder.java

2013-02-01 Thread massi
Author: massi Date: Fri Feb 1 14:16:08 2013 New Revision: 1441452 URL: http://svn.apache.org/viewvc?rev=1441452&view=rev Log: SYNCOPE-306 added right check on virtual attribute Modified: syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/data/AbstractAttributableDataBinder.java

svn commit: r1441449 - in /syncope/trunk: common/src/main/java/org/apache/syncope/common/to/ common/src/main/java/org/apache/syncope/common/types/ console/src/main/java/org/apache/syncope/console/page

2013-02-01 Thread jbernhardt
Author: jbernhardt Date: Fri Feb 1 14:10:32 2013 New Revision: 1441449 URL: http://svn.apache.org/viewvc?rev=1441449&view=rev Log: [SYNCOPE-231] * renaming SchemaType to AttributeSchemaType Added: syncope/trunk/common/src/main/java/org/apache/syncope/common/types/AttributeSchemaType.java Re

[CONF] Apache Syncope > Upgrade instructions

2013-02-01 Thread confluence
Upgrade instructions Page edited by Fabio Martelli Changes (1) ... h3. Changes in ConnInstance table [SYNCOPE-279|https://issues.

[CONF] Apache Syncope > Upgrade instructions

2013-02-01 Thread confluence
Upgrade instructions Page edited by Fabio Martelli Changes (1) ... {code} h3. Changes in ConnInstance table [SYNCOPE-279|https://

svn commit: r1441434 - in /syncope/trunk: common/src/main/java/org/apache/syncope/common/services/ console/src/main/java/org/apache/syncope/console/commons/ console/src/main/java/org/apache/syncope/co

2013-02-01 Thread cschneider
Author: cschneider Date: Fri Feb 1 12:57:50 2013 New Revision: 1441434 URL: http://svn.apache.org/viewvc?rev=1441434&view=rev Log: SYNCOPE-231 Move InvalidSearchConditionException to common and make checked again Added: syncope/trunk/common/src/main/java/org/apache/syncope/common/services/

svn commit: r1441431 - in /syncope/trunk: client/src/main/java/org/apache/syncope/client/services/proxy/ common/src/main/java/org/apache/syncope/common/services/ common/src/main/java/org/apache/syncop

2013-02-01 Thread jbernhardt
Author: jbernhardt Date: Fri Feb 1 12:53:28 2013 New Revision: 1441431 URL: http://svn.apache.org/viewvc?rev=1441431&view=rev Log: [SYNCOPE-231] * fixing Task creation bug * updating task report method Modified: syncope/trunk/client/src/main/java/org/apache/syncope/client/services/proxy/Ta

svn commit: r1441426 - in /syncope/trunk/core/src/test: java/org/apache/syncope/core/persistence/dao/VirAttrTest.java resources/content.xml

2013-02-01 Thread ashakirin
Author: ashakirin Date: Fri Feb 1 12:38:39 2013 New Revision: 1441426 URL: http://svn.apache.org/viewvc?rev=1441426&view=rev Log: [SYNCOPE-298] Workaround for Id conflicts in integration tests Modified: syncope/trunk/core/src/test/java/org/apache/syncope/core/persistence/dao/VirAttrTest.jav

svn commit: r1441415 - in /syncope/trunk/core/src: main/java/org/apache/syncope/core/services/TaskServiceImpl.java test/java/org/apache/syncope/core/rest/TaskTestITCase.java

2013-02-01 Thread cschneider
Author: cschneider Date: Fri Feb 1 12:07:46 2013 New Revision: 1441415 URL: http://svn.apache.org/viewvc?rev=1441415&view=rev Log: SYNCOPE-231 Removing unused imports Modified: syncope/trunk/core/src/main/java/org/apache/syncope/core/services/TaskServiceImpl.java syncope/trunk/core/src

[CONF] Apache Syncope > REST API upgrade

2013-02-01 Thread confluence
REST API upgrade Page edited by Jan Bernhardt Comment: Updating TaskService Changes (9) ... || Old URL || New UR

svn commit: r1441361 - in /syncope/trunk/console/src/main: java/org/apache/syncope/console/pages/ java/org/apache/syncope/console/pages/panels/ java/org/apache/syncope/console/rest/ resources/org/apac

2013-02-01 Thread ilgrosso
Author: ilgrosso Date: Fri Feb 1 09:35:21 2013 New Revision: 1441361 URL: http://svn.apache.org/viewvc?rev=1441361&view=rev Log: [SYNCOPE-294] UserTO re-read from REST before opening the edit modal page Modified: syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/ResourceM

svn commit: r1441341 - /syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/panels/RoleDetailsPanel.java

2013-02-01 Thread ilgrosso
Author: ilgrosso Date: Fri Feb 1 08:41:20 2013 New Revision: 1441341 URL: http://svn.apache.org/viewvc?rev=1441341&view=rev Log: More robust handling of Long -> long conversion Modified: syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/panels/RoleDetailsPanel.java Modif