01-04-2017 01:03 AM
I am trying to use JAVA API of Nuxeo in serve-side:
My scenario is: Application Server Wildfly Nuxeo deployed as static war together my application that is another war. I have added Nuxeo API in my WAR (Interfaces) and I tried the following code:
CoreSession session = Framework.getService(CoreSession.class);
The runtime in the Framework class is not initialized.
What do you suggest for me?
ty in advance,
01-24-2017 09:19 PM
You can't proceed like this. WARs have isolated classpath unless you're using cross context.
01-26-2017 02:41 AM
Indeed, I choose another approach, I'm creating a new bundle to create new Nuxeo APIs following this guide
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.