There is a Jira for that, which has been fixed on 1.0 RC1:
https://jira.springsource.org/browse/DATAMONGO-316
Type: Posts; User: fsamir; Keyword(s):
There is a Jira for that, which has been fixed on 1.0 RC1:
https://jira.springsource.org/browse/DATAMONGO-316
Perhaps, but my environment remain the same. Just spring was updated.
Well, is there another way to automatic load the bean definitions stored in a jar file, that will e deployed in runtime?
Hi,
I have been using classpath resources as below:
Web.xml
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>
Hi,
There are a lot of CMSs using Spring. Example:
http://jnuke.dev.java.net
http://appfuse.dev.java.net/
xwiki.org
pebble.org
This is my vm.
...
#if( $_auth.isUserInRole("ROLE_ADMIN") )
bla bla
#end
...
You can see this file at:
Hi Guys,
I'm very interested in to use this wrapper in my application. Could you please, tell me where I can find more documentantion about that?
Other documentation about how to verify Acegi...
Thank you Adam,
I can`t use Tiles because I`m already using Sitemesh.
The HandlerInterceptor is what that I'm using currently. I did it last night, and I'm still unhappy with this approach. But...
Hi,
I would like to use a few objects in all pages of my system. Something like the list of itens in a dynamic menu.
When I was using Struts I did it with the TilesController. Now I need...
Matt,
I found I little problem. The includes in my decorator, are not loading my macros. The decorator.vm and the pages in $body has access to the macro.vm. But the pages inlcuded by the...
Hi Matt,
thank you, your exemple is working for me.
My way was not workign because I wasn't using a sufix after my controlers path.
I was using something like that:...
Hi,
I was using Spring + Sitemesh + Velocity, but my decoratorators were JSPs. Some months ago the Sitemesh project has released the support to Velocity decorators.
So, I've tested the new...
Hi,
is there a way to make Spring to reload my Velocimacros every time I change it?
Currently I need to restart the application to see my updates in velocimacros...
Thanks,
Franklin Samir...
Hi,
I'm having difficult to use the Spring themes with Velocity.
I've searched here in forum, but without success...
does anyone can show me an example?
Also, I didn't found anything like...
Hi,
I've copied the Matt's example, but that is throwing the FileNotFoundException. I'm sure that the file is there, but the line below cannot find the file.
...
I already saw that JavaDocs, but I didn't found a way to use FileSystemXmlApplicationContext to instance a ConfigurableWebApplicationContext.
Is possible to load an instance of the ConfigurableWebApplicationContext using a class similar as FileSystemXmlApplicationContext ??
It's that I want:
//ConfigurableWebApplicationContext root...
Hi Guys,
I'm trying to do a modular system with Spring. My first problem was the modularity of the Hibernate config files described here:...
Hi hakimm,
Yes, you are right.
Yes and no(I think).
Yes, you can have several applicationContext file.
No, I think you cannot define multiple session factories. I think if you define...
Hi mayj,
separete sessionFactories is a good alternative. It's almost work. Didn't worked just because I have some references from the .hbm.xml in a module to a .hbm.xml in another module.
But...
Hi,
your example is equals as my currently code.
I would like to load each ".hbm.xml" in a different applicationContext.xml files. Something like that:
Users-applicationContext.xml: ('Users'...
Hi,
Is possible to load Hbm.xml definitions in different files?
I'm triyng to make a module manager for my system. It consists basically in store all module configuratins in one file, like...
Hi,
this is my main xxx-servlet.xml file:
<bean id="viewResolver" class="org.springframework.web.servlet.view.InternalResourceViewResolver">
<property name="viewClass">...
I'v the same problem...
Hi,
I'm triyng to use ModelAndView inside of a MultiActionController in order to redirect to a Tiles defined page. But, the MultiaAction is redirecting to a path with the same name as the tiles...