geniousprogrammer / socialauth

Automatically exported from code.google.com/p/socialauth
0 stars 0 forks source link

Is SEAM 3 supported ? #149

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm sorry if this is an inappropriate way to ask a question.
I am attempting to move from SEAM 2 to SEAM 3 - on a JBoss 7.1.0.Final server.

Has socialauth been tested/implemented in that environment ?

Is there a set-by-step available ?

Thanks very much

Original issue reported on code.google.com by gerry.ma...@gmail.com on 27 Feb 2012 at 3:09

GoogleCodeExporter commented 8 years ago

Original comment by tar...@brickred.com on 29 Feb 2012 at 10:23

GoogleCodeExporter commented 8 years ago
Hi  gerrymatte01,

Yes, Social auth CDI version is available at following URL which usage seam-3.

http://code.google.com/p/socialauth/source/browse/#svn%2Ftrunk%2Fsocialauth-seam
-demo

We will release the wiki on this soon. Please take the help from CDI 
implementation and let us know if you face any issues.

Thanks,
Lakhdeep

Original comment by lakhde...@brickred.com on 1 Mar 2012 at 11:20

GoogleCodeExporter commented 8 years ago
Thanks for the response Lahkdeep.
I was unable to download the source using my svn client and the above URI.
I'll wait until you are ready to create a cdi distribution with the same kind 
of instructions as you've posted for seam 2.x
I'm looking forward to using this in my next project.

Original comment by gerry.ma...@gmail.com on 1 Mar 2012 at 5:01

GoogleCodeExporter commented 8 years ago
Hi

Please use the following URL
http://socialauth.googlecode.com/svn/trunk/social-auth-seam-cdi-demo

Regards
Tarun

Original comment by tar...@brickred.com on 2 Mar 2012 at 4:27

GoogleCodeExporter commented 8 years ago
Thanks Tarun.
That URL worked.
Gerry

Original comment by gerry.ma...@gmail.com on 2 Mar 2012 at 5:15

GoogleCodeExporter commented 8 years ago
Well - I was able to install the demo and make it work using your getting 
started instructions.  I took the easy approach and configured my local hosts 
file to use your domain opensource.bloodred.com.

The eclipse project contained a reference to a folder /importedClasses which 
did not exist in the demo webapp.  I deleted the reference but then had to 
include additional jars - which I found in your dependancies.zip file.  It 
didn't work out-of-the-box but I was able to make everything work after a few 
hours and lots of headscratching.

One unresolved issue remains but seems to not affect the demo. On JBoss 
7.1.0.Final, I am seeing a warning:  15:15:28,298 INFO  
[org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016002: Processing weld 
deployment social-auth-seam-cdi-demo.war
15:15:28,317 WARN  [org.jboss.weld.deployer] (MSC service thread 1-1) 
JBAS016006: Could not load portable extension class 
org.jboss.weld.extensions.resourceLoader.servlet.ServletResourceExte
nsion: java.lang.ClassNotFoundException: 
org.jboss.weld.extensions.resourceLoader.servlet.ServletResourceExtension from 
[Module "deployment.social-auth-seam-cdi-demo.war:main" from Service M
odule Loader]
        at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190)

Any ideas how I can eliminate that ?  I think it's a common problem and there's 
many web quick fixes that involve adding a dependancy to a pom.xml.  That's not 
an option here since you aren't using maven (which I like).

I'm now going to build a real life login utility for my webapps and will use 
socialauth as one of my login options.

Thanks for your help.

Original comment by gerry.ma...@gmail.com on 2 Mar 2012 at 11:32