Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. You are right, JavaMailSenderImpl DO NOT require...

    You are right, JavaMailSenderImpl DO NOT require authentication.

    The problem is that unauthorized mailing is only possible from our server, from a developer machine - where I tested it - it is not...
  2. Problems sending mails with mail.smtp.auth == false

    Hi there,

    I need some feedback from you.

    I want to send out emails without authentication from a trusted host.



    <si-mail:outbound-channel-adapter channel="outboundMail"...
  3. Replies
    0
    Views
    419

    DirtiesContextDetector

    Hi there,

    what do you think about a "DirtiesContextDetector"?

    What?
    What should it do? It should help the user to automatically identify potential places where the current context is...
  4. Replies
    2
    Views
    1,620

    Take a look at the context management...

    Take a look at the context management (http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/testing.html#testcontext-ctx-management)

    Maybe in your case...
  5. It depends on the order of the tests. Or better...

    It depends on the order of the tests. Or better it seems as if one (or more) of our 7000 tests dirties the context without marking the test with @DirtiesContext.

    Our workaround so far is to group...
  6. Strange Problem With Transactional TestNG Tests

    We have One-Offs:)

    If we run our test suite we receive some UnexpectedRollbackException and IllegalTransactionStateException. Doesn't matter if we use ctw or ltw. If we run the tests separate...
  7. Replies
    7
    Views
    2,130

    Problems with simple app on Roo 1.1.0.RC1

    Hi there. I'm playing the first time with Spring Roo and couldn't get my own sample running. mvn tomcat:run and mvn gwt:run both did not work (error messages are below). Here is what I did. Any idea?...
  8. no, we still got that problem from time to time.

    no, we still got that problem from time to time.
  9. Replies
    2
    Views
    2,531

    Damn stupid! Sometimes you need to step...

    Damn stupid!

    Sometimes you need to step back..and just start thinking ;)

    I forgot to setup the transaction handling. Shame on me.

    So what is necessary to run the example: Add a...
  10. Replies
    2
    Views
    2,531

    Last afternoon I tried to use a...

    Last afternoon I tried to use a RmiRegistryFactoryBean without success as well. I can connect over the rmi service url from jconsole but when I invoke my method it fails.

    I use JDK 1.6 and Tomcat...
  11. Replies
    2
    Views
    2,531

    JMX with jconsole and HibernateException

    Hi there.

    I played around with JMX and it was quiet easy to got the first sample running.
    Next I tried to call a repository from inside the MBean (the monitor). This time
    without success.

    I...
  12. Replies
    2
    Views
    1,328

    no one? or is the answer to easy?

    no one? or is the answer to easy?
  13. Replies
    2
    Views
    1,328

    @Secured @RolesAllowed and AspectJ

    hi there,
    a colleague told me, that the usage of jsr250 (@rolesallowed) is not possible when using aspectj.

    is this right?

    can i use jsr250/@rolesallowed only with spring aop?

    thanks in...
  14. how do you manage architecture? how does e.g. spring use sonarj and structure101?

    hi all,

    i see that spring is 'powered by' structure101 and sonarj. for me both tools supports the management of architecure.

    which tool is used by whom and why?

    in a presentation of...
  15. i thought that the spring validation framework is...

    i thought that the spring validation framework is a good choice to deal with complex validations (more than one combined field-data) in an jsf environment as well.

    although the reusage of...
  16. SWF 1.0.3 - SellItem-JSF Sample without Spring Validation ?

    hello,

    i'm looking at the new webflow version 1.0.3 sellitem-jsf sample application and i'm missing the validation example.

    is there a reason why it is not included anymore?

    thanks in...
  17. JSF: Should FlowPhaseListener.sendRedirect call encodeURL ?

    Hello,

    i've the problem, that my JSF (MyFaces)/WebFlow application could not deal with URL-Rewriting when i use a flowRedirect.

    The FlowPhaseListener is calling his private method...
  18. No one using Facelets and WebFlow?! No one have a...

    No one using Facelets and WebFlow?! No one have a hint?

    TIA, Leif
  19. JSF integration: problem with composition components and resuming flows

    Hello,

    trying to use compositon components, I got problems resuming the flow!

    Like it is written in the reference chapter 5.6.3 resuming a flow could be done with:

    <h:commandButton...
  20. Replies
    1
    Views
    801

    JSF / SWF / ViewResolver

    Hello,

    I want to use the ViewResolver mechanism with JSF and Webflow.

    I want to place my jsf pages under /WEB-INF/pages. Is there a easy way like it is when using JSLTView using a prefix and...
  21. Is there s.th. like CustomEditorConfigurer for DataBinder

    Hello,

    i want to register descriptive custom editors for data binding from the application context.

    For the application context itself there is the 'CustomEditorConfigurer'.

    This one can...
  22. Replies
    1
    Views
    770

    AOP Cache / Caching / Wanghy

    hello,

    i'm looking for a AOP cache solution for spring. i found wanghy cache but heard as well that is it no longer compatible with spring-1.2.6 or spring 2.0.

    the spring modules seems to be...
  23. ReloadableResourceBundleMessageSource and cacheSeconds ?

    hello,

    I read the javadoc of the "ReloadableResourceBundleMessageSource" and did not understand the following:



    I don't get the last sentence! E.g. when I set cacheSeconds to 1 hours it...
  24. another day, another way :lol: I fixed my...

    another day, another way :lol:

    I fixed my problem :!:

    I created an object that 'holds' my object (item) and has an isSelected flag.

    Next, I had the problem that unchecked checkboxes are...
  25. newbie: binding problems / indexed properties / checkbox

    hello,

    I'm very new to spring and webflow and stumble over my first problem.
    I hope you have a minute or two and can help me :-)

    My form object has a collection filled with CodedText items
    ...
Results 1 to 25 of 26
Page 1 of 2 1 2