Something looks very odd there, I can't imagine where "classpath:"
would come from. Are you sure it isn't
"classpath:myassets:path.to.file"? That I think I could explain.
Just make sure you are using the prefix consistently.
Also, remember that for AppModule changes, you do need to restart for
I am trying to create my own AssetFactory to read assets from a filesystem,
but I'm getting an exception.
My AppModule ~has the following:
public AssetFactory buildMyAssetFactory(@InjectService("ResourceCache")
ResourceCache resourceCache) {
return new MyAssetFactory(resourceCa