Never mind, I just figured it out myself. I was trying to store data with ADTs (from the "adt" package) in a data document. The problem was that I had to create the child element to store the value (with DocumentBasedBasicValue) in manually, what I did not do at first try and caused the "missing indexing container" exception.
By looking at the tests, reading the code comments again and starting with DocumentBasedBoolean I finally got to know how it works. From the @author tag I was already guessing that you were the one who could answer best ;-) I think the ADTs are a really great job by the way! Regards, Andreas On 9 Aug., 02:13, Alex North <[email protected]> wrote: > Hi Andreas, > > I'm afraid I don't understand your question, though I'm probably the right > person to answer it. Can you elaborate for me? > > A. > > On 8 August 2010 04:07, andreas <[email protected]> wrote: > > > > > Hey group, > > > I'm currently trying to insert the abstract data types into a > > conversation. How is this done correctly? Is it possible at all? > > > If I try to use a document with its document element I get an > > exception about missing indexing container and am pretty stuck about > > that one. > > > Regards, > > > Andreas > > > -- > > You received this message because you are subscribed to the Google Groups > > "Wave Protocol" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<wave-protocol%2bunsubscr...@goog > > legroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/wave-protocol?hl=en. -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
