Hello,

Consider the following:

      EntryFactory entryMan = EntryFactory.getFactory();
      Entry entry = (Entry)entryMan.newInstance();
      entry.setContext(serverUser);
      entry.setEntryItems(items);
      entry.setSchemaID(new NameID(schema));
      entry.create();
      System.out.println(entry.getEntryID().toString());

Should create a new Entry and output the EntryID. This works fine, unless the 
entry was created in a Join Form, in which case an empty string (not null) is 
output.

I've tested with the v7.0 API (patch 1 & 2). 

Has anyone else seen this behaviour? Is it really a bug or just incorrect use 
of the API?


John

Java System Solutions : http://www.javasystemsolutions.com

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org

Reply via email to