| Author |
ejb reference in deployment descriptor (without annotations )
|
marcin pilarczyk
Greenhorn
Joined: Jan 06, 2011
Posts: 2
|
|
I try to inject dependency in EJB 3.0 using only deployment descriptor. When I deploy my app to Glassfish (v3.1) I get this exception:
I have no idea what I do wrong. Can anybody help me, please?
The ejb-jar.xml descriptor is:
Class pl.Test:
|
 |
marcin pilarczyk
Greenhorn
Joined: Jan 06, 2011
Posts: 2
|
|
the solution is:
|
 |
Piotr Nowicki
Ranch Hand
Joined: Jul 13, 2010
Posts: 610
|
|
So did it work for you without any annotations?
What was the problem?
I guess that you did a lot of changes to this DD, as the <depends-on> is valid only for Singleton EJB's (and you have two SLSB's) and <transaction-type> doesn't have anything to do with the injection here, right?
Cheers!
|
OCP Java SE 6 Programmer, OCM Java SE 6 Developer, OCE Java EE 6 JSPSD, OCE Java EE 6 EJBD, OCE Java EE 6 JPAD, Spring 3.0 Core Professional.
|
 |
 |
|
|
subject: ejb reference in deployment descriptor (without annotations )
|
|
|