I am currently on a project moving a customers application from Domino 7 to 9 . After copying some databases onto the new Domino 9 server and testing the functionality still worked (which it did in most cases) I noticed that some of the Java libraries and agents are showing errors in the new designer version. In all cases so far the errors are falures to resolve imports from other custom libraries in the database.
An example of this in one library is .......
The IEDBDocument class is in a seperate script library (lib/iedbforms) with the package name - lib.iedbforms. It is a public class. This library is still in the database and compiles without any errors. The lib/iedbforms library can be imported into the lib/iedbforms_config and 'import lib.iedbforms.*' is resolving without any errors so why can't the IEDBDocument Class be resolved any more?
This is happening with other imports into other libraries
I have also tried this in Domino 8.5.2 and the same errors occur so it looks like the problem is with the Eclipse designer. Do I need to reconfigure the databases to be able to edit the libraries in the Eclipse designer? or are there some designer options that need setting up?
Regards
Mike