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

2009-11-03 Thread wark2007
anonymous wrote : Yes, we are planning to deploy EJBs as OSGi bundles. Are there any news on that topic of deploying EJBs as an OSGi bundle? Is it already scheduled (I couldn't find it in JIRA)? Thanks in advance! View the original post :

[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=bbop=viewtopict=154158). Are there any news on that topic? View the original post :

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

2009-04-16 Thread wark2007
Hello! I am really interested in the progress of JBoss OSGi. As far as I understand JBoss AS 5 uses OSGi for loading services internally. Am I right? Is it already possible to deploy EJBs as OSGi bundles or will it be possible in the near future? That would be a really nice feature.

[jboss-user] [EJB 3.0] - Advanced trigger mechanism for Entities

2008-06-03 Thread wark2007
I am looking for a trigger implementation (similar to database trigger) for entity beans. I had a look on the EventListener and they are quite good in many cases but they have one huge disadvantage - they don't give me access to the old object, since only the current object is passed to the

[jboss-user] [EJB 3.0] - Pattern for using entities and aggregate functions in EJBQL

2007-12-20 Thread wark2007
Hello, I have a question about using entity beans and aggregate functions together in one EJBQL query. For example I have a pet shop and I want to get all Pets (entity Pet) and their corresponding sales figures. A simple query like select p, sum(...) from Pet p where ... is only possible if I