Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    273

    Well we are .....Looking toward the magic... it's...

    Well we are .....Looking toward the magic... it's just that for a moment we said to our selves Hmmm which is better, is Spring doing something we have overlooked while focusing on the "magic". With...
  2. Replies
    5
    Views
    273

    There is the thought as you have mentioned that...

    There is the thought as you have mentioned that the Constructor may have work to perform and the injection at the property wouldn't.
  3. Replies
    5
    Views
    273

    This an Autowire question

    On my team a question came up>

    Which is most efficient to Autowire through the Constructor or Property?

    So when the class gets created the Constructor is called and any beans to be injected are...
  4. Which viewresolver should I use to render HTML

    Of all the Spring view resolver classes which can I use to render html. I'm using JstlView for the moment and not seeing my page.
  5. Replies
    5
    Views
    605

    I'm running the 64bit of both the JDK 7 and STS...

    I'm running the 64bit of both the JDK 7 and STS 2.9.2
    I got it working again by removing my vmargs and running the STS defaults, I then put my args back on the command line and STS is running...
  6. Replies
    5
    Views
    605

    Yes would help I'm on a 64bit, Win7, 8gig PC...

    Yes would help

    I'm on a 64bit, Win7, 8gig PC what I get for a message is that "Java has started and exited with a code 1, in a dialog that contains a dump of the ini file which I can't display as...
  7. Replies
    5
    Views
    605

    STS fails to start

    I get a dailog stating Java has started but had returned a code 1. I got the errror after a web application I was running threw an exception. I reinstalled STS and still get the error.

    Has anyone...
  8. Activating Spring Security after authenticating from another server

    Ok so my project needs to be authenticated by another server WS. I the user is valid then my web app would add the user to Spring Security for method validation.

    Ok so I'm new to SS and if I had...
  9. Getting an HttpServletRequest from within a UserDetailsService

    So my project needs to get a request object from with in a UserDetailsService to access an existing security service.

    Can this be done?
    Will I have access to all of the User session goodies?
    ...
  10. Any way to rebuild the roo log of an existing project

    On a project were the log.roo is out of sync with the code. Looking for a way to rebuild the log for one thing. My real problem is that my maven build is looking for domain object that are no longer...
  11. Thanks that works

    Thanks that works
  12. How to get the Hibernate session in a ROO project

    I'm on an existing ROO project that is using Hibernate and need the Hibernate Session object. How can I get the Hibernate Session object? Since the injections are autowired through ROO etccccc..
    ...
  13. This is nolonger an issue I found the error...

    This is nolonger an issue I found the error message is misleading in that "(default) on project foo" does not refer to a project but the toplevel package of the project. I did have a foo project used...
  14. New to ROO getting Could not find root type com.gain.client.managed.request.Applicati

    Following the getting started instructions when I try to perform the tests I get

    Could not find root type com.gain.client.managed.request.ApplicationRequestFactory

    the client folder and files...
  15. Newbie: How can I get a list of project seen by ROO

    I'm getting the following error when I try to perform tests

    [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2:exec (default) on project foo: Command execution failed. Process...
  16. Replies
    2
    Views
    322

    Andrew Thanks for the help.

    Andrew Thanks for the help.
  17. Replies
    2
    Views
    322

    Problems with STS and Roo

    I'm new to both and just creating the walkthrough project in sts. Two things the tests fail with a file not found message there's no indication as to which file is not found. The other is a M2e...
  18. Solved: Had to fully qualify my params as in...

    Solved:

    Had to fully qualify my params as in
    @RequestParam("petId") int petId
  19. Getting a No parameter name specified for argument of type

    I'm calling the handler with two parameters and I get the following error

    @RequestMapping(value="/showAll", method = RequestMethod.POST)
    @ResponseBody
    public List<Offender>...
  20. Getting a 406 not acceptable from an Annotated Controller

    My method generates a 406, any thoughts I'll research any additional features to the annotations

    @RequestMapping("/mgmtShowAll" )
    @ResponseBody
    public List<MyClass> callMyMethod(){
    ...
  21. Using Spring 3 with MyBatis 3, my select gets lost and wont come home.

    What happens is a call is made to my mapper method and doesn't return meaning in debug mode I step over the mapper call and that's it.

    My configuration is as follows:

    JDK/JRE 1.6.0_29
    OS WinXP...
  22. Thanks for the reply. I'm using annotated...

    Thanks for the reply. I'm using annotated controllers and the problem with /* is that I get a 404 on the default context on my RequestMapping for /. As for the section static resources you are...
  23. JSP not accessing resources outsode of WEB-INF

    I'm running TC6, Spring 3.0.3, Idea ide
    My directory structure is
    js
    WEB-INF
    jsp

    The web.xml

    <context-param>
    <param-name>contextConfigLocation</param-name>
  24. Replies
    3
    Views
    699

    I have solved my problem I had to set the...

    I have solved my problem I had to set the url-pattern of the dispatcher-servlet to /. The problem is I can't set it to anything else as in /* or *.jsp etc. Only / works with no errors. I have looked...
  25. Replies
    3
    Views
    699

    Viewresolver not working

    I'm trying to get a handle on Annotated controllers. I have a starter web app with just the index.jsp and a home controller there's a method in the controller with the RequestMapping of "/". I have a...
Results 1 to 25 of 47
Page 1 of 2 1 2