jnorthr / socialauth

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

Problems initializing org.brickred.socialauth.cdi.SocialAuth #283

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

import org.brickred.socialauth.cdi.SocialAuth
SocialAuth socialAuth = new SocialAuth()

prints error: Could not initialize class org.brickred.socialauth.cdi.SocialAuth

What version of the product are you using? On what operating system?

socialAuth 2.4 on scalatra webapp
Mac 10.8

Please provide any additional information below.

scala> val x = new org.brickred.socialauth.cdi.SocialAuth()
java.lang.NoClassDefFoundError: Could not initialize class 
org.brickred.socialauth.cdi.SocialAuth
    at .<init>(<console>:18)
    at .<clinit>(<console>)

Original issue reported on code.google.com by alex2awe...@gmail.com on 26 Jul 2013 at 6:42

GoogleCodeExporter commented 8 years ago
Why are you using CDI. 
If you are creating simple web application, you only need to use 
socialauth-4.2.jar.

Original comment by tarun.na...@3pillarglobal.com on 29 Jul 2013 at 4:15

GoogleCodeExporter commented 8 years ago
Understood...I was just trying that as a work-around to Issue 282

Original comment by alex2awe...@gmail.com on 29 Jul 2013 at 6:12

GoogleCodeExporter commented 8 years ago

Original comment by tarun.na...@3pillarglobal.com on 4 Apr 2014 at 1:01