Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Juergen Hoeller answered in Jira: The...

    Juergen Hoeller answered in Jira:


    The Changeset is here:...
  2. Ok, I'm very sure, that I use the same Versions,...

    Ok, I'm very sure, that I use the same Versions, because I got them from Maven, I see the Code and it's the same than in the Changeset.

    Here's my StackTrace:



    10:29:35 DEBUG...
  3. 3.1.M2 + Quartz 2: Errors on new AdaptableJobFactory changes?

    Yes, I know, spring does not collaborate with Quartz 2.0. But, Juergen Hoeller made a change to at least AdaptableJobFactory works with it in Spring 3.1.M2. Thank you, Jürgen! The small Changeset:...
  4. Replies
    12
    Views
    3,152

    Good news! After the things of the beginning...

    Good news!

    After the things of the beginning of this thread now I use Profiles. And those even work with my tests like so:


    @RunWith(SpringJUnit4ClassRunner.class)...
  5. Replies
    12
    Views
    3,152

    Won't it be better to remove the extend and leave...

    Won't it be better to remove the extend and leave the Annotation for a looser coupling?
  6. Replies
    12
    Views
    3,152

    I'm sure it was an anti-copy-paste-start-thinking...

    I'm sure it was an anti-copy-paste-start-thinking pattern. ;-)
  7. Replies
    12
    Views
    3,152

    Solved

    Ok, finally i got it with the inner Class. I had to rename my packages from my.project.subname.tests to my.project.tests.subname because of ComponentScan. The Filter did not work for me, because it...
  8. Replies
    12
    Views
    3,152

    Solution for my @Filter-Problem: ...

    Solution for my @Filter-Problem:

    @ComponentScan(basePackages = "de.hlsolutions.hlmonitor.scheduler", excludeFilters = @ComponentScan.Filter(type = FilterType.ANNOTATION, value =...
  9. Replies
    12
    Views
    3,152

    Ok, first, thank you for your high quality...

    Ok, first, thank you for your high quality answers!

    @"Marten Deinum": I read somewhere in the Doc about your suggest, but I think, the inner class has to have another name ... but I can't find it...
  10. Replies
    12
    Views
    3,152

    @RunWith(...) @ComponentScan does not work

    Hi!

    Yes I searched the forum, I used Google, but I'm out of ideas and keywords to search with now.

    Problem: I have a new Project with Spring 3.1M2 and I want to run JUnit tests like the...
  11. Replies
    1
    Views
    851

    Solved

    c:out does not use SpEL! This works:


    <spring:eval expression="newExercise.exercise.tasks.?[state.equals(T(fhkoeln.edb.nftool.ExerciseState).INTRO)]" var="xy"/>
    <c:out value="${xy}" />
  12. Replies
    1
    Views
    851

    SpEL does not recognize functions

    Hi Forum!

    Environment: Spring 3.0.5 RELEASE, Tomcat, Web MVC, Tiles

    I've a Test-Line in my jspx:

    <c:out value="${'abc'.substring(2,3)}" />
    which produces an Exception:
  13. Replies
    2
    Views
    3,756

    Can you do this explanation, please? I'm very...

    Can you do this explanation, please? I'm very interested in that.
  14. Replies
    8
    Views
    3,357

    Hmm, I think I know what you meant ... I've no...

    Hmm, I think I know what you meant ... I've no SimpleUrlHandlerMapping bean. I've got an AnnotationMethodHandlerAdapter ....

    it's simple and faste, if I post my whole XML:


    <?xml version="1.0"...
  15. Replies
    8
    Views
    3,357

    Thank you, Marten, for your answer, but, I don't...

    Thank you, Marten, for your answer, but, I don't use struts! Just plain JSP views.
  16. Thread: Language selection

    by sja
    Replies
    22
    Views
    8,148

    Thats easy: Look at your URL ... you have to...

    Thats easy: Look at your URL ... you have to preserve the current GET-Parameter in the URL. In my case, I prepare a link to language en in this way:


    <spring:url var="url_en" value="">...
  17. Replies
    8
    Views
    3,357

    Ok, I could set an breakpoint at...

    Ok, I could set an breakpoint at SessionLocaleResolver ... and on Line 56, which contains the following:

    Locale locale = (Locale) WebUtils.getSessionAttribute(request,...
  18. Replies
    8
    Views
    3,357

    Locale Interceptor never called

    Hi Forum!

    I've got a little Problem. I defined the following:

    <context:component-scan base-package="fhkoeln.edb.nftool" use-default-filters="false">

    <mvc:annotation-driven/>
    ...
  19. Thread: Language selection

    by sja
    Replies
    22
    Views
    8,148

    Hi dawez, I don't think, that this interests...

    Hi dawez,

    I don't think, that this interests you anymore, but to round up this thread:

    You try to implement a Controller, which should change the locale and saves it in the session. But: The...
  20. Replies
    1
    Views
    1,213

    After a debugging session I think, that your...

    After a debugging session I think, that your method should be like this:


    @RequestMapping(value = "/application", method = RequestMethod.POST)
    public ModelAndView create(@ModelAttribute("data")...
  21. Replies
    6
    Views
    731

    Solution

    My Solution in detail:

    My Flow contains two types of answers, represented by two Beans, answerColumns and answerTables. To remember the points and their answer, I have the following on the top of...
  22. Replies
    6
    Views
    731

    Ok, thank you InverseFalcon and triqui! I'll try...

    Ok, thank you InverseFalcon and triqui!
    I'll try that and set this thread to solved, if it this helped.

    @InverseFalcon: I didn't know the child-element meaning of <transition/>. In my case, I...
  23. Replies
    6
    Views
    731

    Why do I never get an answer to my posts? I need...

    Why do I never get an answer to my posts? I need some reasons to do it better in the future.


    Are my thread-titles boring?
    Should I give more information?
    Are my texts not pregnant enough?
    ...
  24. Replies
    6
    Views
    731

    Detect tries, a Flow-Form was submitted

    Hi!

    I want to count, how often a view state has been submitted, until it passed the validator. Is there a way to even read that in the flow-definition?

    Sebastian
  25. Thank you, Christian, that was my problem. Solved.

    Thank you, Christian, that was my problem. Solved.
Results 1 to 25 of 57
Page 1 of 3 1 2 3