ok....i cant even get authenticated...

  | 
  | try{
  |             
  |   UsernamePasswordHandler handler = new     
  |                UsernamePasswordHandler("admin", "admin".toCharArray());
  |             
  |   LoginContext lgnctx = new LoginContext("portal", handler);
  |                     
  |   lgnctx.login();
  |                     
  | }catch(Exception e){
  |                     
  | }
  | 
  | 

Gives the following error...


  | 
  | org.jboss.portal.common.transaction.NestedException: 
javax.security.auth.login.LoginException: java.lang.ClassCastException: 
org.hibernate.hql.ast.HqlToken cannot be cast to org.hibernate.hql.ast.HqlToken
  | 
  | 

i have no idea how this throws a Hibernate error....but it does...

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072184#4072184

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072184
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to