[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss AS Hibernate sources missing

2009-06-05 Thread gr28
I browsed throw the SVN and the mentioned classes are missing: http://anonsvn.jboss.org/repos/hibernate/core/tags/v324sp1/src/org/hibernate/dialect/ The missing classes are available in Hibernate 3.2.5, but my JBoss claims to use 3.2.4 SP1 View the original post : http://www.jboss.org/index.ht

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss AS Hibernate sources missing

2009-06-05 Thread gr28
Hi, We are currently using JBoss AS 4.2.1 GA. An update to a newer version is not possible due to JBoss WS changes. Our JBoss distribution has a serious Hibernate bug that we want to fix. As found in the MANIFEST the Hibernate version that our JBoss uses is 3.2.4 SP1 I downloaded the source co

[jboss-user] [EJB 3.0] - JEE 5 packaging + add jars to ejb modules

2008-11-12 Thread gr28
Hi, Our environment: JBoss 4.2.1 with > 30 EJB Modules Java 5 For specific ejb modules it is required to add certain third party jars. It would be great to pack the libraries into the specific EJB module. The libraries should not be in the global ear/lib directory. I assumed it would work, by

[jboss-user] [EJB 3.0] - Re: 2 Stateless session beans, same name+interface, differen

2008-11-12 Thread gr28
Hi, Thank you for your response. The usage of @LocalBinding seems to help. But anyway, is it possible to intercept the decision process (the JNDI injection) in JBoss? Our use case is simple: We have a product that implements default behavior. For projects a specific implementation should be us

[jboss-user] [EJB 3.0] - Re: 2 Stateless session beans, same name+interface, diff. ja

2008-10-09 Thread gr28
Hi, sorry for my very late response. Here is the JNDI tree: | # ear=test.naming.ear,jar=test.naming.core.jar,name=b1,service=EJB3 | # ear=test.naming.ear,jar=test.naming.core.jar,name=wsTest,service=EJB3 | # ear=test.naming.ear,jar=test.naming.project.jar,name=b1,service=EJB3 | what w

[jboss-user] [EJB 3.0] - Re: 2 Stateless session beans, same name+interface, differen

2008-09-29 Thread gr28
anonymous wrote : Are you saying that when in a XYZBean (in core.jar), you are trying to inject "mybean", then the server is injecting mybean from the project.jar instead of core.jar? Yes. That is how it works in my test case. Is that a suprise for you? I would have expected that the bean from c

[jboss-user] [EJB 3.0] - 2 Stateless session beans, same name+interface, different ja

2008-09-29 Thread gr28
Hello, using JBoss 4.2.3 We are having a Stateless Session bean with a specific name ("mybean"): @Local(IBean1.class) @Stateless(name="mybean") public class Bean1 implements IBean1 { The class Bean1 and the interface IBean1 belong to core.jar. An other SLSB (in core.jar) injects the "mybean"

[jboss-user] [EJB 3.0] - Dynamically deploy MDB

2008-09-22 Thread gr28
Hi, My environment: - JBoss 4.2.3 (maybe upgrade to JBoss 5 in the future) - JBoss Messaging - Java 5 - Redhat Enterprise OS - lots of EJB modules I know that I can either use annotations or deployment descriptor to configure a Message Driven Bean. What I need is to subscribe an MDB to a queue