-
1. Re: PicketBox 5.0.0-2012Aug24 has been released
esteve Nov 20, 2012 5:30 PM (in response to pcraveiro)Hi,
I am trying to use the interesting Aerogear example, but the documentation is a little bit deprecated. Will it be updated? Do you have timed roadmap?
Thanks and congratulations for the great job.
Regards,
Esteve
-
2. Re: PicketBox 5.0.0-2012Aug24 has been released
pcraveiro Nov 20, 2012 10:01 PM (in response to esteve)Hi Esteve,
Right now we're review all the documentation and preparing the first release version.
You're right, the Aerogear example documentation is deprecated. We've added a lot of cool stuff to the Aerogear example like OTP authentication, self-registration using the Identity Management support, social authentication for facebook, google, twitter, etc. I'll update it today and let you know once it is done.
Thanks for the feedback. I hope you enjoy using PicketBox 5.
Feel free to give any feedback about what we have documented so far. We want to make it as clear as possible.
Regards.
Pedro Igor -
3. Re: PicketBox 5.0.0-2012Aug24 has been released
esteve Nov 21, 2012 12:27 AM (in response to pcraveiro)Pedro,
Perfect. I will try to provide feedback and contribute as soon as possible.
Regards,
Esteve
-
4. Re: PicketBox 5.0.0-2012Aug24 has been released
esteve Nov 21, 2012 5:36 AM (in response to esteve)Pedro,
TODO project refers to the following dependencies which are not published in public repos yet.
<dependency> <groupId>org.picketbox</groupId> <artifactId>picketbox-cdi</artifactId> <version>5.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.picketlink</groupId> <artifactId>picketlink-idm-impl</artifactId> <version>3.0-2012Oct30</version> </dependency> Regards.
Esteve
-
5. Re: PicketBox 5.0.0-2012Aug24 has been released
pcraveiro Nov 21, 2012 2:47 PM (in response to esteve)Hi Esteve,
I just released a fresh timed version. More details at https://docs.jboss.org/author/display/SECURITY/Timed+Release+2012-Nov-21.
Also updated the Aerogear Example documentation. https://docs.jboss.org/author/display/SECURITY/Aerogear.
Changed the TODO picketbox dependencies to point to the timed release version: 5.0.0-2012Nov21.
Thanks.
Pedro Igor -
6. Re: PicketBox 5.0.0-2012Aug24 has been released
esteve Nov 21, 2012 4:01 PM (in response to pcraveiro)Hi Pedro,
Tried to build it form git but the picketlink dependencies fail:
[ERROR] Failed to execute goal on project todo-server: Could not resolve dependencies for project org.jboss.aerogear.todo.server:todo-server:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: org.picketbox:picketbox-cdi:jar:5.0.0-2012Nov21, org.picketlink:picketlink-social-standalone:jar:2.0.0.2012sep25: Could not find artifact org.picketbox:picketbox-cdi:jar:5.0.0-2012Nov21 in central (http://repo1.maven.org/maven2)
Be careful with picketlink JPA schema classes as seams that they are not included in the jar.
Despite this the article is perfect for REST like applications. Great job.
As soon as you fix it I'll check it.
Thanks in advance.
Regards,
Esteve
-
7. Re: PicketBox 5.0.0-2012Aug24 has been released
pcraveiro Nov 21, 2012 4:13 PM (in response to esteve)That is strange, before releasing I did clear my m2 local repo to check for this type of issue.
Can you try to configure JBoss Nexus Repository ? Try to follow this documentation: https://community.jboss.org/wiki/MavenGettingStarted-Users.
Regards.
Pedro Igor -
8. Re: PicketBox 5.0.0-2012Aug24 has been released
esteve Nov 21, 2012 4:34 PM (in response to pcraveiro)Pedro,
Perfect. Updating maven setting to use Jboss repos solved the problem.
Thank you very much.
Regards,
Esteve
-
9. Re: PicketBox 5.0.0-2012Aug24 has been released
esteve Nov 22, 2012 2:24 AM (in response to esteve)Pedro,
Filled in a PicketLink error regarding MySQL as Database provider:
https://issues.jboss.org/browse/PLINK-75
Regards,
Esteve