I am getting the error mentioned in this question, exactly the same. I found other solutions, but they consider an xml configuration. The solution is provided in the above question as well, but what exactly is supposed to be added to the AppConfig.java file according to the answer?
Asked
Active
Viewed 864 times
1
-
could you please elaborate your error message.Some code will also be helpful – MasterCode Nov 16 '15 at 07:19
-
the error is the same as in the above link I have given. It is exactly the same. Just that I dont know how to implement the solution provided in it. Can you help me out with that? – roynalnaruto Nov 16 '15 at 08:23
-
you are using xml configuration or Java configuration – MasterCode Nov 16 '15 at 10:44
-
java configuration. I have WebConfig.java, WebSocketConfig.java, Application.java and SecurityConfig.java... I will post the files in an edit soon.. In some time.. – roynalnaruto Nov 16 '15 at 10:47
-
the issue in given link is that the configuration file was not accessible to container as it was into in the componentscan(@ComponentScan) path.. – MasterCode Nov 16 '15 at 10:52
-
So what should I change and where should I change, in order to get it working? – roynalnaruto Nov 17 '15 at 02:19
-
For that please share configuration code – MasterCode Nov 17 '15 at 02:22
-
Is your problem solved. – MasterCode Nov 18 '15 at 09:55