-
1. Re: Deployment "AAASessionBeanLocal" is in error due to the following reason(s): ** NOT FOUND Depends on 'AAASessionBeanLocal' **
wdfink Dec 17, 2013 2:26 AM (in response to nik...)The problem might shown befor that summary, could you attach the server.log with the start? Also the application code might be helpful.
-
2. Re: Deployment "AAASessionBeanLocal" is in error due to the following reason(s): ** NOT FOUND Depends on 'AAASessionBeanLocal' **
nik... Dec 17, 2013 3:48 AM (in response to wdfink)Hi Dieter,
As logging is not available with jboss 6 I am only able to capture console logs adding the same.
-
console.log.zip 28.9 KB
-
-
3. Re: Deployment "AAASessionBeanLocal" is in error due to the following reason(s): ** NOT FOUND Depends on 'AAASessionBeanLocal' **
wdfink Dec 17, 2013 9:43 AM (in response to wdfink)I'm not sure what the issue is, I see that the BillExportConfigurationBLManager is deployed and contain a local interface.
I suppose that there is a deployment order issue or a wrong dependency setting (for AS6).
But why you migrate to AS6 I would recommend to use AS7 or WildFly as AS6 is an old version.
-
4. Re: Deployment "AAASessionBeanLocal" is in error due to the following reason(s): ** NOT FOUND Depends on 'AAASessionBeanLocal' **
nik... Dec 18, 2013 12:12 AM (in response to wdfink)Hi Dieter,
I have read some threads and working on cyclic dependency, where I came to know about Ignore dependency tag.
Is there any way to override this tag for all beans as I have a lot of beans. And can't ensure that all the developers will add this tag.
Also I have tried adding Jboss.xml in my jars with ignore dependency tag but after adding this I get
Unable to create annotation for method/field create for EJB
Caused BY : NoSuchFieldException
Please suggest some solution cosidering Jboss AS 6 as my Limitation.
Thanks in Advance.
-
5. Re: Deployment "AAASessionBeanLocal" is in error due to the following reason(s): ** NOT FOUND Depends on 'AAASessionBeanLocal' **
nik... Dec 19, 2013 3:19 AM (in response to nik...)Hi Dieter,
I have resolved the issue don't know it was right solution or not but it worked as a solution for me.
I was using @Resource Tag for EJB 's which i have replaced with @EJB tag and it worked for me