[jboss-user] [EJB 3.0] - Re: Cross-referencing EJBs doesn't work

2009-03-06 Thread jnorris10
"mturner24" wrote : I'm currently migrating my application to JBoss 5.0.0 GA  
and the circular dependency are no longer ignore with the IgnoreDependency 
annotation. did anything change regarding jboss 5 ?

Are you using the correct annotation?

In JBoss 4.2.x, the annotation was named: @org.jboss.annotation.IgnoreDependency

In JBoss 5.0.x it seems to be called:
@org.jboss.ejb3.annotation.IgnoreDependency




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4215910#4215910

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4215910
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: Cross-referencing EJBs doesn't work

2008-12-08 Thread ALRubinger
The Integration Test is passing:

http://jboss.hudson.alrubinger.com/job/EJB3_Integration_TestSuite_AS5_GA/lastBuild/testReport/org.jboss.ejb3.test.circulardependency.unit/

Please post relevant layout and errors in a new topic (so we don't hijack this 
one). ;)

S,
ALR

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195194#4195194

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195194
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: Cross-referencing EJBs doesn't work

2008-12-08 Thread mturner24
I'm currently migrating my application to JBoss 5.0.0 GA  and the circular 
dependency are no longer ignore with the IgnoreDependency annotation. did 
anything change regarding jboss 5 ?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195140#4195140

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195140
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: Cross-referencing EJBs doesn't work

2008-02-15 Thread linoux
It works fine now !!

Thanks a lot for your help !

-- 
Céline

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129656#4129656

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129656

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: Cross-referencing EJBs doesn't work

2008-02-15 Thread ALRubinger
You've got a circular dependency here.  In addition to @EJB, apply 
@IgnoreDependency to one of these instance members.

S,
ALR

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129651#4129651

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129651
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user