ParthPancholi / janrain4j

Automatically exported from code.google.com/p/janrain4j
Apache License 2.0
0 stars 0 forks source link

Missing Java code in Spring Security sample? #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I don't know if this is the best way to report an issue like this, but I didn't 
see a better way.

I am interested in trying out janrain4j in conjunction with Spring Security.  I 
went to the Source section and browsed through the springsecurity-basic folder. 
 I can see in the configuration files that certain Java classes are referenced 
(e.g. the applicationContext.xml file indicates that a component scan be done 
on the com.googlecode.janrain4j.samples.springsecurity.basic package).  
However, the "src/main/java" folder is empty.

Original issue reported on code.google.com by j.e.fr...@gmail.com on 15 Dec 2010 at 5:16

GoogleCodeExporter commented 9 years ago
Hello,

The basic springsecurity sample indeed contains a component scan. Actually this 
is not needed as this sample does not need/have any components.
You should be able to run the sample if you follow the steps in the README.txt 
in the root folder of the sample.

Let me know if you encounter any problems. For now I close the issue.

Cheers,
Marcel

Original comment by marceloverdijk on 15 Dec 2010 at 7:05

GoogleCodeExporter commented 9 years ago
Ok thank you for the response.  Given the component scan, I thought there 
should be some Java code.  However, I was able to make the sample run as you 
suggested.

Original comment by j.e.fr...@gmail.com on 15 Dec 2010 at 10:50