Hi,
I would like to know if it's possible to have Play and Orbeon coexist in the same WAR. I've played a bit with the framework (I'm new to it, never used it) and my main problem is the routing System.
Orbeon needs a filter mapped on a special URL but the Play routing system keeps intercepting it and gives me a 404 error.
/myapp/play --> Ok let play handle the URL
/myapp/or
Play version : Play 1.2.4