Good to know about targeting 4.0.5 soon.

I gave a look on friday snapshot nuxeo.ear packaging and notice that
Core are inside it but on INSTALL.TXT of Core standalone zip, it is
deployed outside as a service.

At this moment, I use the same as Seam's examples for classloading,
isolated configuration through jboss-app.xml in ear.

My doubt is:

If I use standalone Core for now, deployed outside my ear (like
INSTALL.TXT), I will be able to simple strip Core from EP ear (more some
other changes) to use the same service? or should I use EJB from
nuxeo.ear and unset isolation? and,

Does EP do specific usage of Core that my app need to simulate for
common usage of my app and EP over the same repository later? (In
future, I want to set readonly access from my app and use just EP for
all user interaction over Library).

Anyway, I am digging and will test some ideas soon...
(after repository reorg, right?)

Thanks,

tiry escreveu:
> 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
>>     
>
>   
begin:vcard
fn:Ciro Cavani
n:Cavani;Ciro
email;internet:[EMAIL PROTECTED]
version:2.1
end:vcard

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to