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...
Type: Posts; User: strug; Keyword(s):
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...
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"...
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...
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...
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...
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...
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?...
no, we still got that problem from time to time.
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...
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...
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...
no one? or is the answer to easy?
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...
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...
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...
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...
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...
No one using Facelets and WebFlow?! No one have a hint?
TIA, Leif
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...
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...
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...
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...
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...
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...
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
...