-->
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.  [ 4 posts ] 
Author Message
 Post subject: Cannot create TypedQuery for query with more than one return
PostPosted: Sat Dec 25, 2010 11:46 am 
Newbie

Joined: Fri Jun 04, 2010 8:57 pm
Posts: 19
Hi,
I have a simple "named query" defined as follows
Code:
    @NamedQuery(name="State.findAllSelectItems",
                query="SELECT NEW org.ns.donor.helpers.StateQueryObject(s.id, s.stateName) " +
                "FROM State s ORDER BY s.stateName")


When I try to create a TypedQuery for the above named query, it gives me following exception
Code:
Caused by: java.lang.IllegalArgumentException: Cannot create TypedQuery for query with more than one return
        at org.hibernate.ejb.AbstractEntityManagerImpl.createNamedQuery(AbstractEntityManagerImpl.java:510)
        at com.sun.enterprise.container.common.impl.EntityManagerWrapper.createNamedQuery(EntityManagerWrapper.java:555)
..............


Here is how I am creating the TypedQuery
Code:
        TypedQuery query = em.createNamedQuery(namedQuery, c);         //c is defined as Class c.


any ideas why I cannot create TypedQuery in above scenario.

regards,
Nirvan.


Top
 Profile  
 
 Post subject: Re: Cannot create TypedQuery for query with more than one return
PostPosted: Tue Dec 28, 2010 12:26 pm 
Newbie

Joined: Fri Jun 04, 2010 8:57 pm
Posts: 19
It seems its an old bug that is still lingering in the 3.6.

regards,
Nirvan.


Top
 Profile  
 
 Post subject: Re: Cannot create TypedQuery for query with more than one return
PostPosted: Tue Aug 02, 2011 10:30 pm 
Newbie

Joined: Sun Aug 16, 2009 11:48 am
Posts: 4
What bug? JIRA # ?


Top
 Profile  
 
 Post subject: Re: Cannot create TypedQuery for query with more than one return
PostPosted: Tue Aug 02, 2011 11:00 pm 
Newbie

Joined: Sun Aug 16, 2009 11:48 am
Posts: 4
https://hibernate.onjira.com/browse/HHH-5348


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 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.