Deploy Karaf In WebLogic

2013-03-12 Thread Filippo Balicchia
Hi All,


I need to deploy karaf in WebLogic,

Is it possible ? someone has done it ?


Regards

--Filippo


Re: Deploy Karaf In WebLogic

2013-03-12 Thread Jean-Baptiste Onofré

Hi Filippo,

It would be tricky.

What's the purpose ? To use some EJBs deployed in WebLogic (in that case 
Karaf could be close to WebLogic and use EJB via RMI-IIOP) ?


Regards
JB

On 03/12/2013 12:54 PM, Filippo Balicchia wrote:

Hi All,


I need to deploy karaf in WebLogic,

Is it possible ? someone has done it ?


Regards

--Filippo


--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: Deploy Karaf In WebLogic

2013-03-12 Thread Łukasz Dywicki
Karaf may be deployed under *any* web container. That's for sure.

Basically you have following options:
a) embed OSGi framework
b) run on top of WebLogic OSGi environment
c) embed Karaf Main

I really have no idea how b) may look like, especially under WebLogic. However 
for a) you may take a look on my blog entry [1] describing how to run Apache 
Aries with Tomcat. Running Karaf may be done in similar way. Last possibility 
is to simply run Karaf main from own implementation of ServletContextListener. 
That's simplest solution.

[1] http://dywicki.pl/2012/01/apache-aries-under-apache-tomcat/

Cheers,
Łukasz Dywicki
--
l...@code-house.org
Twitter: ldywicki
Blog: http://dywicki.pl
Code-House - http://code-house.org

Wiadomość napisana przez Jean-Baptiste Onofré j...@nanthrax.net w dniu 12 mar 
2013, o godz. 13:39:

 Hi Filippo,
 
 It would be tricky.
 
 What's the purpose ? To use some EJBs deployed in WebLogic (in that case 
 Karaf could be close to WebLogic and use EJB via RMI-IIOP) ?
 
 Regards
 JB
 
 On 03/12/2013 12:54 PM, Filippo Balicchia wrote:
 Hi All,
 
 
 I need to deploy karaf in WebLogic,
 
 Is it possible ? someone has done it ?
 
 
 Regards
 
 --Filippo
 
 -- 
 Jean-Baptiste Onofré
 jbono...@apache.org
 http://blog.nanthrax.net
 Talend - http://www.talend.com