[jboss-user] [EJB 3.0] - Re: Cyclic depencies

2006-12-06 Thread Nico67
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/

[jboss-user] [EJB 3.0] - Re: Cyclic depencies

2006-12-04 Thread Nico67
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

[jboss-user] [EJB 3.0] - Re: Cyclic depencies

2006-12-03 Thread Nico67
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

[jboss-user] [EJB 3.0] - Cyclic depencies

2006-12-01 Thread Nico67
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