Welcome Guest  |  Register  |  Login
Login Name Password
  Search  
  Index  | Recent Threads  | Unanswered Threads  | Who's Online  | Help


Quick Go »

No member browsing this thread
Thread Status: Active
Total posts in this thread: 2
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 1458 times and has 1 reply Next Thread
Male seelmann
Novice




Joined: Jul 2, 2008
Post Count: 36
Status: Offline
Reply to this Post  Reply with Quote 
LDAP store test broken

Hi,

I am playing with the LDAP store. When running the tests in test.jdo.ldap one test is broken, it is JDOQLBasicTest.testGrouping. The strange thing is that all elements of the iterator contain the same data. So when I add the following code


while(it.hasNext())
{
Object[] obj = (Object[]) it.next();
System.out.println(obj[0] + ", " + obj[1]);
}


the result is

1, Lami
1, Lami
1, Lami


Is this a know issue or should I raise an Jira?

Regards,
Stefan
[Jul 2, 2008 8:29:00 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Male andy
Expert
Member's Avatar

UK
Joined: Mar 13, 2004
Post Count: 5686
Status: Offline
Reply to this Post  Reply with Quote 
Re: LDAP store test broken

In-memory evaluation of JDOQL/JPQL "GROUP BY" is incomplete. Nothing specific to LDAP (since will also fail on XML, Excel, NeoDatis, JSON - all stores that use in-memory evaluation for grouping). In-memory evaluation as a whole is not yet complete. There are JIRAs for some parts of it - see JIRA "NUCCORE" Roadmap page.
----------------------------------------
-Andy smile

[Jul 3, 2008 9:44:22 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
[ Jump to Last Post ]
Show Printable Version of Thread  Post new Thread