Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
bluedragon server error on List<Type> object dump
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Brad B.  
View profile  
 More options Jun 29, 6:02 am
From: "Brad B." <at...@verizon.net>
Date: Mon, 29 Jun 2009 03:02:17 -0700
Local: Mon, Jun 29 2009 6:02 am
Subject: [GAE] bluedragon server error on List<Type> object dump
Using google app eninge, I'm returning a List<Child> from a JPA
entitymanager query.

   em.createQuery("select from " + Child.class.getName() + " where user = :k")
   q.setParameter("k", parentkey);
   List<Child> results = q.getResultList()
   return results;

setting this on my cfm using the following works:

   <cfset children = dao.getParentsChildren(myparentkey)>

And if i do isArray(children) OpenBD returns true.
However, when i try a cfdump  on the children object or just
arraylen(children) OpenBD gives me a nasty yellow Bluedragon Server
error.
Other JPA queries work fine btw (if i set the query to return a single
result for example).
It's only when i try to return a List<Child> that it fails.  The
horrid thing is I'm not even getting a stack trace.

Is there any way I can debug this or somehow recover from this
Bluedragon Server error?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "[GAE] bluedragon server error on List<Type> object dump" by Vince Bonfanti
Vince Bonfanti  
View profile  
 More options Jun 29, 7:48 am
From: Vince Bonfanti <vbonfa...@gmail.com>
Date: Mon, 29 Jun 2009 07:48:30 -0400
Local: Mon, Jun 29 2009 7:48 am
Subject: Re: [OpenBD] [GAE] bluedragon server error on List<Type> object dump

If you can send me a complete testcase to reproduce the problem I'll take a
look at it. My guess is it'll be something easy to fix.

Vince


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brad B.  
View profile  
 More options Jun 30, 8:45 pm
From: "Brad B." <at...@verizon.net>
Date: Tue, 30 Jun 2009 17:45:12 -0700
Local: Tues, Jun 30 2009 8:45 pm
Subject: Re: [OpenBD] Re: [GAE] bluedragon server error on List<Type> object dump
Thanks so much for your reply Vince.

I was running into this issue:
http://code.google.com/p/datanucleus-appengine/issues/detail?id=24

This appears fixed since late last week. So, all is well. Thanks again.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google