Re: [VOTE] Apache Syncope 1.1.0

2013-04-08 Thread Francesco Chicchiriccò
On 05/04/2013 13:29, Francesco Chicchiriccò wrote:
> I've created a 1.1.0 release, with the following artifacts up for a vote:
>
> SVN source tag (r1464912):
> http://svn.apache.org/repos/asf/syncope/tags/syncope-1.1.0/
>
> List of changes:
> http://svn.apache.org/repos/asf/syncope/tags/syncope-1.1.0/CHANGES
>
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachesyncope-066/
>
> Source release (checksums and signatures are available at the same
> location):
> https://repository.apache.org/content/repositories/orgapachesyncope-066/org/apache/syncope/syncope/1.1.0/syncope-1.1.0-source-release.zip
>
> Staging site:
> http://syncope.apache.org/1.1.0/
>
> PGP release keys (signed using 273DF287):
> http://www.apache.org/dist/syncope/KEYS
>
> Vote will be open for 72 hours.
>
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)

+1

-- 
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/



Re: Git repo now available

2013-04-08 Thread Francesco Chicchiriccò
On 05/04/2013 16:24, Francesco Chicchiriccò wrote:
> On 03/04/2013 10:58, Colm O hEigeartaigh wrote:
>> Hi all,
>>
>> The Syncope git repo is now available: http://git.apache.org/syncope.git/
>>
>> Please also see the following page for information about how to set up a
>> git project at Apache:
>>
>> http://wiki.apache.org/general/GitAtApache
> Very nice.
> I am still waiting for the "eventual" mirroring to GitHub but it still
> does not seem available [1]: this would let us set up a nice Travis CI
> job, as discussed earlier.

FYI, the GitHub repo [1] is now working.

Regards.

> [1 https://github.com/apache/syncope

-- 
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/



[RESULT] [VOTE] Apache Syncope 1.1.0

2013-04-08 Thread Francesco Chicchiriccò
Hi all,
after 72 hours, the vote for Syncope 1.1.0 [1] *passes* with 5 PMC + 2
non-PMC votes.

+1 (PMC / binding)
* Fabio Martelli
* Massimiliano Perrone
* Colm O hEigeartaigh
* Jan Bernhardt
* Francesco Chicchiriccò

+1 (non binding)
 * Andrei Shakirin
 * Christian Schneider

0


-1


Thanks to everyone participating.

I will now copy this release to Syncope' dist directory and promote the
artifacts to the central Maven repository.

Best regards.

[1]
http://syncope-dev.1063484.n5.nabble.com/VOTE-Apache-Syncope-1-1-0-tt5713446.html

-- 
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/



[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

The full change log is available here:
http://s.apache.org/P8C

We welcome your help and feedback. For more information on how to report
problems, and to get involved, visit the project website at

http://syncope.apache.org/

The Apache Syncope Team



[jira] [Created] (SYNCOPE-352) No connectors available on clean install

2013-04-08 Thread James Flemer (JIRA)
James Flemer created SYNCOPE-352:


 Summary: No connectors available on clean install
 Key: SYNCOPE-352
 URL: https://issues.apache.org/jira/browse/SYNCOPE-352
 Project: Syncope
  Issue Type: Bug
  Components: core
Affects Versions: 1.1.0
 Environment: RHEL6.4 / Tomcat 6.0.24 / java version "1.7.0_09-icedtea"
Reporter: James Flemer


On a clean install (new project from syncope archetype) using a local bundle 
directory, the create connector page has an empty drop down for connector 
location.

{code}
mvn archetype:generate -DarchetypeGroupId=org.apache.syncope 
-DarchetypeArtifactId=syncope-archetype -DarchetypeRepository=...  
-DarchetypeVersion=1.1.0
...
mvn package -Dlog.directory=/var/log/syncope 
-Dconnid.location="file:/opt/syncope/bundles"
{code}

It seems that if a valid connector (ConnInstance) is in the initial 
content.xml, then the connectors actually get populated.  But if there are 
none, it doesn't.

By the way, it might be good to group ConnIdBundleManager into the 
core-connid.log in the default logback.xml.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (SYNCOPE-352) No connectors available on clean install

2013-04-08 Thread James Flemer (JIRA)

[ 
https://issues.apache.org/jira/browse/SYNCOPE-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13625681#comment-13625681
 ] 

James Flemer commented on SYNCOPE-352:
--

FYI, the bundle directory has 3 connectors:
org.connid.bundles.csvdir-0.7.jar
org.connid.bundles.ldap-1.3.5.jar
org.connid.bundles.soap-1.2.6.jar


> No connectors available on clean install
> 
>
> Key: SYNCOPE-352
> URL: https://issues.apache.org/jira/browse/SYNCOPE-352
> Project: Syncope
>  Issue Type: Bug
>  Components: core
>Affects Versions: 1.1.0
> Environment: RHEL6.4 / Tomcat 6.0.24 / java version "1.7.0_09-icedtea"
>Reporter: James Flemer
>
> On a clean install (new project from syncope archetype) using a local bundle 
> directory, the create connector page has an empty drop down for connector 
> location.
> {code}
> mvn archetype:generate -DarchetypeGroupId=org.apache.syncope 
> -DarchetypeArtifactId=syncope-archetype -DarchetypeRepository=...  
> -DarchetypeVersion=1.1.0
> ...
> mvn package -Dlog.directory=/var/log/syncope 
> -Dconnid.location="file:/opt/syncope/bundles"
> {code}
> It seems that if a valid connector (ConnInstance) is in the initial 
> content.xml, then the connectors actually get populated.  But if there are 
> none, it doesn't.
> By the way, it might be good to group ConnIdBundleManager into the 
> core-connid.log in the default logback.xml.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (SYNCOPE-340) Translate items of Syncope UI and config files labels for Portuguese language

2013-04-08 Thread Bruno Rogerio de Moura (JIRA)

 [ 
https://issues.apache.org/jira/browse/SYNCOPE-340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bruno Rogerio de Moura updated SYNCOPE-340:
---

Due Date: 11/Apr/13  (was: 8/Apr/13)

> Translate items of Syncope UI and config files labels for Portuguese language 
> --
>
> Key: SYNCOPE-340
> URL: https://issues.apache.org/jira/browse/SYNCOPE-340
> Project: Syncope
>  Issue Type: Wish
>  Components: console, documentation
>Affects Versions: 1.0.6, 1.1.0
>Reporter: Bruno Rogerio de Moura
>Assignee: Bruno Rogerio de Moura
>Priority: Trivial
> Attachments: Screenshot from PT-BR Locale.png, Screenshot from 
> Syncope -PT-BR.png, Screenshot from Syncope PT-BR.png, 
> SyncopeApplication_pt_BR.properties, SyncopeSession-trunk-Locale-PT-BR.patch
>
>   Original Estimate: 672h
>  Time Spent: 336h
>  Remaining Estimate: 336h
>
> I want to contribute for this project offering my time and effort to make 
> available  Portuguese language as well  for Syncope UI. I believe this can 
> help to spread this software for IdM professionals and companies here in 
> Brazil. 
> Now I'm working for a Italy company in Brazil with IdM expertise in IBM 
> IdM/IAM products, but we are considering to adopt Syncope for a small / 
> middle size clients in near future. 
> I wanna to invite someone that has Portuguese your native language to help 
> with this task if it worthwhile and  I will appreciate some help or 
> orientation about the procedures to work with this task under Syncope project 
> leaders and ASF contributors rules and recommendations. 
> (This would be my first open source contribution, so be patient with me :-D)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira