Search:

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

Search: Search took 0.03 seconds.

  1. No way to override default RedirectStrategy for LoginUrlAuthenticationEntryPoint

    I need to inject a different implementation of org.springframework.security.web.RedirectStrategy into org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint. However, I...
  2. Thanks Artem, issue:...

    Thanks Artem,

    issue: https://jira.springsource.org/browse/INT-2613
  3. Hi Cleric, Thank you for your response. ...

    Hi Cleric,

    Thank you for your response.

    What I was actually doing is specify via XML configuration (payload-expression) what the payload should be. Here is a sample:



    public...
  4. Cant have a Map payload via payload-expression on a Gateway

    My intention is to have the service interface free from Spring dependencies and have all gateways defined on the context xml. Im getting



    Ambiguous method parameters; found more than one...
  5. i was able to solve this by adding the...

    i was able to solve this by adding the @Transactional annotation on the persist method.

    @Transactional
    public void persist() throws PsbaasException {
    if (this.entityManager == null)...
  6. continuation due to limit on original post: ...

    continuation due to limit on original post:

    BaseEntity.java

    public abstract class BaseEntity implements ApplicationContextAware {
    /**
    * The slf4j logging instance that will be used by all...
  7. javax.persistence.TransactionRequiredException: no transaction is in progress

    I was trying to an entitymanager to my entites but im getting the following exception when executing the flush() method after persist.

    I've been digging it up for hours already. What could be...
Results 1 to 7 of 7