After some digging I got the solution , posting here if it help somebody.
Actual Problem was use of bad practices @Resource annotation with EJB and I came to know that IgnoreDependency dont work with that.
When I used @EJB problem was resolved.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Hi All,
After some digging I got the solution , posting here if it help somebody.
Actual Problem was use of bad practices @Resource annotation with EJB and I came to know that IgnoreDependency dont work with that.
When I used @EJB problem was resolved.