Exiting incubator

2012-11-23 Thread Francesco Chicchiriccò
org Take note of these new addresses when you need to post a message. Archives at Nabble and MarkMail have been updated as well. For any question, just ask. Regards. [1] http://archiva.apache.org/ [2] http://ldc.usb.ve/docs/svn/svn.branchmerge.switchwc.html -- Francesco Chicchiriccò ASF Member, A

Top-bar layout for the website [WAS Re: Exiting incubator]

2012-11-23 Thread Francesco Chicchiriccò
On 23/11/2012 15:54, Francesco Chicchiriccò wrote: [...] Incidentally, I've noticed that the current layout (with left bar) is wasting some space in the top area and was wondering if you would like to move instead to a top-bar layout (see an example [1]). WDYT? A live running demo (wi

Re: Using hibernate instead of OpenJPA

2012-12-10 Thread Francesco Chicchiriccò
we can start discussing about migrating your configuration to Hibernate: we could use this for building a specific wiki page. Regards. [1] https://cwiki.apache.org/confluence/display/SYNCOPE/Create+a+new+Syncope+project -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Coco

Re: Using hibernate instead of OpenJPA

2012-12-11 Thread Francesco Chicchiriccò
https://cwiki.apache.org/confluence/display/SYNCOPE/Create+a+new+Syncope+project [2] https://cwiki.apache.org/confluence/display/SYNCOPE/Roadmap [3] https://cwiki.apache.org/confluence/display/SYNCOPE/Run+Syncope+in+real+environments -- Francesco Chicchiriccò ASF Member, Apache Sync

Re: Apache syncope demo

2012-12-12 Thread Francesco Chicchiriccò
publicly available demo of Apache Syncope provided by an independent and external company, Tirasa. Please send such questions to sync...@tirasa.net, the support e-mail address provided by Tirasa FULL DISCLAIMER: I work for Tirasa. Regards. -- Francesco Chicchiriccò ASF Member, Apache Syncope

[ANN] Apache Syncope 1.0.4

2012-12-13 Thread Francesco Chicchiriccò
The Apache Syncope team is pleased to announce the release of Syncope 1.0.4 Apache Syncope is an Open Source system for managing digital identities in enterprise environments, implemented in JEE technology . The release will be available within 24h from: http://syncope.apache.org/downloads.html

Re: Error while starting Syncope with an empty database

2013-01-21 Thread Francesco Chicchiriccò
19187494 INSERT INTO ACT_GE_PROPERTY(NAME_,VALUE_,REV_) VALUES (?,?,?)} [code=1062, state=23000] This is due to recent modification introduced by SYNCOPE-241. Basically, you have to remove any entry starting with content.xml and place it in a new file activiticontent.xml Regards. -- Frances

Re: Connecting Syncope to CAS

2013-01-23 Thread Francesco Chicchiriccò
e.org/repos/asf/syncope/branches/1_0_X/core/src/main/java/org/apache/syncope/core/security/SyncopeAuthenticationProvider.java [7] https://svn.apache.org/repos/asf/syncope/branches/1_0_X/console/src/main/java/org/apache/syncope/console/pages/Login.java -- Francesco Chicchiriccò ASF Member, Apache Sy

Re: Run Syncope in embedded mode

2013-02-14 Thread Francesco Chicchiriccò
ot;embedded" could not be activated because it does not exist. | How can i run this application? Now you should be able to get to it. Next upcoming release 1.1.0 will provide an easier standalone distribution for "test driving" Syncope. Regards. -- Francesco Chicchiriccò ASF M

Re: Run Syncope in embedded mode

2013-02-14 Thread Francesco Chicchiriccò
le UI, e.g. http://localhost:9080/syncope-console Regards. [1] https://cwiki.apache.org/confluence/display/SYNCOPE/Run+Syncope+in+embedded+mode -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Run Syncope in embedded mode

2013-02-16 Thread Francesco Chicchiriccò
uence/display/SYNCOPE/Run+Syncope+in+real+environments If you can look my war files can be downloadable from this links; http://omerfarukak.com/syncope.war http://omerfarukak.com/syncope-console.war -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Run Syncope in embedded mode

2013-02-18 Thread Francesco Chicchiriccò
https://issues.apache.org/jira/browse/SYNCOPE-316 [3] https://cwiki.apache.org/confluence/display/SYNCOPE/Configure+a+Database+resource -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Syncope build problem

2013-02-19 Thread Francesco Chicchiriccò
type https://oss.sonatype.org/content/repositories/snapshots false true In particular, the dependency mentioned above is available at https://oss.sonatype.org/content/repositories/snapshots/org/connid/bundles/org.connid.bundles.csvdir/0.6.1-SNAPSHOT/ Regards. --

Re: Resource not found when using cargo and h2 database

2013-02-20 Thread Francesco Chicchiriccò
ion, using tomcat and mysql. I was able to create a Role with 2 resources. In that setup all is working fine. -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Resource not found when using cargo and h2 database

2013-02-20 Thread Francesco Chicchiriccò
s attached in Syncope to the Role created. Which connectors have you defined for Resource1 and Resource2? 2013/2/20 Francesco Chicchiriccò <mailto:ilgro...@apache.org>> On 20/02/2013 16:36, ernst Developer wrote: Hi, I am running syncope on my loca

Re: Crash with memory leaks in threads

2013-02-21 Thread Francesco Chicchiriccò
So my questions: * Anyone familiar with this error? * Is it fixed in the modern version of syncope? * Anybody know of an interim fix for the time being? Hi Jesse, this deserves some deep investigation: I'll do and report here. Thanks for reporting. Regards. -- Francesco Chicchiriccò

Re: Cannot create JDBC driver of class '' for connect URL 'null'

2013-02-24 Thread Francesco Chicchiriccò
ions/4562471/connecting-to-local-instance-of-postgresql-with-jdbc -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Cannot create JDBC driver of class '' for connect URL 'null'

2013-02-25 Thread Francesco Chicchiriccò
missing: just fixed. (JDK >= 1.6.0-23, BTW). Thanks for your good works, Glad that you are evaluating (and contributing). Regards. On 02/24/2013 09:39 AM, Francesco Chicchiriccò wrote: On 23/02/2013 14:56, Edward Siewick wrote: OK, with fresh eyes, in the error messages is: Feb 22, 2

Re: java.net.MalformedURLException: unknown protocol: vfs

2013-02-25 Thread Francesco Chicchiriccò
uot; Java(TM) SE Runtime Environment (build 1.7.0_15-b03) Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode) jboss-as-7.1.1.Final.tar.gz ogs-3.1.2.2-unix.sh apache-maven-3.0.5-bin.tar.gz apache-tomcat-7.0.37.tar.gz Apache Syncope 1.0.5 Any and all clues are welcome. Thanks, Edwar

Re: java.net.MalformedURLException: unknown protocol: vfs

2013-02-25 Thread Francesco Chicchiriccò
On 25/02/2013 10:19, Francesco Chicchiriccò wrote: Hi Edward, I am examining the situation. The good news so far is that the integration test suite (from the stable 1_0_X branch) running against JBoss is still succeeding. The bad news is that I am not able to deploy on JBoss by following the

Re: java.net.MalformedURLException: unknown protocol: vfs

2013-02-25 Thread Francesco Chicchiriccò
PE/Run+Syncope+in+real+environments#RunSyncopeinrealenvironments-JBossAS7.1 -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Crash with memory leaks in threads

2013-02-27 Thread Francesco Chicchiriccò
r any other info, just ask Jesse On Thu, Feb 21, 2013 at 5:28 PM, Francesco Chicchiriccò mailto:ilgro...@apache.org>> wrote: On 21/02/2013 09:11, Jesse van Bekkum wrote: Hi Our syncope installation has recently crashed a lot (in the end killing the tomcat container), with

Re: Derived attributes -- global & automatic application?

2013-03-04 Thread Francesco Chicchiriccò
asks-SpecifyUserTemplate [2] https://cwiki.apache.org/confluence/display/SYNCOPE/User+action+flows [3] https://cwiki.apache.org/confluence/display/SYNCOPE/Tasks#Tasks-DryRun [4] https://connid.atlassian.net/wiki/display/BASE/Database+Table -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Derived attributes -- global & automatic application?

2013-03-07 Thread Francesco Chicchiriccò
and (6): these should work in the same way as before. Once all this is working, you can start thinking about propagating these data to another external resource (OpenLDAP in your case). My Apologies about the long post. You're welcome. Regards. [1] https://cwiki.apache.org/confluence/displa

Re: Newbie - errow when running mvn -P embedd

2013-03-09 Thread Francesco Chicchiriccò
ct [2] https://cwiki.apache.org/confluence/display/SYNCOPE/Run+Syncope+in+embedded+mode -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Newbie - errow when running mvn -P embedd

2013-03-10 Thread Francesco Chicchiriccò
[1] https://cwiki.apache.org/confluence/display/SYNCOPE/Create+a+new+Syncope+project [2] https://cwiki.apache.org/confluence/display/SYNCOPE/Run+Syncope+in+embedded+mode -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Newbie - errow when running mvn -P embedd

2013-03-11 Thread Francesco Chicchiriccò
E/Run+Syncope+in+embedded+mode -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Newbie - errow when running mvn -P embedd

2013-03-11 Thread Francesco Chicchiriccò
file are located under core/target/log console/target/log Regards. -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Newbie - errow when running mvn -P embedd

2013-03-11 Thread Francesco Chicchiriccò
e logs with you. they are not bit, so can email them. Fine, so please paste the full content of each log file (possibly a separate paste for each file) at http://apaste.info/ Just to be sure, the logs file are located under core/target/log console/target/log Regards. -- Fran

Re: An odd work-around for stubborn derived attributes

2013-03-19 Thread Francesco Chicchiriccò
s again, I added uidNumber => username as another derived attribute. Again, it wouldn't populate automatically. I added uidNumber => emp_smoker (a smallint in the MySQL schema.) The column populated at the next sync with the MySQL resource. -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Installation: Specified key was too long

2013-03-27 Thread Francesco Chicchiriccò
-key-was-too-long-max-key-length-is-767-bytes [2] http://dev.mysql.com/doc/refman/5.6/en/innodb-restrictions.html [3] http://dev.mysql.com/doc/refman/5.6/en/innodb-parameters.html#sysvar_innodb_large_prefix -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

[ANN] Apache Syncope 1.0.6 released

2013-03-29 Thread Francesco Chicchiriccò
The Apache Syncope team is pleased to announce the release of Syncope 1.0.7. Apache Syncope is an Open Source system for managing digital identities in enterprise environments, implemented in JEE technology . The release will be available within 24h from: http://syncope.apache.org/downloads.ht

[ANN] Apache Syncope 1.0.7 released

2013-03-29 Thread Francesco Chicchiriccò
The Apache Syncope team is pleased to announce the release of Syncope 1.0.7. Apache Syncope is an Open Source system for managing digital identities in enterprise environments, implemented in JEE technology . The release will be available within 24h from: http://syncope.apache.org/downloads.ht

Re: build 1.1.0-SNAPSHOT

2013-04-03 Thread Francesco Chicchiriccò
/core/pom.xml) has 4 errors > > [ERROR] 'dependencies.dependency.version' for > org.connid.bundles.soap:org.connid.bundles.soap:jar is missing. @ line > 86, column 17 > > [ERROR] 'dependencies.dependency.version' for > org.connid.bundles.db:org.connid.bundles.db.table:jar is missing. @ > line 9

Re: How to check if the syncope service url and administrator username and password are correct?

2013-04-03 Thread Francesco Chicchiriccò
t; > rc.*setOk*(*false*); > > } > > > > is there a special url to access, for example > http://localhost:9080/syncope/cxf/authentication, and response with > full information? > > Now to access /users/count is workaround. > > > > Could you help me? > Let me check if I've understood your question: do you want to check if the authenticated user corresponds to the admin user configured under core/src/main/resources/security.properties? -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: update persistence.properties for Syncope h2 database

2013-04-04 Thread Francesco Chicchiriccò
E/Run+Syncope+in+embedded+mode [2] https://cwiki.apache.org/confluence/display/SYNCOPE/Run+Syncope+standalone+distribution -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: update persistence.properties for Syncope h2 database

2013-04-04 Thread Francesco Chicchiriccò
ee core/src/test/resources/persistence.properties If you are instead playing with the standalone distribution, you are right. Regards. > 2013/4/4 Francesco Chicchiriccò <mailto:ilgro...@apache.org>> > > On 04/04/2013 16:41, Roman Minko wrote: > > I started syncope with h2 databas

Re: How to check if the syncope service url and administrator username and password are correct?

2013-04-08 Thread Francesco Chicchiriccò
on purpose. HTH Regards. [1] https://svn.apache.org/repos/asf/syncope/branches/1_1_X/common/src/main/java/org/apache/syncope/common/services/EntitlementService.java [2] https://cwiki.apache.org/confluence/display/SYNCOPE/REST+API+upgrade#RESTAPIupgrade-EntitlementService > *From:*Francesco

[ANN] Apache Syncope 1.1.0 released

2013-04-08 Thread Francesco Chicchiriccò
The Apache Syncope team is pleased to announce the release of Syncope 1.1.0. Apache Syncope is an Open Source system for managing digital identities in enterprise environments, implemented in JEE technology . The release will be available within 24h from: http://syncope.apache.org/downloads.html

Re: Key Column field in connectors

2013-04-09 Thread Francesco Chicchiriccò
apache.org/repos/asf/syncope/branches/1_0_X/core/src/main/java/org/apache/syncope/core/policy/AccountPolicyEnforcer.java -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Connectors are not loaded?

2013-04-12 Thread Francesco Chicchiriccò
] https://cwiki.apache.org/confluence/display/SYNCOPE/Create+a+new+Syncope+project#CreateanewSyncopeproject-Stablereleases -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Conditional resource propagation

2013-04-16 Thread Francesco Chicchiriccò
ence/display/SYNCOPE/SyncActionsClass -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Conditional resource propagation

2013-04-16 Thread Francesco Chicchiriccò
l 1.1.1 is released. Regards. On Tue, Apr 16, 2013 at 2:37 PM, Francesco Chicchiriccò mailto:ilgro...@apache.org>> wrote: On 16/04/2013 14:26, Martin van Es wrote: I was wondering if it's possible to automatically provisioin certain resource for one account

Re: Conditional resource propagation

2013-04-16 Thread Francesco Chicchiriccò
On 16/04/2013 16:05, Martin van Es wrote: Hi Francesco, On Tue, Apr 16, 2013 at 2:59 PM, Francesco Chicchiriccò mailto:ilgro...@apache.org>> wrote: A couple of bugs have been found in Apache Syncope 1.1.0, already fixed in 1.1.1-SNAPSHOT, including the one you are reporting

Re: Conditional resource propagation

2013-04-16 Thread Francesco Chicchiriccò
the directory containing core/ and console/). Regards. On Tue, Apr 16, 2013 at 4:37 PM, Francesco Chicchiriccò mailto:ilgro...@apache.org>> wrote: On 16/04/2013 16:05, Martin van Es wrote: Hi Francesco, On Tue, Apr 16, 2013 at 2:59 PM, Francesco Chicchiriccò mai

Re: Conditional resource propagation

2013-04-16 Thread Francesco Chicchiriccò
s for reporting. Regards. After I moved the .java file and rebuilt the wars, the ResourcesPanel.class was of today and I can add resources to a role. Regards, Martin On Tue, Apr 16, 2013 at 5:38 PM, Francesco Chicchiriccò mailto:ilgro...@apache.org>> wrote: On 16/04/2013 17:19,

Re: Can I create a role in syncope which will be propagated to opendj?

2013-04-16 Thread Francesco Chicchiriccò
YNCOPE/Run+Syncope+standalone+distribution [3] https://cwiki.apache.org/confluence/display/SYNCOPE/Configure+an+LDAP+resource -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Am I missing something?

2013-04-18 Thread Francesco Chicchiriccò
k of the last 3 days now from scratch :-( and would not like to have it disappear if I clear my volatile memory. -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Conditional resource propagation

2013-04-18 Thread Francesco Chicchiriccò
On 18/04/2013 20:12, Martin van Es wrote: Hi Fransesco, On Tue, Apr 16, 2013 at 2:37 PM, Francesco Chicchiriccò mailto:ilgro...@apache.org>> wrote: On 16/04/2013 14:26, Martin van Es wrote: I was wondering if it's possible to automatically provisioin certa

Re: Conditional resource propagation

2013-04-19 Thread Francesco Chicchiriccò
On 19/04/2013 09:34, Martin van Es wrote: Hi Francesco, On Fri, Apr 19, 2013 at 8:27 AM, Francesco Chicchiriccò mailto:ilgro...@apache.org>> wrote: On 18/04/2013 20:12, Martin van Es wrote: On Tue, Apr 16, 2013 at 2:37 PM, Francesco Chicchiriccò mailto:ilgro...@apac

Re: Am I missing something?

2013-04-19 Thread Francesco Chicchiriccò
+standalone+distribution [3] https://issues.apache.org/jira/browse/SYNCOPE-126 -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

[ANN] Apache Syncope 1.0.8 released

2013-04-22 Thread Francesco Chicchiriccò
The Apache Syncope team is pleased to announce the release of Syncope 1.0.8. Apache Syncope is an Open Source system for managing digital identities in enterprise environments, implemented in JEE technology . The release will be available within 24h from: http://syncope.apache.org/downloads.html

Re: Can I create a role in syncope which will be propagated to opendj?

2013-04-22 Thread Francesco Chicchiriccò
propagate creation 2. create user on syncope, add role (on syncope) and propagate user and membership If the role already exist on the resource you can jump to the step 2 without performing 1. Remember that user memberships are propagate/read by ldapGroups attribute. Best regards, F. -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Framework and connectors dependecies

2013-04-22 Thread Francesco Chicchiriccò
onnectorbundles-Addbundlesatprojectdefinitiontime [2] https://github.com/Tirasa/ConnIdDBBundle/blob/db-2.1.5/pom.xm [3] https://connid.atlassian.net/wiki/display/BASE/Design -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Connectors not loaded in 1.1.0

2013-04-22 Thread Francesco Chicchiriccò
ds. [1] https://cwiki.apache.org/confluence/display/SYNCOPE/Create+a+new+Syncope+project [2] https://cwiki.apache.org/confluence/display/SYNCOPE/Run+Syncope+in+real+environments -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Syncope java api examples.

2013-04-22 Thread Francesco Chicchiriccò
gards. [1] http://svn.apache.org/repos/asf/syncope/tags/syncope-1.1.0/core/src/test/java/org/apache/syncope/core/rest/UserTestITCase.java [2] http://svn.apache.org/repos/asf/syncope/tags/syncope-1.1.0/core/src/test/java/org/apache/syncope/core/rest/RoleTestITCase.java -- Francesco Chicchi

Re: Connectors not loaded in 1.1.0

2013-04-23 Thread Francesco Chicchiriccò
ble to cope with this). Regards. ---- *From:* Francesco Chicchiriccò [ilgro...@apache.org] *Sent:* 22 April 2013 14:48 *To:* user@syncope.apache.org *Subject:* Re: Connectors not loaded in 1.1.0 On 22/04/2013 14:41, Oliver Wulff wrote: Hi there I'm using the standalone vers

Re: How to provision a resource from the workflow

2013-04-23 Thread Francesco Chicchiriccò
rg/repos/asf/syncope/branches/1_1_X/core/src/main/java/org/apache/syncope/core/workflow/user/activiti/task/Update.java -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Connectors not loaded in 1.1.0

2013-04-23 Thread Francesco Chicchiriccò
. *From:* Francesco Chicchiriccò [ilgro...@apache.org] *Sent:* 23 April 2013 10:29 *To:* user@syncope.apache.org *Subject:* Re: Connectors not loaded in 1.1.0 On 23/04/2013 10:25, Oliver Wulff wrote: Thanks for the feedback. I&#x

Re: Can I create a role in syncope which will be propagated to opendj?

2013-04-23 Thread Francesco Chicchiriccò
ng me understand. FYI, I have finally been able to assemble some indications about how to make LDAP working properly with Apache Syncope 1.1.0 at http://blog.tirasa.net/blogs/index.php/ilgrosso/unlock-full-ldap-features-in Regards. -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, A

Re: Can I create a role in syncope which will be propagated to opendj?

2013-04-26 Thread Francesco Chicchiriccò
o=usharesoft to be linked into syncope by the definition of user in the task definition [see h.png, g.png] but nothing changes in my syncope-console user view [see k.png]. [1] http://blog.tirasa.net/blogs/index.php/ilgrosso/unlock-full-ldap-features-in -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Synchronized LDAP users got UUID assigned as username

2013-04-26 Thread Francesco Chicchiriccò
username with a UUID - not stored in my LDAP directory. What am I doing wrong? -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Synchronized LDAP users got UUID assigned as username

2013-04-29 Thread Francesco Chicchiriccò
e]] Bug confirmed: I have created SYNCOPE-368 [1] for this. As temporary workaround, just don't use RoleOwnerSchema. HTH Regards. [1] https://issues.apache.org/jira/browse/SYNCOPE-368 ---- *From:* Francesco Chicchiriccò [ilgr

Re: Synchronized LDAP users got UUID assigned as username

2013-04-29 Thread Francesco Chicchiriccò
ul shortcut for generating the group owner information in a suitable form (DN, for LDAP). Hope this clarifies a bit. Regards. ---- *From:* Francesco Chicchiriccò [ilgro...@apache.org] *Sent:* 29 April 2013 11:27 *To:* user@syn

Re: Assign roles to a user for a specific application

2013-04-29 Thread Francesco Chicchiriccò
to the roles above. No need to implement this so far in the projects I've been deploying, hence I can only tell this *should* work. Regards. [1] https://cwiki.apache.org/confluence/display/SYNCOPE/Roadmap -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: How to provision a resource from the workflow

2013-04-29 Thread Francesco Chicchiriccò
PROP_BY_RESOURCE, propByRes); } } On Tue, Apr 23, 2013 at 10:38 AM, Francesco Chicchiriccò mailto:ilgro...@apache.org>> wrote: On 22/04/2013 21:40, Jesse van Bekkum wrote: Hi Quick question. How can you provision a resource to a user from the workflow? I have a workfl

Re: How to provision a resource from the workflow

2013-04-30 Thread Francesco Chicchiriccò
} } On Tue, Apr 23, 2013 at 10:38 AM, Francesco Chicchiriccò mailto:ilgro...@apache.org>> wrote: On 22/04/2013 21:40, Jesse van Bekkum wrote: Hi Quick question. How can you provision a resource to a user from the workflow? I have a wor

Re: How to provision a resource from the workflow

2013-04-30 Thread Francesco Chicchiriccò
lready sent it? Regards. On Tue, Apr 30, 2013 at 8:52 AM, Francesco Chicchiriccò mailto:ilgro...@apache.org>> wrote: On 29/04/2013 15:42, Jesse van Bekkum wrote: Hi Francesco Thanks for your help. There was one small issue with your examp

Re: Entitlements, how do we create/change these?

2013-04-30 Thread Francesco Chicchiriccò
0 [nik@anvil openidm-project]$ rgds, Nik -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Entitlements, how do we create/change these?

2013-04-30 Thread Francesco Chicchiriccò
o be extended: their primary purpose is to define security constraints on RESTful methods. Some more information: https://cwiki.apache.org/confluence/display/SYNCOPE/Authentication+and+authorization Regards. -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Synchronized LDAP users got UUID assigned as username

2013-05-02 Thread Francesco Chicchiriccò
7;ve created a derived attribute fullname in the schema and configured a mapping for internal "fullname" to external "cn" and it worked. Thanks Oli ---- *From:* Francesco Chicchiriccò [ilgro...@apache.

[ANN] Apache Syncope 1.1.1 released

2013-05-03 Thread Francesco Chicchiriccò
The Apache Syncope team is pleased to announce the release of Syncope 1.1.1. Apache Syncope is an Open Source system for managing digital identities in enterprise environments, implemented in JEE technology . The release will be available within 24h from: http://syncope.apache.org/downloads.html

Re: Question about deployment / java api vs. rest services

2013-05-07 Thread Francesco Chicchiriccò
ingRESTfulservicesfromCLI-Exportdatabasecontent [4] https://cwiki.apache.org/confluence/display/SYNCOPE/REST+API+upgrade#RESTAPIupgrade-ConfigurationService -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Question about deployment / java api vs. rest services

2013-05-15 Thread Francesco Chicchiriccò
> http://svn.apache.org/viewvc/syncope/tags/syncope-1.1.1/core/src/test/java/org/apache/syncope/core/rest/ [2] https://github.com/ilgrosso/syncopeRestClient -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: How to provision a resource from the workflow

2013-05-15 Thread Francesco Chicchiriccò
egards. > I tried setting the usermod with the id of the existing user, but that > did not work. > > Jesse > > > > On Tue, Apr 30, 2013 at 10:22 AM, Francesco Chicchiriccò > mailto:ilgro...@apache.org>> wrote: > > On 30/04/2013 10:21, Jesse van Bekkum wrote: &g

Re: synchronization/reconciliation failure in syncope 1.1.1 and ldap V3 (openDJ)

2013-05-15 Thread Francesco Chicchiriccò
amework-internal-1.3.3.jar:na] >> at com.sun.proxy.$Proxy182.search(Unknown Source) [na:na] >> at >> org.identityconnectors.framework.impl.api.AbstractConnectorFacade.search(AbstractConnectorFacade.java:142) >> [connid-framework-internal-1.3.3.jar:na] >> at >&

Re: Q: Issues running Syncope archetype example in JBoss AS 7.1.1_final - OpenJPA

2013-05-15 Thread Francesco Chicchiriccò
. [1] https://cwiki.apache.org/confluence/display/SYNCOPE/Run+Syncope+in+real+environments#RunSyncopeinrealenvironments-Use%7B%7BJBossPersistenceMappingFactory%7D%7D -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Q: Issues running Syncope archetype example in JBoss AS 7.1.1_final - OpenJPA

2013-05-15 Thread Francesco Chicchiriccò
F/orm.xml)"/> Anyway, you can take a look at [2] and understand where the issue is actually. HTH Regards. On Wed, May 15, 2013 at 3:17 PM, Francesco Chicchiriccò mailto:ilgro...@apache.org>> wrote: On 15/05/2013 14:38, Savas Ziplies wrote: Hi I am fiddling arou

Re: Error when provisioning multi-valued attributes to database

2013-05-21 Thread Francesco Chicchiriccò
splay/BASE/Database+Table#DatabaseTable-Schema [2] https://cwiki.apache.org/confluence/display/SYNCOPE/Configure+a+Scripted+SQL+resource -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: help needed please to build 1.1.2-SNAPSHOT or 1.2.0-SNAPSHOT project

2013-05-27 Thread Francesco Chicchiriccò
epositories/snapshots/org/apache/syncope/syncope-archetype/1.2.0-SNAPSHOT/maven-metadata.xml.md5 [3] https://repository.apache.org/content/repositories/snapshots/org/apache/syncope/syncope-archetype/1.2.0-SNAPSHOT/maven-metadata.xml.sha1 -- Francesco Chicchiriccò ASF Member, Apache

Re: help needed please to build 1.1.2-SNAPSHOT or 1.2.0-SNAPSHOT project

2013-05-28 Thread Francesco Chicchiriccò
ser. Authenticating with actual user works fine, anyway. Regards. [1] https://issues.apache.org/jira/browse/SYNCOPE-373 -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: help needed please to build 1.1.2-SNAPSHOT or 1.2.0-SNAPSHOT project

2013-05-28 Thread Francesco Chicchiriccò
this doesn't happen when I deploy and launch the same warson tomcat. Thanks for reporting: this worths further Glassfish-specific analysis. Besides this exception, is the admin console working fine or not? Regards. -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache

Re: help needed please to build 1.1.2-SNAPSHOT or 1.2.0-SNAPSHOT project

2013-05-28 Thread Francesco Chicchiriccò
/WEB-INF/classes/quartz/tables_mysql_innodb.sql 47 What is the value of the 'quartz.sql' property in your core/src/main/resources/persistence.properties? -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: help needed please to build 1.1.2-SNAPSHOT or 1.2.0-SNAPSHOT project

2013-05-28 Thread Francesco Chicchiriccò
On 28/05/2013 16:27, Nik wrote: On 05/28/2013 04:22 PM, Francesco Chicchiriccò wrote: On 28/05/2013 16:18, Nik wrote: Another thing I noticed: When I configure the persistence properties to be innodb mysql. The quartz tables do not get written in the target DB even when they are present in

Re: help needed please to build 1.1.2-SNAPSHOT or 1.2.0-SNAPSHOT project

2013-05-28 Thread Francesco Chicchiriccò
: now it would be great if you could: 1. create an account on https://issues.apache.org/jira/ (if you don't have it yet) 2. fill an issue for the Syncope project, with component 'core', affects version 1.1.1, fix for version 1.1.2, 1.20 3. attach the modified file Thanks. Regards.

Re: help needed please to build 1.1.2-SNAPSHOT or 1.2.0-SNAPSHOT project

2013-05-30 Thread Francesco Chicchiriccò
On 30/05/2013 10:04, Nik wrote: That did the trick, thanks Massi. The wars now launch sucessfully in glassfish. Have you got an ETA on the non-workaround fix by any chance ;-) See https://issues.apache.org/jira/browse/SYNCOPE-376 Regards. -- Francesco Chicchiriccò ASF Member, Apache

Re: question about assigning roles to user

2013-06-04 Thread Francesco Chicchiriccò
ook at test class [1] for more examples. HTH Regards. [1] https://svn.apache.org/repos/asf/syncope/branches/1_1_X/core/src/test/java/org/apache/syncope/core/rest/UserTestITCase.java -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: question about assigning roles to user

2013-06-04 Thread Francesco Chicchiriccò
rTO.addMembership(membershipTO); is working: please take a look at test class [1] for more examples. HTH Regards. [1] https://svn.apache.org/repos/asf/syncope/branches/1_1_X/core/src/test/java/org/apache/syncope/core/rest/UserTestITCase.java -- Francesco Chicchiriccò ASF Member, Apache Syncop

Re: Extending Syncope: Install connector bundles

2013-06-07 Thread Francesco Chicchiriccò
? No, you simply need to check where you put the wrong groupId :-) It has to be org.connid.bundles.db org.connid.bundles.db.table everywhere: check again and you will find the mistake. Regards. -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http

Re: Extending Syncope: Install connector bundles

2013-06-07 Thread Francesco Chicchiriccò
13 [INFO] Final Memory: 30M/467M [INFO] [nik@anvil syncope-archetype]$ rgds, Nik -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Extending Syncope: Install connector bundles

2013-06-07 Thread Francesco Chicchiriccò
/bundles/db/org.connid.bundles.db.table/2.5.1/org.connid.bundles.db.table-2.5.1.jar [...] So I need to change other stuff too I guess Of course: the version is barely wrong - it's 2.15 not 2.5.1 -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member

Re: Extending Syncope: Install connector bundles

2013-06-07 Thread Francesco Chicchiriccò
have been too high for a single mail thread :-O -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Mentor to help develop SYNCOPE-143 the GUI Installer

2013-06-11 Thread Francesco Chicchiriccò
ontributing.html#How_do_I_become_a_contributor_or_a_committer -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Question about Role update

2013-06-11 Thread Francesco Chicchiriccò
d up and make less error prone your work, to deploy the admin console in another JEE container and to sniff the data exchanged with the core while performing console operations (like as updating a role). HTH Regards. [1] http://svn.apache.org/viewvc?view=revision&revision=1485957 -- Franc

Re: Create account with blank password not working

2013-06-11 Thread Francesco Chicchiriccò
cified above. HTH Regards. [1] https://issues.apache.org/jira/browse/SYNCOPE-391 [2] https://cwiki.apache.org/confluence/display/SYNCOPE/Roadmap#Roadmap-1.2.0%28Intermezzo%29 [3] https://svn.apache.org/repos/asf/syncope/branches/1_1_X/console/src/main/java/org/apache/syncope/console/pages/pane

Re: [Syncope-Configuration] Where to set resource password algorithm

2013-06-17 Thread Francesco Chicchiriccò
/connid.atlassian.net/wiki/display/BASE/Database+Table#DatabaseTable-ConfigurationProperties [2] https://connid.atlassian.net/wiki/display/BASE/LDAP#LDAP-Configuration -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Apache Syncope - Error on running embedded server

2013-06-17 Thread Francesco Chicchiriccò
the exact commands you have used to generate and start your project? Regards. -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Apache Syncope - Error on running embedded server

2013-06-17 Thread Francesco Chicchiriccò
u can try the standalone distribution [2]. Regards. [1] https://cwiki.apache.org/confluence/display/SYNCOPE/FAQ#FAQ-InembeddedmodeIgettheerror%22Deployable [2] https://cwiki.apache.org/confluence/display/SYNCOPE/Run+Syncope+standalone+distribution *From:*Francesco Chicchiriccò [mailto:ilgro...@apac

Re: Some scalability questions

2013-06-18 Thread Francesco Chicchiriccò
06823.html [9] http://blog.tirasa.net/blogs/index.php/coffeetime/customize-your-apache-syncope-console -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/

Re: Some scalability questions

2013-06-18 Thread Francesco Chicchiriccò
plement event-driver synchronization. For example, I know that this could be done with MS Active Directory. HTH Regards. *From:*Francesco Chicchiriccò [mailto:ilgro...@apache.org] *Sent:* Dienstag, 18. Juni 2013 10:17 *To:* user@syncope.apache.org *Subject:* Re: Some scalability questions On 17/0

  1   2   3   4   5   6   7   8   9   10   >