resloved, see http://forum.springsource.org/showthread.php?128614-spring-security-3-1-not-support-profile-in-spring3-1
Type: Posts; User: loveam; Keyword(s):
resloved, see http://forum.springsource.org/showthread.php?128614-spring-security-3-1-not-support-profile-in-spring3-1
thank you very much!
I have found the reason after enable debug logging for org.springframework.web.context.support.StandardSe rvletEnvironment
my origin web.xml is
<context-param>
...
hi,All:
I know spring security 3.1 using spring3.0.7, I try to upgrade to spring3.1 because I need profile in spring3.1.
if I want http channel in develop and https in release :
...
hi,All:
I try to upgrade project to spring3.1 because profile is cool.
this is my datasource:
<beans profile="dev,default">
<bean...
hi,All:
my controller have a method:
@RequestMapping(method = RequestMethod.PUT,produces = MediaType.APPLICATION_JSON_VALUE)
public ModelAndView updateAccountList(@RequestBody @Valid...
Dear All:
I dont know it is a spring mvc issue or a roo issue.
when there is <div></div> in my jsp file, the output html will become <div/>, I have to add some comment between...
resloved, thank you very much!
here is my config file, thank you!
<bean id="mailSender" class="org.springframework.mail.javamail.JavaMailSenderImpl">
<property name="host" value="smtp.sina.cn"/>
<property...
2012-04-01 23:43:14,010 [SimpleAsyncTaskExecutor-1] DEBUG org.springframework.amqp.rabbit.listener.BlockingQueueConsumer - Rejecting messages
2012-04-01 23:43:14,010 [SimpleAsyncTaskExecutor-1]...
I have fix the channel, the log is too long, I will post twice
2012-04-01 23:43:14,008 [SimpleAsyncTaskExecutor-1] DEBUG org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer -...
hi,Gary, my error handler do nothing
public class MailErrorHandler implements ErrorHandler {
private Logger logger=Logger.getLogger(this.getClass().getName());
@Override
public void...
hi,All:
I try to read message from rabbitmq and send those message by email. when smtp authenticate failed, SI will read this message from rabbitmq again and try to resend email because the...
resloved, forget
<filter-mapping>
<filter-name>springSecurityFilterChain</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
in web.xml
hi,All:
I meet a very strange error today, I try to login with ajax, so I write those code:
@Autowired
private AuthenticationManager authenticationManager;
@Autowired...
hi,All:
krimple resloved it in this thread :http://forum.springsource.org/showthread.php?89413-Tab-containers-in-a-spring-roo-application
you must add those code:
<!-- now, find the...
hi,all:
I want to using TabContainer in my form, this is my code:
<form:create id="fc_com_manager_account_domain_Customer" modelAttribute="customer" path="/customers" z="user-managed">
...
hi,Alan:
Thank you for reply!
I did specify the parent, otherwise "mvn install" will not success
I have found where cause this error: when I remove plugin's "version" tag in module...
hi,All:
I am using roo 1.2.0.RELEASE
I try to create a module using roo, this is roo script
project --topLevelPackage com.demo --packaging pom
module create --moduleName...
Dear All:
I change some definition in views.xml,and remove old definition.
but roo will add those removed definition automatically. how to make roo stop update?
thank you !!!
Hi, I have a abstract base class and a subclass
this is my script:
entity jpa --class ~.domain.Parent --inheritanceType JOINED --activeRecord false
field string --fieldName parentp1 --notNull...
I add a output-channel in header-enricher, it is working now, thank you very much!
I just want to learning how to use jms and email in SI, so I want to send error message to email and jms. I add a...
hi, I get this error when I using mail:outbound-channel-adapter and recipient-list-router.
this is my code:
<recipient-list-router id="customRouter" input-channel="errorChannel"...
resloved, I get answer from
http://forum.springsource.org/showthread.php?t=63715
sorry,it is my fault, ignore it
hi, All:
I using log4j to write logs in my demo, it can be print in unit test, but when I using SI, all log can not be printed, and System,out can not be printed also.
but when I run...