File Component readLock strategy

2010-10-06 Thread Craig Tataryn
coding: MacRoman OS name: "mac os x" version: "10.6.4" arch: "x86_64" Family: "mac" Craig. -- Craig Tataryn site: http://www.basementcoders.com/ podcast: http://www.basementcoders.com/?feed=podcast itunes: http://itunes.apple.com/podcast/the-basement-coders irc: ThaDon on freenode #basementcoders, ##wicket, #papernapkin twitter: craiger

NoTypeConversionAvailableException FOMList to Document

2014-01-31 Thread Craig Tataryn
I'm converting an rss consumer route to atom, however I'm running into a problem (see below). For rss there was an actual marshaller I could invoke before using split, however with atom I don't see an equivalent. If I replace the marshalling section with: .marshal().string("utf-8") I get anoth

@XmlElement overriding @JsonProperty

2013-07-17 Thread Craig Tataryn
o ignore all @Json* annotations for any property that has an @XmlElement annotation associated with it. So instead of "body": properties in my json I end up with "encoded": properties Has anyone else run into this? It's pretty maddening :( Thanks, Craig -- Craig Tataryn