[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