svn commit: r1439474 - /syncope/trunk/core/src/main/java/org/apache/syncope/core/services/

2013-01-28 Thread cschneider
Author: cschneider Date: Mon Jan 28 16:18:34 2013 New Revision: 1439474 URL: http://svn.apache.org/viewvc?rev=1439474&view=rev Log: SYNCOPE-231 Removing explicit Exception handling where ExceptionMapper should work Modified: syncope/trunk/core/src/main/java/org/apache/syncope/core/services/

svn commit: r1439469 - in /syncope/trunk: common/src/main/java/org/apache/syncope/common/report/ console/src/main/java/org/apache/syncope/console/rest/ core/src/main/java/org/apache/syncope/core/servi

2013-01-28 Thread jbernhardt
Author: jbernhardt Date: Mon Jan 28 16:08:27 2013 New Revision: 1439469 URL: http://svn.apache.org/viewvc?rev=1439469&view=rev Log: [SYNCOPE-231] * Adding (fixing) JAX-B Annotations Modified: syncope/trunk/common/src/main/java/org/apache/syncope/common/report/StaticReportletConf.java sy

svn commit: r1439466 - /syncope/trunk/client/src/main/java/org/apache/syncope/client/services/proxy/ReportServiceProxy.java

2013-01-28 Thread jbernhardt
Author: jbernhardt Date: Mon Jan 28 16:05:56 2013 New Revision: 1439466 URL: http://svn.apache.org/viewvc?rev=1439466&view=rev Log: SYNCOPE-292 Modified: syncope/trunk/client/src/main/java/org/apache/syncope/client/services/proxy/ReportServiceProxy.java Modified: syncope/trunk/client/src/m

svn commit: r1439455 - 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-01-28 Thread cschneider
Author: cschneider Date: Mon Jan 28 15:52:31 2013 New Revision: 1439455 URL: http://svn.apache.org/viewvc?rev=1439455&view=rev Log: SYNCOPE-231 Changing return of UserService.create to Response, making params final Modified: syncope/trunk/client/src/main/java/org/apache/syncope/client/servi

svn commit: r1439430 - in /syncope/trunk/core/src/main: java/org/apache/syncope/core/persistence/dao/ java/org/apache/syncope/core/rest/controller/ java/org/apache/syncope/core/services/ resources/

2013-01-28 Thread cschneider
Author: cschneider Date: Mon Jan 28 14:44:09 2013 New Revision: 1439430 URL: http://svn.apache.org/viewvc?rev=1439430&view=rev Log: SYNCOPE-231 Adding UserServiceImpl for CXF Added: syncope/trunk/core/src/main/java/org/apache/syncope/core/services/UserServiceImpl.java (with props) Modifie

svn commit: r1439429 - /syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/utils/RestServiceExceptionMapper.java

2013-01-28 Thread cschneider
Author: cschneider Date: Mon Jan 28 14:41:26 2013 New Revision: 1439429 URL: http://svn.apache.org/viewvc?rev=1439429&view=rev Log: SYNCOPE-231 Some refactorings in exception mapper Modified: syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/utils/RestServiceExceptionMapper.java

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

2013-01-28 Thread jbernhardt
Author: jbernhardt Date: Mon Jan 28 14:34:22 2013 New Revision: 1439425 URL: http://svn.apache.org/viewvc?rev=1439425&view=rev Log: [SYNCOPE-231] Fixing Notification CXF Test Modified: syncope/trunk/client/src/main/java/org/apache/syncope/client/services/proxy/NotificationServiceProxy.java

svn commit: r1439402 - in /syncope/trunk/common/src/main/java/org/apache/syncope/common: search/ services/ to/

2013-01-28 Thread jbernhardt
Author: jbernhardt Date: Mon Jan 28 13:48:55 2013 New Revision: 1439402 URL: http://svn.apache.org/viewvc?rev=1439402&view=rev Log: [SYNCOPE-231] * Adding (fixing) JAX-B Annotations Modified: syncope/trunk/common/src/main/java/org/apache/syncope/common/search/AttributeCond.java syncope/

svn commit: r1439366 - in /syncope/trunk: common/src/main/java/org/apache/syncope/common/to/ core/src/test/java/org/apache/syncope/core/rest/jaxrs/

2013-01-28 Thread jbernhardt
Author: jbernhardt Date: Mon Jan 28 12:29:09 2013 New Revision: 1439366 URL: http://svn.apache.org/viewvc?rev=1439366&view=rev Log: [SYNCOPE-231] Fixing CXF Tests Modified: syncope/trunk/common/src/main/java/org/apache/syncope/common/to/AccountPolicyTO.java syncope/trunk/common/src/main

svn commit: r1439361 - /syncope/trunk/console/src/main/java/org/apache/syncope/console/rest/PolicyRestClient.java

2013-01-28 Thread jbernhardt
Author: jbernhardt Date: Mon Jan 28 12:19:41 2013 New Revision: 1439361 URL: http://svn.apache.org/viewvc?rev=1439361&view=rev Log: SYNCOPE-292 Modified: syncope/trunk/console/src/main/java/org/apache/syncope/console/rest/PolicyRestClient.java Modified: syncope/trunk/console/src/main/java/

svn commit: r1439358 - in /syncope/trunk/core/src/test: java/org/apache/syncope/core/rest/AbstractTest.java java/org/apache/syncope/core/rest/NotificationTestITCase.java resources/content.xml

2013-01-28 Thread ashakirin
Author: ashakirin Date: Mon Jan 28 12:01:42 2013 New Revision: 1439358 URL: http://svn.apache.org/viewvc?rev=1439358&view=rev Log: [SYNCOPE-289] Notification with 101 isn't needed anymore. Removed parameterized from AbstractTest Modified: syncope/trunk/core/src/test/java/org/apache/syncope/

svn commit: r1439342 - 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/resources/ core/src/test

2013-01-28 Thread jbernhardt
Author: jbernhardt Date: Mon Jan 28 11:01:17 2013 New Revision: 1439342 URL: http://svn.apache.org/viewvc?rev=1439342&view=rev Log: [SYNCOPE-231] Fixing CXF Tests Modified: syncope/trunk/client/src/main/java/org/apache/syncope/client/services/proxy/SchemaServiceProxy.java syncope/trunk/

[CONF] Apache Syncope > REST API upgrade

2013-01-28 Thread confluence
REST API upgrade Page edited by Francesco Chicchiricco Changes (3) Syncope's REST API has changed from version *<>* to *<>*. {note:title=Versi

svn commit: r1439328 - in /syncope/site: ./ 1.0.5/ apidocs/ css/ images/ img/ js/

2013-01-28 Thread fmartelli
Author: fmartelli Date: Mon Jan 28 10:12:11 2013 New Revision: 1439328 URL: http://svn.apache.org/viewvc?rev=1439328&view=rev Log: Promoting the staging site Added: syncope/site/apidocs/ - copied from r1439326, syncope/site/1.0.5/apidocs/ syncope/site/architecture.html - copie

[CONF] Apache Syncope > Create a new Syncope project

2013-01-28 Thread confluence
Create a new Syncope project Page edited by Fabio Martelli Changes (1) ... -DarchetypeArtifactId=syncope-archetype \ -DarchetypeReposit

[CONF] Apache Syncope > Espressivo

2013-01-28 Thread confluence
Espressivo Page edited by Fabio Martelli Changes (1) {toc:style=decimal|maxLevel=1} h1. 1.0.5 (January 23rd, 2013) Welcome to the first rele

svn commit: r1310 - in /release/syncope: 1.0.4/ 1.0.5/

2013-01-28 Thread fmartelli
Author: fmartelli Date: Mon Jan 28 10:01:29 2013 New Revision: 1310 Log: Promoting the voted release artifacts and cleaning up older releases Added: release/syncope/1.0.5/ release/syncope/1.0.5/syncope-root-1.0.5-source-release.zip (with props) release/syncope/1.0.5/syncope-root-1.0

svn commit: r1439320 - /syncope/trunk/core/pom.xml

2013-01-28 Thread ilgrosso
Author: ilgrosso Date: Mon Jan 28 09:35:12 2013 New Revision: 1439320 URL: http://svn.apache.org/viewvc?rev=1439320&view=rev Log: Moving the new jaxrs up in the pom.xml, closer to dev Modified: syncope/trunk/core/pom.xml Modified: syncope/trunk/core/pom.xml URL: http://svn.apache.org/viewvc

svn commit: r1439316 - /syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/jaxrs/ConnectorTestITCaseJAXRS.java

2013-01-28 Thread ashakirin
Author: ashakirin Date: Mon Jan 28 09:24:46 2013 New Revision: 1439316 URL: http://svn.apache.org/viewvc?rev=1439316&view=rev Log: [SYNCOPE-289] Fixed parent class Modified: syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/jaxrs/ConnectorTestITCaseJAXRS.java Modified: syncope/

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

2013-01-28 Thread cschneider
Author: cschneider Date: Mon Jan 28 08:56:56 2013 New Revision: 1439306 URL: http://svn.apache.org/viewvc?rev=1439306&view=rev Log: SYNCOPE-231 Adding annotations to UserService interface for CXF Modified: syncope/trunk/common/src/main/java/org/apache/syncope/common/services/UserService.java

svn commit: r1439300 - in /syncope/trunk: client/src/main/java/org/apache/syncope/client/rest/utils/ core/src/main/java/org/apache/syncope/core/rest/utils/ core/src/test/java/org/apache/syncope/core/r

2013-01-28 Thread ashakirin
Author: ashakirin Date: Mon Jan 28 08:39:11 2013 New Revision: 1439300 URL: http://svn.apache.org/viewvc?rev=1439300&view=rev Log: [SYNCOPE-289] JAXRS integration tests (currently not all tests are green, but shared to be visible for other committers) Added: syncope/trunk/core/src/test/java