Hey All I am trying to call the sample map reduce found on mongodb's site
I get the following error with Java driver 2.7.1 and spring data 1.0.3-RELEASE
DEBUG] [main 07:36:06]...
Type: Posts; User: awestwell; Keyword(s):
Hey All I am trying to call the sample map reduce found on mongodb's site
I get the following error with Java driver 2.7.1 and spring data 1.0.3-RELEASE
DEBUG] [main 07:36:06]...
Hey All
As you know JSF 2.0 and above you can define a custom resource loader for images / css and pages. Do you still have to marry the path for the webflow (xml file) to the directory where the...
Hey
I want to be able to override the resource to load spring webflows from. I am using JSF 2.0 and there you can define a external loader for resource in JSF. So I want to be able to load...
Hey All
Is the QueryDSL still only avaible via the repository if so. What class should I start with to build it up to using in a standard DAO which uses a mongoTemplate?
Thanks
I Guess what I am asking is this. Can yo configure indexing and dbref via spring xml configuration files or is it only possible via annotations.
Thanks
Hey All
I have a quick quesiton. Is it possible on a per collection in MongoDB using Spring data to configure the indexing and DBRef Collection name via XML.
The reason I ask the class below is...
Thanks that worked
Good Afternoon All
I am trying to get EL working under Spring 3.0.0.M2. However the values in the map always evaluate to the string value for example "#{ systemProperties['user.region'] }" not to...