darwino / xpages-runtime

Apache License 2.0
0 stars 0 forks source link

SSJS and other in-app files aren't loaded #3

Closed jesse-gallagher closed 5 years ago

jesse-gallagher commented 5 years ago

This will presumably go for a number of in-app resources, like themes - the WarVFS implementation doesn't see /contactForm.jss in the app's filesystem, though it is in src/main/resources in the -shared project.

Oddly, the same thing happens when the .jss file is included in the deployed resources of the j2ee app itself, which causes it to show up in the root of the war. It may make sense to switch to a new VFS implementation.

jesse-gallagher commented 5 years ago

The initial implementation works to load the SSJS file, but the theme and Layout custom control seem to be missing. I'm not sure if these problems are the bailiwick of the VFS or what.