[jboss-user] [EJB 3.0] - Re: EJB 3.0 and env-entry injection

2006-11-21 Thread itty06
Here is an example. All three work but I have shown the first 2 in this example ejb-jar.xml ejb-jar.xml | | http://java.sun.com/xml/ns/javaee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee ../../../testapp/ejb-jar_3_

[jboss-user] [EJB 3.0] - Re: EJB 3.0 and env-entry injection

2006-12-04 Thread jahlborn
I don't know if anyone noticed, but the original problem case was using a Service bean, not a Stateless bean. I'm also using Service beans and running into the exact same problem: there does not seem to be any way to provide external configuration for them. If anyone has a working example for

[jboss-user] [EJB 3.0] - Re: EJB 3.0 and env-entry injection

2006-12-04 Thread jahlborn
At this point, I pretty convinced this is not currently possible, so I've filed a feature request: http://jira.jboss.com/jira/browse/EJBTHREE-801[/url] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991011#3991011 Reply to the post : http://www.jboss.com/in

[jboss-user] [EJB 3.0] - Re: EJB 3.0 and env-entry injection

2006-07-25 Thread seanulyate
I thought I was having a similar problem to Jeremy. In the end I found that it was my own fault. I had packaged my ejb-xml file in 'meta-inf' folder (lower case). I tried using upper case, 'META-INF', and it worked fine. It's quite a novice mistake to make but sure I'm not the only one who has m