I am having some problem with @Autowire annotation. I am using apache cxf for the web service publisher. The problem is that when I try to autowire a bean to my service implementation, i get this...
Type: Posts; User: supratim; Keyword(s):
I am having some problem with @Autowire annotation. I am using apache cxf for the web service publisher. The problem is that when I try to autowire a bean to my service implementation, i get this...
guys can you please tell me, why the wsdl is coming like that??? is there any configuration issue?
I have a simple web service in my application. The problem is when I am hitting it from a client, the arguments are coming as null.Please tell me if there are any missing configurations. The...
After doing this I am getting a new exception:
org.hibernate.HibernateException: No Hibernate Session bound to thread, and configuration does not allow creation of non-transactional one here
Thanks for the reply Marten. I have removed the JTATransactionFactory from hibernate configuration. But the error remains.
Sorry ... I did'nt get it. If I do openSession() then the flushing and closing of the session wold have to be done manually. I knew that after the transaction is complete, the transaction object...
Hello friends, I am having some problem with configuring transaction with spring having Hibernate as the orm tool. My configurations are as follows...
spring-transaction.xml
...
Hello , I have a controller to generate an excel file depending on some data. Now the excelfile is getting created but it is not giving me any download or opening option, it is roughly getting...
thanks for the help...but where is the difference between the commandObject and modelAttribute. where can I use and where can i not.
Hi as I am new to spring I am getting puzzled with some of the annotations and its usages. I am getting confused with the proper usage of these annotations :@InitBinder,@ModelAttribute and...
Hi I am new to spring mvc.
Someone can please tell me the difference between the modelAttribute and commandObject and where and how we can use it with examples.
I am learning spring mvc and finding this problem very much annoying.:mad: The problem is with the path setting for the DispatcherServlet. Server cannot find the resource is coming. Basically the...