Hi,
I finally found out a syntax for jboss.xml to Ingnore dependency injection.
The jboss.xml file from my previous posts now look like :
|
| http://java.sun.com/xml/ns/javaee";
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
| xsi:schemaLocation="http://java.sun.com/
anonymous wrote :
| to compile @IgnoreDependency - you need
| jboss-4.0.5.GA\client\jboss-annotations-ejb3.jar in your compile classpath.
|
I found jboss-annotations-ejb3.jar in ejb3.deployer directory which is in the
deploy directory of my server, not the client/ directory as you specifie
Hi,
Sorry for this topic title, I mean "Cyclic dependencies" ...
So I still can't make the dependecy ignored by using jboss.xml. So i wanted to
try by specifying @IgnoreDependency in the source code. The problem is that i
can't find the library which defines this annotation. I can't see it in
Hi,
I've got several Stateless beans which have cyclic dependencies between them.
When deploying my .jar I get several errors saying me that kind of thing :
| ObjectName: jboss.j2ee:jar=escapek.jar,name=TestServiceBean,service=EJB3
| State: NOTYETINSTALLED
| I Depend On:
| jbos