Hi Bogdan, I want to run my application inside of an application server, preferably Glassfish (cause that's where i've been running the main part of the application) but i'm also fine with Jboss if this is the easier way to get the Nuxeo Runtime running.
My application is a webproject and i intend to use nuxeo in order to be able to offer certain functions (components). And then i want to deploy extensions to this components and want to access them from my webproject. But my first step is to just have one component with an extension running and be able to access this inside the Jboss server from a ejb-client. If i can get this setup running properly the integration into my project should not be the big problem. I wrote earlier that I was trying to work with the HelloWorld example and I now assume that the only thing I need to do to get it running properly is the deployment of the correct jar and ear files as your wrote. So that's what I'll try but any help is largely appreciated. Cheers, Krys -----Ursprüngliche Nachricht----- Von: Bogdan Stefanescu [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 5. August 2008 09:20 An: Krys Malak Cc: [email protected] Betreff: Re: [Ecm] NXRuntime.sar Hi, This build (NXRntime.sar) is obsolete and it is no more working with latest nuxeo versions. It depends on what you need to do with Nuxeo Runtime. Do you want to run inside JBoss or do you want simply to build an application using nuxeo runtime? (You can also run a nuxeo runtime application as a standalone application without any application server) If you need JBoss then you need to create an EAR application and put into into all runtme JARs like: nuxeo-runtime-xxx.jar, nuxeo-runtime-adapter-xxx.jar, nuxeo-runtime-osgi-xxx.jar. Also you need to deploy nuxeo-jboss-extensions-xxx.jar and nuxeo-common-xxx.jar into JBoss lib directory. If you want to use nuxeo runtime outside JBoss then it is more simpler since there are some available builds. Please tell me what you need to do and I will help you to set up your application. Bogdan Krys Malak wrote: > Hi, > > I recently wrote about my troubles with the Runtime demo. Is it > possible that they result from an incompatible NXRuntime.sar in my > Jboss Server? Is there a new Version of this package I could use? > Or what other options do I have if i want to deploy components that > just use the Nuxeo Runtime? What do I need to get it running properly? > > Cheers, > Krys > > _______________________________________________ > ECM mailing list > [email protected] > http://lists.nuxeo.com/mailman/listinfo/ecm > _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
