Le lundi 29 janvier 2007 à 11:49 -0200, Ciro Cavani a écrit : > First, I want to say I think this project is very good... thanks! Thanks :) > > Then, I have another JBoss Seam application for specific knowledge > CMS/Control System/SOA deployed on JBoss AS 4.0.5.GA. This is my > production server. > > I want use Nuxeo EP 5 to implement a Digital Library for my application, > at first. Basic input/output/control/view from my own web interface > application and complex, less often at first, from EP web interface > (same repository and server). > > I read on list that support for JBoss AS 4.0.5.GA was droped for a > future release. > > http://thread.gmane.org/gmane.comp.cms.nuxeo.general/208/focus=209 > > and > > http://jira.nuxeo.org/browse/NXP-177 > > This is truth for present release?
We used to have a problem with the JCA connection closing on 4.0.5.GA. This should not be the case anymore. But we have other small deployment problem due to changes in JBoss Web Services between 4.0.4 and 4.0.5. For now, we don't target 4.0.5.GA for Nuxeo 5.0 release, and then we only test on 4.0.4.GA. The support for 4.0.5.GA will come soon, as this is mainly packaging issues. > > What is the recommended way to interact with document repository > side-to-side Nuxeo EP through Nuxeo Runtime, I guess (I intend use my > application on same AS)? If you only need to access the repository, the Core API should be enought. I recommend you to use the ejb3 facade as it will allow clean transaction and security integration. If you need acces to the Workflow or Relation services you can also use their EJB3 facade. Running Nuxeo5 and your app in the same instance of the AS may lead you to deployment problems as we use by default a flat class loader : so depending on your class loading policy you may have troubles. Hope this will help you. Don't hesitate to come back if you have more questions :) Tiry > > Thanks, > Ciro Cavani > _______________________________________________ > ECM mailing list > [email protected] > http://lists.nuxeo.com/mailman/listinfo/ecm _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
