Search:

Type: Posts; User: supratim; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,189

    Apache CXF @Autowire problem

    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...
  2. guys can you please tell me, why the wsdl is...

    guys can you please tell me, why the wsdl is coming like that??? is there any configuration issue?
  3. arguments are not coming, problem with SimpleJaxWsServiceExporter

    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...
  4. Replies
    7
    Views
    1,331

    After doing this I am getting a new exception: ...

    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
  5. Replies
    7
    Views
    1,331

    Thanks for the reply Marten. I have removed the...

    Thanks for the reply Marten. I have removed the JTATransactionFactory from hibernate configuration. But the error remains.
  6. Replies
    7
    Views
    1,331

    Sorry ... I did'nt get it. If I do openSession()...

    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...
  7. Replies
    7
    Views
    1,331

    Configuration of Transaction with Spring

    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


    ...
  8. JExcel output is coming in binary format.

    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...
  9. thanks for the help...but where is the difference...

    thanks for the help...but where is the difference between the commandObject and modelAttribute. where can I use and where can i not.
  10. usages of @InitBinder,@ModelAttribute and @SessionAttributes

    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...
  11. differences between commandObject,modelAttribute in form:form tag

    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.
  12. Replies
    3
    Views
    656

    Path settings for a web program.

    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...
Results 1 to 12 of 12