[jboss-user] [JBoss OSGi] - Re: OSGi and MicroContainer

2009-08-14 Thread speleomaniac
Wrong alarm, mistakenly I overwrite the equinox 3.4.2 with 3.5.0 in jboss-osgi and it didn't like that View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249649#4249649 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4249649

[jboss-user] [JBoss OSGi] - Re: OSGi and MicroContainer

2009-08-14 Thread speleomaniac
Then I have a problem I placed the bundles into the deploy directory of my JBoss instance and they are not hot deployed I had manually tested all the files are deploying to the external Equinox and actually from Felix Admin console I can deploy them manually also I don't know what

[jboss-user] [JBoss OSGi] - Re: OSGi and MicroContainer

2009-08-13 Thread alesj
It depends which approach did you take? Embedded in AS? Then it's the same as always - JBOSS_HOME/server/CONFIG/deploy/. I guess for Runtime it's frmwrk specific. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249518#4249518 Reply to the post : http://www.j

[jboss-user] [JBoss OSGi] - Re: OSGi and MicroContainer

2009-08-13 Thread speleomaniac
One additional question, if I integrate the JBoss Osgi with Jboss AS 5.1 and if I want to make hot deployment where I must place the bundles for hot deploy... In osgi.deployer or Osgi runtime deploy directory because it is not making any hot deploy from osgi.deployer, I must install all the bund

[jboss-user] [JBoss OSGi] - Re: OSGi and MicroContainer

2009-08-05 Thread alesj
"speleomaniac" wrote : | You are mentioning a state machine implementation in MC, did you used a framework for state machine implementation (like Apache SCXML) | No. We implemented our own. It's a very simple state machine, currently only handling linear states - we saw we could do 99% of

[jboss-user] [JBoss OSGi] - Re: OSGi and MicroContainer

2009-08-05 Thread speleomaniac
Ok, thx One final question, which doesn't directly related with the subject... I saw in the power point presentation and in the forums also I guess... You are mentioning a state machine implementation in MC, did you used a framework for state machine implementation (like Apache SCXML) for o

[jboss-user] [JBoss OSGi] - Re: OSGi and MicroContainer

2009-08-05 Thread alesj
"speleomaniac" wrote : Thx for the quick reply... | | Unfortunately, most of my experience with the configuration of ClassLoaders with | | * jboss-app.xml for .ear | * jboss-web.xml for .war | * jboss.xml for the rest | | was catastrophic.That is one of the reason why OSGi

[jboss-user] [JBoss OSGi] - Re: OSGi and MicroContainer

2009-08-05 Thread speleomaniac
Thx for the quick reply... Unfortunately, most of my experience with the configuration of ClassLoaders with * jboss-app.xml for .ear * jboss-web.xml for .war * jboss.xml for the rest was catastrophic.That is one of the reason why OSGi is so attractive to me In one of my old projects,

[jboss-user] [JBoss OSGi] - Re: OSGi and MicroContainer

2009-08-05 Thread alesj
"speleomaniac" wrote : | Or I am wrong and this would not occur in JBoss MicroContainer | It all depends on how you would configure your classloading. e.g. by default - as you might probably know - in JBossAS everything is flat, meaning everything can see everything, and it's the first-l

[jboss-user] [JBoss OSGi] - Re: OSGi + EE code in the same JAR ?

2009-07-02 Thread thomas.dies...@jboss.com
We currently focus on Blueprint. Please monitor the roadmap for an update on ejb3/ws support. You can also file feature requests and vote on individual issues. This helps us to decide what to do next https://jira.jboss.org/jira/browse/JBOSGI?report=com.atlassian.jira.plugin.system.project:roadm

[jboss-user] [JBoss OSGi] - Re: OSGi + EE code in the same JAR ?

2009-06-22 Thread wark2007
I am also interested in deploying EJBs within OSGi bundles, but afaik this is not possible at the moment (see my post: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=154158). Are there any news on that topic? View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[jboss-user] [JBoss OSGi] - Re: OSGi + EE code in the same JAR ?

2009-06-19 Thread VincentGR
Yes but from your post I had understood that deploying EJBs was not possible. Perhaps I misunderstood. Here is what I tried. I have the following EJB: | @Remote | @WebService | public class HelloWorldBean implements HellowWorld | { | @WebMethod | public String sayHello( @WebP

[jboss-user] [JBoss OSGi] - Re: OSGi + EE code in the same JAR ?

2009-06-14 Thread thomas.dies...@jboss.com
Have you seen this? http://jbossosgi.blogspot.com/2009/06/jboss-osgi-runtime-as-integration.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4237544#4237544 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4237544 _

[jboss-user] [JBoss OSGi] - Re: OSGI Roadmap

2009-03-15 Thread cbwhitebu
We have an app that we are deploying in Eclipse (as a plugin) and JBoss (as a sar). I would be interested in testing OSGI deployments of the application to JBoss. Let me know if this type of thing would be helpful in getting the JBoss OSGI stuff tested. Chris View the original post : http://w

[jboss-user] [JBoss OSGi] - Re: OSGI Roadmap

2009-01-21 Thread alesj
"lmhansen" wrote : | I have seen a lot of info about JBoss and OSGi. But I can't find a good way to deploy an OSGi bundle on the JBoss 5 GA. | It's still wip - as you can see from the link you found. But if you're only interested in CL part, more info can be found here: - http://www.jboss.o

[jboss-user] [JBoss OSGi] - Re: OSGi

2008-11-07 Thread misge
Thanks, i will have a look in the provided URL's. Cheers, George View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187753#4187753 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187753 _

[jboss-user] [JBoss OSGi] - Re: OSGi

2008-11-07 Thread alesj
What kind of service? MC currently doesn't have full OSGi service (registry) support, yet. But you can already do most of the thing you expect from OSR. As our impl will be a simple facade on top of OSGi core interfaces. The classloading part - OSGi kind of CL - is mostly in place. Only a few cor

[jboss-user] [JBoss OSGi] - Re: OSGi features

2008-01-18 Thread alesj
"sjerman" wrote : | I would like to try to use the new OSGI classloader that I think you say is included with JB5 b3... | JBoss5 Beta4, yet to be released - around JBossWorld conference. But the code is already enabled in the current trunk. "sjerman" wrote : | I assume the documentation

[jboss-user] [JBoss OSGi] - Re: OSGi features

2008-01-18 Thread sjerman
Hi, I would like to try to use the new OSGI classloader that I think you say is included with JB5 b3... I assume the documentation is not ready yet (looking at SVN) but any pointers about how to use it would be really appreciated. We are really interested in using OSGI to manage versioning of o

[jboss-user] [JBoss OSGi] - Re: OSGi features

2008-01-11 Thread alesj
"tim_ph" wrote : If Spring has it, and JBoss doesn't. It's a big disadvantage. | We have it, just not completely done yet. And we're doing much more than Spring. We're implementing our own OSGi core framework on top of MC. They are just using the existing implementations out there. I'm not sayin

[jboss-user] [JBoss OSGi] - Re: OSGi features

2008-01-11 Thread tim_ph
I think it's really substantial. If Spring has it, and JBoss doesn't. It's a big disadvantage. Updating modules on-the-fly is a dream on any deployment scenario. Please put that in JBoss or Seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119229#4119229 R

[jboss-user] [JBoss OSGi] - Re: OSGi features

2007-11-16 Thread alesj
I've got nothing more to add, Sacha couldn't explain it better. :-) But let me just give a quick comment on our current work. There are three things we are looking into: a) Classloading - we've refactored the whole classloading layer in order to make OSGi just one of the policies - it's the cl

[jboss-user] [JBoss OSGi] - Re: OSGi features

2007-11-16 Thread [EMAIL PROTECTED]
We are in touch with Nuxeo, no worries, they are a good partner as well. Their OSGi implementation is based on the old MK, which is very different from the MC, so there is not much to get from them there. As for the MC, our priority is to finish and polish it before focusing on extensions like O

[jboss-user] [JBoss OSGi] - Re: OSGi features

2007-11-16 Thread trouby
Eh, pity, I think that this is strength of OSS over commercial development, Nuxeo's projects are all LGPL, which exactly the same license Jboss uses, Seems like they are planning A LOT with their new Runtime environment related to OSGI, Take a look: http://www.nuxeo.org/sections/about/roadmap/

[jboss-user] [JBoss OSGi] - Re: OSGi features

2007-11-13 Thread alesj
"trouby" wrote : | Nuxeo(OSS ECM) took this step forward, they had to deploy their application on Eclipse server and Jboss as well, so they have their own OSGI implementation with Jboss adpater which hook Jboss j2ee/javaee behaviors with the OSGI model | | You guys better take a look, the

[jboss-user] [JBoss OSGi] - Re: OSGi features

2007-11-13 Thread trouby
Hey, As I see the last replies to this post are only month ago so I guess things are in progress now :-) I think OSGI implementation is very important, Geronimo, Jonas/WS/etc.. are already there so it'll be great having it in Jboss too! I have some points which I think could be real helpful:

[jboss-user] [JBoss OSGi] - Re: OSGi features

2007-10-23 Thread alesj
"Alesque" wrote : Do you have some pointer / documentation of the tnew classloading architecture in order to understand what this new implementation brings in terms of features? http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041335#4041335 btw: are you interested in helping to impleme

[jboss-user] [JBoss OSGi] - Re: OSGi features

2007-10-23 Thread Alesque
Ales, In a previous post you talked about the rewriting of whole classloading layer in JBoss 5 to make OSGi integration easy. anonymous wrote : Working on JBoss5_beta3 (coming out soon), which will already have a new CL layer. Do you have some pointer / documentation of the tnew classloading

[jboss-user] [JBoss OSGi] - Re: OSGi features

2007-10-15 Thread Alesque
I will be glad to discuss/share with you regarding OSGi integration. I'm suprised that the community doesn't seem to be enthusiastic on that? Maybe it's due of a lack of knowledge about this technology. Regards, Alexandre View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [JBoss OSGi] - Re: OSGi features

2007-10-15 Thread alesj
"Alesque" wrote : | Will the API/annotation provide the ability to get a specific version of a bundle? | We are not there yet. But the feature sounds reasonable. Will keep you posted once I'm fully back on OSGi work, and we/you can exchange/provide some ideas. "Alesque" wrote : | Do yo

[jboss-user] [JBoss OSGi] - Re: OSGi features

2007-10-15 Thread Alesque
anonymous wrote : That would be the same as getting MC beans into EJB. | Since OSGi services will be managed by MC, so making them equal to other MC beans/services. | But we still need to see how we'll elegantly implement that bridge. Will the API/annotation provide the ability to get a spe

[jboss-user] [JBoss OSGi] - Re: OSGi features

2007-10-12 Thread alesj
"Alesque" wrote : Any approximative date regarding the release of JBoss 5 GA? It's a question of weeks/months/years? I found not related information about that on JBoss Community Web Site. | WIP. :-) "Alesque" wrote : | I have additionnal question about OSGi integration. Will jboss provide

[jboss-user] [JBoss OSGi] - Re: OSGi features

2007-10-12 Thread Alesque
Ales, It's a good news that OSGi integration is aligned to JBoss 5 roadmap. Any approximative date regarding the release of JBoss 5 GA? It's a question of weeks/months/years? I found not related information about that on JBoss Community Web Site. Of course, I will give it a try! I have additi

[jboss-user] [JBoss OSGi] - Re: OSGi features

2007-10-12 Thread alesj
"Alesque" wrote : | Any progress on OSGi integration? | Working on JBoss5_beta3 (coming out soon), which will already have a new CL layer. An initial OSGi work will be present there. But should wait for GA for full impl. Give beta3 a try, and let us know how it works out for you. ps: our

[jboss-user] [JBoss OSGi] - Re: OSGi features

2007-10-12 Thread Alesque
Hi Ales, Any progress on OSGi integration? I noticed that WebSphere 6.1 made the choice to supply fully JEE stack atop of OSGi framework. JONAS and BEA are moving to OSGi too. I hope that OSGi integration is still underway. Regards, Alexandre View the original post : http://www.jboss.com/in

[jboss-user] [JBoss OSGi] - Re: OSGi features

2007-08-29 Thread alesj
"Alesque" wrote : Is there a dedicated web space to get more information about OSGi integration into JBoss Microcontainer? | http://jira.jboss.com/jira/browse/JBOSGI I did a simple, but useful presentation at OSGi Muenchen event - http://www.osgi.org/news_events/2007_06_communities/agenda.asp