If you dont use glassfish big client bundle jar all deployments will work as Gurkhan said but take care few jar version have api classes. It shouldnt collide since we made our best to make tomee more clever bit you still take a risk in term of packaging.
Side note: if opening the jar with any archive reader or jar tf doesnt show any javax.* you are more than good :). Le 16 sept. 2015 23:47, "Gurkan Erdogdu" <[email protected]> a écrit : > you can put WEB-INF/lib if only one application use or tomee/lib if more > than one :) > > you only put the Glassfish related jars so no conflict occurs > > Best > > Gurkan > > On 17 Sep 2015, at 09:23, mauro2java2011 <[email protected]> > wrote: > > > > But the glassfish client jars i havr to put into wrb-inf/lib of war or > > into tomer/lib ? > > > > If i put the jars into tomee/lib can collide with the clasd of tomee ? > > Il 16/set/2015 19:17, "Gurkan Erdogdu-4 [via TomEE & OpenEJB]" < > > [email protected]> ha scritto: > > > >> Hello Mauro > >> > >> AFAIK OpenEJB uses its own binary remote protocol, not CORBA or RMI/JRMP > >> etc. So, it may not possible to communicate from OpenEJB to Glassfish > but > >> if you have Glassfish client jars to access glass fish remote EJBS, you > can > >> use these clients to access them in TomEE. > >> > >> Best > >> > >> Gurkan Erdogdu > >> Founder, ManageCat > >> p. +1 (909) - 366 – 9337 > >> a. 340 S Lemon Ave #7996 Walnut, CA 91789 > >> w. http://managecat.com > >> e [hidden email] <http:// > /user/SendEmail.jtp?type=node&node=4676267&i=0> > >> <http://twitter.com/gerdogdu> <https://tr.linkedin.com/in/gerdogdu> > >> > >> On 16 Sep 2015, at 19:51, mauro2java2011 <[hidden email] > >> <http:///user/SendEmail.jtp?type=node&node=4676267&i=1>> wrote: > >> > >> suppose that i have a ejb deployed on glassfsih remote. > >> It is possible call it from tomee on another machine? > >> > >> and it is possible call a ejb deployed into tomee from a glassfsih? > >> > >> Or the different corba /orb implementation not work ? > >> > >> mauro > >> > >> > >> > >> -- > >> View this message in context: > >> > http://tomee-openejb.979440.n4.nabble.com/a-curiosity-is-possible-call-a-remote-ejb-on-glassfsih-from-tomee-and-vice-versa-tp4676265.html > >> Sent from the TomEE Users mailing list archive at Nabble.com. > >> > >> > >> > >> > >> > >> ------------------------------ > >> If you reply to this email, your message will be added to the discussion > >> below: > >> > >> > http://tomee-openejb.979440.n4.nabble.com/a-curiosity-is-possible-call-a-remote-ejb-on-glassfsih-from-tomee-and-vice-versa-tp4676265p4676267.html > >> To unsubscribe from a curiosity: is possible call a remote ejb on > >> glassfsih from tomee and vice versa?, click here > >> < > http://tomee-openejb.979440.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4676265&code=bWF1cm8yamF2YTIwMTFAZ21haWwuY29tfDQ2NzYyNjV8LTExMTcxODc2MjU= > > > >> . > >> NAML > >> < > http://tomee-openejb.979440.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml > > > >> > > > > > > > > > > -- > > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/a-curiosity-is-possible-call-a-remote-ejb-on-glassfsih-from-tomee-and-vice-versa-tp4676265p4676279.html > > Sent from the TomEE Users mailing list archive at Nabble.com. > > > >
