Hi Guillaume,
The OpenCMIS server framework is basically a set of servlets. You should
be able to access your data source in the same way you would do it from
a "normal" servlet.
You probably have to define a resource-ref in your web.xml and use an
InitialContext in your code to get access to the object.
- Florian
Dear OpenCMIS users,
I'm working on a OpenCMIS Server implementation and I'm facing to a
problem: How can I access to one of my Datasource object provided by
my JEE server ?
NB: My project is based on the Maven OpenCMIS Server Archtype
Best regards