[jboss-user] [JBoss OSGi Users] - JBossOSGi 1.0.0.Beta5 Released (09-Dec-2009)

2009-12-09 Thread thomas.dies...@jboss.com
I am happy to announce the release of JBossOSGi-1.0.0.Beta5. http://jbossosgi.blogspot.com/2009/12/jbossosgi-100beta5-released.html The release comes with improvements in the following areas * Improved JBoss Microcontainer based Framework support. * Improved Eclipse Equinox Integration s

[jboss-user] [JBoss OSGi Users] - Re: Access OSGIFramework from Stateless

2009-12-07 Thread thomas.dies...@jboss.com
| @Remote | @Stateless(name="StatelessBean") | public class StatelessBeanImpl implements StatelessBean | { |@Depends("jboss.osgi:service=ManagedFramework") |ManagedFrameworkMBean framework; | |public String getFraemworkSymbolicName() |{ | ObjectName bu

[jboss-user] [JBoss OSGi Users] - Re: Installing and running bundles on Jboss

2009-12-07 Thread thomas.dies...@jboss.com
The framework integration in JBossAS is preconfigured. I assume that this code does *not* create a new instance of an OSGi Framework in JBoss. If it does it would be incorrect. | FrameworkIntegration inte = new FrameworkIntegration(); | inte.create(); | Instead the Framework should be

[jboss-user] [JBoss OSGi Users] - Re: how to start a bundle in standalone JBossOSGi Runtime wi

2009-11-25 Thread thomas.dies...@jboss.com
This would be a bug. Could you pls create a jira issue and attach the artefacts that allow me to reproduce what you are seeing? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267442#4267442 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[jboss-user] [JBoss OSGi Users] - Re: Deployment of EJBs as OSGi Bundles

2009-11-03 Thread thomas.dies...@jboss.com
You can vote here https://jira.jboss.org/jira/browse/JBOSGI-198 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263654#4263654 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263654 __

[jboss-user] [JBoss OSGi Users] - Re: Classloader question

2009-10-25 Thread thomas.dies...@jboss.com
"lixlix" wrote : | I either need to access an OSGi-provided service in a SLSB or in a JSF Backing Bean. Are there any plans for EJB/OSGi support | Sure, please monitor https://jira.jboss.org/jira/browse/JBOSGI-192 "lixlix" wrote : | If I deploy the WAR into the OSGi container, is its f

[jboss-user] [JBoss OSGi Users] - Re: OSGi Bundle clustered (farming) deployment ?

2009-10-25 Thread thomas.dies...@jboss.com
Hi Cedric, good post - I'll take care of it. Please monitor https://jira.jboss.org/jira/browse/JBOSGI-191 for progress. Having said that, I'll have to look into the details of state replication in case of clustered OSGi bundles. View the original post : http://www.jboss.org/index.html?module=bb

[jboss-user] [JBoss OSGi Users] - Re: OSGi Bundle clustered (farming) deployment ?

2009-10-25 Thread thomas.dies...@jboss.com
Hi Cedric, good post - I'll take care of it. Please monitor https://jira.jboss.org/jira/browse/JBOSGI-191 for progress. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262009#4262009 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss OSGi Users] - Re: JBossOSGi vs. Pax-Runner/Pax-Exam

2009-10-20 Thread thomas.dies...@jboss.com
anonymous wrote : | And both are working with an remote framework. Remote meaning that the Client Runner and Osgi Framework are running in separate processes. | Husky supports OSGi testing in a remote container. i.e. You can have a jboss instance running somewhere on the network and test o

[jboss-user] [JBoss OSGi Users] - Re: JBossOSGi vs. Pax-Runner/Pax-Exam

2009-10-20 Thread thomas.dies...@jboss.com
Alin Dreghiciu sais: anonymous wrote : | Regarding Pax Exam and Husky these two frameworks are almost the same. And both are working with an remote framework. Remote meaning that the Client Runner and Osgi Framework are running in separate processes. Now, of course that we do not share the s

[jboss-user] [JBoss OSGi Users] - Re: Classloader question

2009-10-20 Thread thomas.dies...@jboss.com
sure, as long as the the webapp is a bundle. http://jbmuc.dyndns.org/jboss-osgi/userguide/html/ChapProvidedExamples.html#SecWebAppExample Where does the session bean come into play? EJB/OSGi integration is not (yet) supported. View the original post : http://www.jboss.org/index.html?module=bb&

[jboss-user] [JBoss OSGi Users] - Support for Knoplerfish

2009-10-15 Thread thomas.dies...@jboss.com
We dropped support for Knopflerfish in 1.0.0.Beta4 in favour of our native MC based Framework. If there is demand, it could easily be resurrect that from Beta3, probably as a community effort. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260472#4260472 Re

[jboss-user] [JBoss OSGi Users] - JBossOSGi vs. Pax-Runner/Pax-Exam

2009-10-15 Thread thomas.dies...@jboss.com
Kevin sais: anonymous wrote : | Congrats on the release, I am looking forward to playing with it. | | Can you explain the benefits of our own integration over something like the pax-runner/pax-exam framework? I have been using those for OSGi work and am very happy with it, what function

[jboss-user] [JBoss OSGi Users] - JBossAS support with Beta4

2009-10-14 Thread thomas.dies...@jboss.com
Falk asks: anonymous wrote : Is it right that JBoss 5.1 is no longer supported with Beta4? The matrix of supported containers, frameworks and jdks is documented here http://jbmuc.dyndns.org/jboss-osgi/userguide/html/ChapGettingStarted.html#SecHudson View the original post : http://www.jboss.o

[jboss-user] [JBoss OSGi Users] - JBossOSGi 1.0.0.Beta4 Released (14-Oct-2009)

2009-10-14 Thread thomas.dies...@jboss.com
I am happy to announce the release of JBossOSGi-1.0.0.Beta4. http://jbossosgi.blogspot.com/2009/10/jbossosgi-100beta4-released_14.html The release comes with improvements in the following areas * Initial release of our native JBossMC based OSGi Framework. * Added support for OSGi WebApps

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

2009-10-06 Thread thomas.dies...@jboss.com
anonymous wrote : | I placed the bundles into the deploy directory of my JBoss instance and they are not hot deployed | This would be a bug. Bundles are supposed to get picked up like any other hot deployment to the deploy directory View the original post : http://www.jboss.org/index.htm

[jboss-user] [JBoss OSGi Users] - test forward to mailing list

2009-09-03 Thread thomas.dies...@jboss.com
test forward to mailing list View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4253219#4253219 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4253219 ___ jboss-user mailing list jb

[jboss-user] [JBoss OSGi Users] - test forward to mailing list

2009-08-23 Thread thomas.dies...@jboss.com
test forward to mailing list View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251075#4251075 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4251075 ___ jboss-user mailing list jb

[jboss-user] [JBoss OSGi] - JBossOSGi 1.0.0.Beta3 Released (24-Jul-2009)

2009-07-24 Thread thomas.dies...@jboss.com
I am happy to announce the release of JBossOSGi-1.0.0.Beta3. http://www.jboss.org/community/wiki/JBossOSGi100Beta3Released23-Jul-2009 The release comes with improvements in the following areas * Early preview of the Blueprint Container Service with associated Blueprint Example. * More

[jboss-user] [JBoss OSGi] - Re: JBossOSGi source archive

2009-07-13 Thread thomas.dies...@jboss.com
I've resolved JBOSGI-101 You might also want to monitor https://jira.jboss.org/jira/browse/JBOSGI-111 cheers View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243205#4243205 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss OSGi] - Re: JBossOSGi source archive

2009-07-09 Thread thomas.dies...@jboss.com
Actually, not sure if this is of much use. The jboss-osgi/trunk is an aggregator of many jboss-osgi projects which are all maintained in their respective SVN location | 2.9.1 | 1.0.0-SNAPSHOT | 2.2.11 | 1.0.0-SNAPSHOT | 1.0.0-SNAPSHOT | 1.0.0-SNAPSHOT |

[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: Problem of running jboss-osgi-1.0.0beta2

2009-06-17 Thread thomas.dies...@jboss.com
Yes, I updated the docs. Please note, that OSGi has a build-in notion of lazy bundle activation - which I have not (yet) looked into. In theory this should bring startup time very close to boot time. i.e. the 'all' profile might start in < 1sec If this is true we can put the web console into

[jboss-user] [JBoss OSGi] - Re: Unresolved constraint on bundle library

2009-06-17 Thread thomas.dies...@jboss.com
Generally, you can only install bundles to an OSGi environment. Every other jar may be on the system classpath, but must be declared as such. Please see the relevant parts in the spec. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238172#4238172 Reply to th

[jboss-user] [JBoss OSGi] - Re: Problem of running jboss-osgi-1.0.0beta2

2009-06-17 Thread thomas.dies...@jboss.com
It seems that | scanLocation.listFiles() | returns null, which would be the case if anonymous wrote : | Returns: | An array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname. The array will be empty if the directory is empt

[jboss-user] [JBoss OSGi] - Re: Unresolved constraint on bundle library

2009-06-15 Thread thomas.dies...@jboss.com
Have you seen? http://jbossosgi.blogspot.com/2009/06/jboss-osgi-runtime-as-integration.html The jars in runtime/lib (more correctly the packages that they contain) are not automatically added to the | org.osgi.framework.system.packages | property View the original post : http://www.j

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

2009-06-15 Thread thomas.dies...@jboss.com
You bundle is trying to load apache commons logging http://commons.apache.org/logging/apidocs/index.html Not Log4j. You need to have a bundle that exports that package. There are also other ways to make a package available - please see the spec for details 3.8 Runtime Class Loading http:/

[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: JBossOSGi source archive

2009-06-14 Thread thomas.dies...@jboss.com
sure https://jira.jboss.org/jira/browse/JBOSGI-101 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4237542#4237542 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4237542 ___ jbo

[jboss-user] [JBoss OSGi] - JBossOSGi 1.0.0.Beta2 Released (03-Jun-2009)

2009-06-03 Thread thomas.dies...@jboss.com
I am happy to announce the release of JBossOSGi-1.0.0.Beta2. http://www.jboss.org/community/wiki/JBossOSGi100Beta2Released03-Jun-2009 You can download it here: https://sourceforge.net/project/downloading.php?group_id=22866&filename=jboss-osgi-installer-1.0.0.Beta2.jar&a=77899231 The release com

[jboss-user] [JBoss OSGi] - Re: Switching the Bundle Directory

2009-06-02 Thread thomas.dies...@jboss.com
Could you please have a look at the latest trunk code base, which should be released during the course of this week. (Beta2) The new JBossOSGi Runtime is a pure OSGi environment without dependencies on AS - there you can also set from where bundles get installed. View the original post : http:

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

2009-05-02 Thread thomas.dies...@jboss.com
yes, its part of the release process http://repository.jboss.org/maven2/org/jboss/osgi http://www.jboss.org/community/docs/DOC-13582 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227823#4227823 Reply to the post : http://www.jboss.org/index.html?module=bb&

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

2009-05-02 Thread thomas.dies...@jboss.com
I see what you mean, the commit must have failed | svn: Commit failed (details follow): | svn: Server sent unexpected return value (405 Method Not Allowed) in response to MKCOL request for '/repos/repository.jboss.org/!svn/wrk/604af893-b935-4408-a503-c35fe5d9299b/maven2/org/jboss/osgi/jboss

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

2009-05-02 Thread thomas.dies...@jboss.com
You probably need to do 'mvn install' locally. I can't get the commit to go through. This is just great - the distributed examples that rely on the maven repo won't work :-( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227835#4227835 Reply to the post :

[jboss-user] [JBoss OSGi] - Re: Deployment of EJBs as OSGi Bundles

2009-04-17 Thread thomas.dies...@jboss.com
anonymous wrote : | JBoss AS 5 uses OSGi for loading services internally | No, AS5 internally uses JBossMC to load services. Apart from JBossOSGi there is no other OSGi functionality available. Yes, we are planning to deploy EJBs as OSGi bundles. the details of what we are planning to sup

[jboss-user] [JBoss OSGi] - Re: Exporting bundles as MBeans

2009-04-16 Thread thomas.dies...@jboss.com
You should be able to see them in the jmx-console. http://jbmuc.dyndns.org:8280/hudson/job/jbossosgi-jdk16/ws/jboss-osgi/build/distribution/target/auto-install-dest/docs/userguide/html/ChapDeveloperGuide.html#SecJMXView Maybe you connect to the wrong MBeanServer View the original post : http:

[jboss-user] [JBoss OSGi] - Re: Jboss 5 as plugin/bundle inside another osgi-implementat

2009-04-14 Thread thomas.dies...@jboss.com
anonymous wrote : | should be possible to boot up jboss inside of another osgi-implementation | This is currently not supported. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225372#4225372 Reply to the post : http://www.jboss.org/index.html?module=bb

[jboss-user] [JBoss OSGi] - Re: Jboss 5 as plugin/bundle inside another osgi-implementat

2009-04-09 Thread thomas.dies...@jboss.com
With the next release JBossOSGi will have Equinox integration https://jira.jboss.org/jira/browse/JBOSGI-31 Alpha1 comes with Felix integration http://jbossosgi.blogspot.com Apart from JBossOSGi we don't support custom OSGi integration in JBoss View the original post : http://www.jboss.org/in

[jboss-user] [JBoss OSGi] - Re: Access OSGIFramework from Stateless

2009-04-03 Thread thomas.dies...@jboss.com
Please monitor https://jira.jboss.org/jira/browse/JBOSGI-58 Can you see the framework in the jmx-console? Can you inject other MBeans? The MBean that we currently bind to JMX is ManagedFrameworkMBean and not OSGiFramework But you are right the OSGiFramework should be injectable. View the o

[jboss-user] [JBoss OSGi] - JBossOSGi-1.0.0.Alpha3 Released (27-Mar-2009)

2009-03-30 Thread thomas.dies...@jboss.com
I am happy to announce the release of JBossOSGi-1.0.0.Alpha3. JBossOSGi-1.0.0.Alpha3 is our first functional release that comes with: * Apache Felix integration * A specialized JBossOSGi Runtime * Integrated Hudson QA * IzPack based Installer * Bundle hot deployment * Mana

[jboss-user] [JBoss OSGi] - Re: mailing list test

2009-03-25 Thread thomas.dies...@jboss.com
another test View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220906#4220906 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220906 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss OSGi] - mailing list test

2009-03-23 Thread thomas.dies...@jboss.com
Test https://lists.jboss.org/mailman/listinfo/jboss-osgi-users View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220140#4220140 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220140 ___