-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: HQL Problem
PostPosted: Thu Jan 26, 2006 5:16 pm 
Newbie

Joined: Thu Jan 26, 2006 5:06 pm
Posts: 1
Hallo, ich habe ein Ticket Verwaltungssystem geschrieben. In einer Abfrage habe ich folgendes Problem. Ich will alle Benutzer ermitteln, welche die gleichen Rechte an Projekten haben, wie der aktuell angemeldete Benutzer. Ich verwende folgende Query :

Query aQuery = dbSession.createQuery("" +
"FROM TICKET_BENUTZER IN CLASS com.keeny.ticket.user.TicketUser WHERE TICKET_BENUTZER.loginName IN " +
"( " +
" FROM TICKET_USERPERMISSION IN CLASS com.keeny.ticket.user.UserPermission WHERE TICKET_USERPERMISSION.projectId IN " +
" ( " +
" SELECT TICKET_USERPERMISSION.userLoginName FROM TICKET_USERPERMISSION IN CLASS com.keeny.ticket.user.UserPermission WHERE TICKET_USERPERMISSION.userLoginName='"+aUser.getLoginName()+"'" +
" )" +
")");

Wenn ich diese Query absetze, erhalt ich folgende Fehlermeldung:

conversion error from string "sm",

wobei "sm" der aktuell angemeldete Benutzer ist.
Für Antworten wäre ich sehr dankbar


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 27, 2006 5:59 am 
Beginner
Beginner

Joined: Tue Jul 19, 2005 5:08 am
Posts: 26
Location: Germany
also ich weiß ja nicht, wie das bei deiner datenbank ist, aber bei meiner müsste ich den string vergleich so machen:

'sm'

anstatt mit

"sm"


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.