Search:

Type: Posts; User: fsamir; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,147

    There is a Jira for that, which has been fixed on...

    There is a Jira for that, which has been fixed on 1.0 RC1:

    https://jira.springsource.org/browse/DATAMONGO-316
  2. Replies
    3
    Views
    939

    Perhaps, but my environment remain the same. Just...

    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?
  3. Replies
    3
    Views
    939

    classpath*:** doesn't work in version 2.0?

    Hi,

    I have been using classpath resources as below:

    Web.xml


    <context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>
  4. Replies
    4
    Views
    1,134

    Hi, There are a lot of CMSs using Spring....

    Hi,

    There are a lot of CMSs using Spring. Example:
    http://jnuke.dev.java.net
    http://appfuse.dev.java.net/

    xwiki.org
    pebble.org
  5. This is my vm. ... #if(...

    This is my vm.


    ...
    #if( $_auth.isUserInRole("ROLE_ADMIN") )
    bla bla
    #end
    ...

    You can see this file at:
  6. Hi Guys, I'm very interested in to use this...

    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...
  7. Replies
    3
    Views
    3,068

    Thank you Adam, I can`t use Tiles because I`m...

    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...
  8. Replies
    3
    Views
    3,068

    What is the best approach for dynamic menus?

    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...
  9. Replies
    13
    Views
    5,721

    Matt, I found I little problem. The includes...

    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...
  10. Replies
    13
    Views
    5,721

    Hi Matt, thank you, your exemple is working...

    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:...
  11. Replies
    13
    Views
    5,721

    Sitemesh with Velocity Decorators

    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...
  12. Replies
    1
    Views
    1,042

    Reloadable Velocimacros. Is it exists?

    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...
  13. Replies
    0
    Views
    1,168

    How to use themes with velocity?

    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...
  14. Replies
    6
    Views
    2,369

    Hi, I've copied the Matt's example, but that...

    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.
    ...
  15. Replies
    6
    Views
    2,369

    I already saw that JavaDocs, but I didn't found a...

    I already saw that JavaDocs, but I didn't found a way to use FileSystemXmlApplicationContext to instance a ConfigurableWebApplicationContext.
  16. Replies
    6
    Views
    2,369

    Problem testing Controllers classes :(

    Is possible to load an instance of the ConfigurableWebApplicationContext using a class similar as FileSystemXmlApplicationContext ??

    It's that I want:

    //ConfigurableWebApplicationContext root...
  17. Replies
    1
    Views
    1,234

    One UrlHandler for many unknown Controllers?

    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:...
  18. Hi hakimm, Yes, you are right. Yes and...

    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...
  19. Hi mayj, separete sessionFactories is a good...

    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...
  20. Hi, your example is equals as my currently...

    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'...
  21. Is possible to load Hbm.xml definitions in different files?

    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...
  22. Replies
    2
    Views
    2,325

    Hi, this is my main xxx-servlet.xml file: ...

    Hi,

    this is my main xxx-servlet.xml file:


    <bean id="viewResolver" class="org.springframework.web.servlet.view.InternalResourceViewResolver">
    <property name="viewClass">...
  23. Replies
    1
    Views
    969

    I'v the same problem...

    I'v the same problem...
  24. Replies
    2
    Views
    2,325

    ModelAndView can't find tiles definitions

    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...
Results 1 to 24 of 24