My problem was that I didn't define both the read and write conversion strategy. Since I only needed read I tried to write that but it needs both to work. Let me know if you need more information. If...
Type: Posts; User: matsientst; Keyword(s):
My problem was that I didn't define both the read and write conversion strategy. Since I only needed read I tried to write that but it needs both to work. Let me know if you need more information. If...
I have been trying to register my own converter for reads and unfortunately it is not getting used. I can see it getting registered but it never actually calls the reader. Here are the corresponding...
My fault. My WEB-INF/lib didn't get updated with the right jars.
Thanks
Hey Guys
I have updated to M3 of spring-data-mongodb and I am trying to add a custom ReadConverter but it's choking on my mapping-converter.
Caused by: org.xml.sax.SAXParseException:...
Actually I left it running overnight and here is a more robust message:
Apr 12, 2011 3:27:01 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 52710 ms
INFO [2011-04-12...
I'm getting this error when my app runs for a few minutes.
Insight bascially starts failing left and right. Here are a few stacktraces.
Any ideas would be greatly appreciated.
...
Shoot. Do you guys have an ETA on when thight might happen?
After some research it looks like it should be supporting property editors out of the box. In the Person example they have an Address object which is set and then persisted and retrieved.
In my...
I've been taking the plunge into using MongoDB and I got a simple example working writing to and from mongo. Now I need to know how to manage property editors for the conversion? I'm not sure if it's...
Does anyone have any insights?
Howdy,
We installed a new instance of STS and we're running the spring tc server developer edition v2.1. Our app is starting fine (after some jiggering) but the weird part is that for some reason tc...
Hello
I've been reading the documentation but I'm having some trouble.
I am trying to have both an http connector and an AJP connector for my tcServer instance.
Here is how my server.xml looks...