[jboss-user] [Beginners Corner] - JBoss & Maven2

2009-01-13 Thread Alesque
Hi, I read this post http://www.javaworld.com/javaworld/jw-01-2008/jw-01-tomcat6.html exposing several configurations of j2ee projects. To speed up the adoption of JBoss, do you know if there is an initiative creating maven2 archetypes related to such configurations (see figure 1, figure 2,

[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 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 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 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] - OSGi features

2007-08-29 Thread Alesque
Is there a dedicated web space to get more information about OSGi integration into JBoss Microcontainer? Any plans to integrate OSGi into EJB3 container to deploy ejb component as OSGi bundle? Regards, Alexandre View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [EJB 3.0] - Versioned EJB

2007-08-29 Thread Alesque
Is there an existing `best practice` document to implement and maintain versioned ejb components? Deploying ejb component like an OSGi bundle could be a must. Regards, Alexandre View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079029#4079029 Reply to the post

[jboss-user] [EJB/JBoss] - Stateful + PreDestroy + EntityManager = NullPointerException

2007-05-19 Thread Alesque
Hi, I?m currently working on a stateful session bean (jboss 4.2.0.CR2) and I need some help. In the annotated pre destroy method I get an exception if one method of the Hibernate session is invoked. Caused by: java.lang.NullPointerException | at org.jboss.ejb3.entity.ManagedEntityMa

[jboss-user] [Beginners Corner] - Application Client Container

2007-03-20 Thread Alesque
Hi, In Glassfissh, the application client container publishes applications via Java Web Start. I looked into the wiki, forum and JIRA and no found related information about such a feature in JBoss. I know that I could have the same behaviour in building a war archive which embed the applicatio