Solved
the bug is that the @autowired annotation was not funtional in other word the dao layer was not crossed.
to solve this bug i have deleted many bean from the applicationContext.xml file...
Type: Posts; User: elyes1111; Keyword(s):
Solved
the bug is that the @autowired annotation was not funtional in other word the dao layer was not crossed.
to solve this bug i have deleted many bean from the applicationContext.xml file...
hello
i'm trying to build a flex mobile application that call a remote service from a java application.
unfortunately i can't detect the cause of failure of call of remote service.
this is the...