This content has been marked as final.
Show 4 replies
-
1. @Depends not supported in Jboss AS 4.2.2 ?
jaikiran Jan 27, 2011 6:54 AM (in response to alansmanne)What's the full package name of that annotation?
-
2. @Depends not supported in Jboss AS 4.2.2 ?
alansmanne Jan 27, 2011 7:05 AM (in response to jaikiran)import org.jboss.ejb3.annotation.Depends;
-
3. @Depends not supported in Jboss AS 4.2.2 ?
alansmanne Jan 27, 2011 7:21 AM (in response to alansmanne)Ok... I suppose it should be org.jboss.annotation.ejb.Depends, as it works now !
Thank you, you saved me a lot of lost time.
-
4. @Depends not supported in Jboss AS 4.2.2 ?
jaikiran Jan 27, 2011 8:04 AM (in response to alansmanne)1 of 1 people found this helpfulThat's correct. For AS 4.x it's org.jboss.annotation.ejb.Depends.
For AS 5.x and above it's org.jboss.ejb3.annotation.Depends