Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. resloved, see...

    resloved, see http://forum.springsource.org/showthread.php?128614-spring-security-3-1-not-support-profile-in-spring3-1
  2. thank you very much! I have found the reason...

    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>
    ...
  3. spring security 3.1 not support profile in spring3.1?

    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 :


    ...
  4. spring security can not find datasource when using profile with spring3.1

    hi,All:

    I try to upgrade project to spring3.1 because profile is cool.
    this is my datasource:


    <beans profile="dev,default">
    <bean...
  5. spring deserialization of List with jackson failed

    hi,All:

    my controller have a method:


    @RequestMapping(method = RequestMethod.PUT,produces = MediaType.APPLICATION_JSON_VALUE)
    public ModelAndView updateAccountList(@RequestBody @Valid...
  6. Replies
    0
    Views
    193

    why my html code changed by roo

    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...
  7. resloved, thank you very much!

    resloved, thank you very much!
  8. here is my config file, thank you!

    here is my config file, thank you!


    <bean id="mailSender" class="org.springframework.mail.javamail.JavaMailSenderImpl">
    <property name="host" value="smtp.sina.cn"/>
    <property...
  9. 2012-04-01 23:43:14,010...

    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]...
  10. I have fix the channel, the log is too long, I...

    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 -...
  11. hi,Gary, my error handler do nothing public...

    hi,Gary, my error handler do nothing


    public class MailErrorHandler implements ErrorHandler {

    private Logger logger=Logger.getLogger(this.getClass().getName());

    @Override
    public void...
  12. why SI always resend message when throw exception

    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...
  13. resloved, forget ...

    resloved, forget

    <filter-mapping>
    <filter-name>springSecurityFilterChain</filter-name>
    <url-pattern>/*</url-pattern>
    </filter-mapping>

    in web.xml
  14. SaveContextOnUpdateOrErrorResponseWrapper java.lang.ClassCastException

    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...
  15. Replies
    2
    Views
    585

    hi,All: krimple resloved it in this thread...

    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...
  16. Replies
    2
    Views
    585

    TabContainer in form:create???

    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">
    ...
  17. Replies
    2
    Views
    231

    hi,Alan: Thank you for reply! I did...

    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...
  18. Replies
    2
    Views
    231

    module create error

    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...
  19. Replies
    0
    Views
    260

    How to make roo stop update views.xml?

    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 !!!
  20. Replies
    0
    Views
    266

    subclass active record error

    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...
  21. Replies
    2
    Views
    1,288

    I add a output-channel in header-enricher, it is...

    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...
  22. Replies
    2
    Views
    1,288

    unable to resolve reply channel for message

    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"...
  23. Replies
    1
    Views
    787

    resloved, I get answer from...

    resloved, I get answer from
    http://forum.springsource.org/showthread.php?t=63715
  24. Replies
    1
    Views
    778

    sorry,it is my fault, ignore it

    sorry,it is my fault, ignore it
  25. Replies
    1
    Views
    778

    how to show log in SI?

    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...
Results 1 to 25 of 33
Page 1 of 2 1 2