I have created a very simple domino app with xpages. It's almost just a copy of the "notebook" template, with an index page and a main document page.
The app runs correctly in notes and in the local web browser.
I have installed the Extension Library from OpenNTF.org and I have configured the bluemix plugin in Domino Designer. Tested the connection and the server and the credentials are OK.
I deploy my app and everything looks good, the code is uploaded, the app appears in my bluemix dashboard, and starts OK.
The route to the app works correctly, and I can access the application on the default route.
But, the browser fails to load the user interface applets. The page just shows the empty space with a error icon that when clicked shows a java error message of "class not found".
It seems to me that the deployment process fails to install the applet files in the javapath of the server.
Is there something I am missing to do?