close

Domino Designer: Strange behavior java source files

chatFrank van der Linden   5 February 2010 10:16:51
I am experience some strange behavior.

On my local Domino 8.5.1 server I have some databases with custom java files, e.g. RSS Reader control and Tree Xpage control.
In the package explorer you can see this

Image:Domino Designer: Strange behavior java source files

When I want to edit a java file after a while, I am missing the files in the package explorer.
It looks like
Image:Domino Designer: Strange behavior java source files

The code still function when you load the Xpage in the browser.

So after modification a java source file a export it to my file system as a backup.

Has anybody an idea what is wrong? Or is it a bug??
Comments

1Karsten Lehmann  5-2-2010 11:32:56  Domino Designer: Strange behavior java source files

The reason is that the "Local" folder should not be used for custom code, because it is automatically recreated by DDE.

I wrote about that in one article of our XPages series:

{ Link }

You need to create your own folder as a subfolder of "WEB-INF".

2Frank van der Linden  5-2-2010 12:51:16  Domino Designer: Strange behavior java source files

Thank you Karsten.

It works