I am setting up SRP authentication but am running into a missing class exception on
the client. Apparently, the JBoss 3.2.3 jbossall-client.jar is missing the
org.jboss.security.Base64Encoder class.
Here is the exception I get:
java.lang.NoClassDefFoundError: org/jboss/security/Base64Encoder
at org.jboss.security.Util.encodeBase64(Util.java:304)
at org.jboss.security.srp.SRPParameters.toString(SRPParameters.java:115)
at javax.security.auth.Subject.toString(Subject.java:814)
at javax.security.auth.Subject.toString(Subject.java:770)
at com.vanbelle.plantarium.client.swing.Main.main(Main.java:78)
Exception in thread "main"
This is extremely anoying. Is 3.2.4 coming out soon? Or is it possible to just get the
Base64Encoder class from somewhere so I can add it to my build path?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828946#3828946
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828946
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user