Search:

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

Search: Search took 0.02 seconds.

  1. Custom ID field in existing class for Mongo DB

    Hi,
    I am stuck on a problem with defining custom ID field for Mongo entity. I cannot use the @Id annotation nor the id/_id field name since the class is not managed by me.

    Namely, I need to...
  2. Thanks for nice examples, but our case is not...

    Thanks for nice examples, but our case is not simulated there.

    There is @Before farther from joinpoint that @AfterThrowing (defined by ordering) - so you never get an exception from @Before...
  3. Replies
    2
    Views
    1,118

    Here is part of template using SpEL as FreeMarker...

    Here is part of template using SpEL as FreeMarker directive:
    <@spel expression="We say '{@greetingBean.printGreeting(name)}'"/> from Freemarker

    the template evaluation result is: We say 'Hello...
  4. Please, find attached the updated version of JIRA...

    Please, find attached the updated version of JIRA example project - the version with XML configuration instead of @Configuration

    Test is still failing until you move the definition of "B" one line...
  5. Thank you for looking at my example project. ...

    Thank you for looking at my example project.
    The aim is to order aspects in such way that after throwing the RuntimeException in the @Before advice I would like the two of @After advices to be...
  6. Mixed ordering of @Before and @After advices does not work

    I have prepared an example of mixed AOP advices ordering which can demonstrate that ordering is not applied cross @Before and @After advices.

    Just run example.OrderingDemoTest
    To change ordering...
  7. Replies
    3
    Views
    1,362

    I'm using Spring integration-http, which...

    I'm using Spring integration-http, which internally uses the RestTemplate, to communicate with firstdata card merchant server and I have a problem with encoding of transaction ID.

    Problem occurs...
Results 1 to 7 of 7