Hi again, I've made a lot of progress with my sample app. I need to be able to log on without a password which works for the dnd, html and scimpi viewer. However I had planned to use the wicket viewer. Can anyone suggest what I would need to change to make it work?
Also I've been using the sql object store with hsqldb. It works well for my app but I noticed something strange when using the dnd viewer eg Class A one->many Class B Class B one->many Class C If I traverse to Class A from a repository, then traverse to Class B, Class B shows an empty list for Class C. I'm guessing this has to do with lazy loading? I've found that loading Class B before Class A solves this problem for me. Thanks again, Christophe
