I'm trying to deploy a Play 2.1.1 app onto Websphere 8.5.5 using Play2War. The app works fine when started with play ~run
but when I deploy the war onto Websphere, I get this error message:
org.reflections.ReflectionsException:
could not create Vfs.Dir from url, no matching UrlType was found
[wsjar:file:/C:/apps/websphere/wlp/usr/servers/server_kev/workarea/org.eclipse.osgi/bundles/45/data/cache/com.ibm.ws.app.manager_gen_0fdbabb2-5ae7-4075-bda1-136e52319906/.cache/WEB-INF/lib/playbackend.jar!/]
Anyone else seen this problem?