Java files gets deleted from Designer when closing

Java files get deleted from the designer when I shutdown the client. This is always reproducible for me.

To test:

Switch to Java-perspective

Right-click the “Local” package, and create a new package “Test”

Richt-click the new package “Test” and create a new class, “Test1” and save

Shut down all clients

Restart and go back to the Java-perspective, and the file and package are gone. If the code was already loaded by the httpserver, it will stay alive until you restart the http-task, when it will disappear.

Subject: Forwarded to development <>

DDE/ml

Subject: Re:

Local folder is only meant to contain Java files generated from the Xpages and Custom controls, These files get stored on the disk (and not inside NSF). It is recommended to create a new Java source folder either under the or under “/webContent/web-inf” and then create the custom java files under it.

regards

Girish

Subject: I’m facing the same problem…any workaround for this…

Did you find a solution for this…i’m facing the same issue…my Java files get deleted from the designer when I shutdown the client.

I Switch to Java-perspective right-click the webContent/web-inf and create a folder and

a new package “Test”

Richt-click the new package “TestPackage” and create a new class, “TestClass”

and save

Shut down all clients. Restart and go back to the Java-perspective, and the

file and package are gone.

thanks

shana

Subject: seeing the same issue in 8.5.2

this issue seems to be similar to the item discussed here: http://www.codestore.net/store.nsf/unid/BLOG-20100129-0527

I am seeing a similar issue with 8.5.2 (Revision 20100811.1131 (Release 8.5.2) ) designer client on 8.5.1 server.

I haven’t found a solution yet, so I am doing some work in separate Eclispe environment in the interim.