jcompagner:
so you have a batch process thats a headless client so doesnt have a ui
But you have a form there with a bean and so on?
what does that exactly do in a headless batch processor client?
The headless client code is in the same solution as the Smart/Web Client solution. This solution contains several forms and some use the DBTreeView bean.
The Headless Client code uses some forms to do its job (not only the ones designed for the headless client). However none of these forms contain or use the DBTreeView bean.
the first form shows it in a bean
i would advice to extract the headless part out of the solution and move it into a module.
So that that module doesnt have to have ui
Ok, but this would involve to re-write (copy-paste) the same methods used in the current forms ![Sad :(]()
Anyway, I managed to make it work even if I still have this error with the DBTreeView bean.
In fact, for some reason the new versions I imported on the Server were not “live”. When running in Smart Client I still had the previous version. So I have deleted the solution and imported it, then it worked!