Hello Marten,
Thanks for your valued feedback. :)
I tried using c3p0 but that did not help. Also it would be really helpful if you could put some more light on point no 2.
Thanks
Type: Posts; User: kunal.joshi; Keyword(s):
Hello Marten,
Thanks for your valued feedback. :)
I tried using c3p0 but that did not help. Also it would be really helpful if you could put some more light on point no 2.
Thanks
I am having an application in struts + spring + hibernate. On the data layer, I am trying to use Spring DAO's in order to perform operations on my MY SQL database. I was under the impression that...
I am having an application in struts + spring + hibernate. On the data layer, I am trying to use Spring DAO's in order to perform operations on my MY SQL database. I was under the impression that...
Of course as the error says, the unmarshalling is not done properly. You are using two separate locations for marshalling and unmarshalling. I guess its not able to find the full set of files or...
By "not correct marshalling" I mean that I was writing the java classes for marshalling by hand. These java classes need to be auto generated.
The mistake I made was writing these by hand. These...
The above problem is sorted out. I was not marshalling the objects properly. When I did that, it worked fine.:)
I am trying to implement Spring Web Services using JAXB2 marshaller.This web service needs to send simple requests, perform some action and send a response as a string This is my servlet-context.xml...