Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Does Spring support creating signed email?

    AFAIK, org.springframework.mail.javamail.MimeMessageHelper.MimeMessageHelper is a facility for populating complicated email objects (MimeMessages).

    It has methods and constants for creating...
  2. Pointcut on a class annotation whith determined value

    I need to define a pointcut on a class annotation with determined value.
    such a thing:


    @LogMe(LogginLevel.INFO)
    class foo{

    void bar()
    ...
    }
  3. It is better that you write your pointcut...

    It is better that you write your pointcut expression here but I guess you should use call(..) instead of execute(..).
  4. The main question is how to sign it using spring...

    The main question is how to sign it using spring integration support(e.g a signing transformer)?
    eg
  5. Email Digital Signature by Spring Integration

    Is there any facility for send/receiving signed emails by Spring Integration?
  6. Can I have a estimation of time this issue will...

    Can I have a estimation of time this issue will be fixed (specially for 2.0.6)?
  7. In JMSMessage there is two 'timestamp', one that...

    In JMSMessage there is two 'timestamp', one that accessed through getJMSTimeStamp() method and other through
    getObejectProperty('timestamp').

    These 2 timestamp has different values and I...
  8. Spring Integration 'timestamp' overwrites JMSTimestamp

    I use Spring Integration to connect ActiveMQ.
    I need a value of time of putting JMS message on queue (1).
    Here said 'JMSTimestamp' JMS property have above value.

    Really, 'timestamp' header have...
  9. BTW header-enricher has an "overwrite" (and a...

    BTW header-enricher has an "overwrite" (and a corresponding property in HeaderEnricher class) but when I use it, see below exception:


    Caused by: org.xml.sax.SAXParseException:...
  10. Is there any header-transformer in Spring Integration?

    Said in Spring Integration documentation.
    I find header-enricher, header-filter namespace support for add and remove but no header-transfer for modification.

    The oddest behavior of...
  11. Replies
    7
    Views
    1,301

    No. Now I do it and changes effect. thanks.

    No.
    Now I do it and changes effect.

    thanks.
  12. Replies
    7
    Views
    1,301

    Smarty Solution Andrew! But How? I don't find...

    Smarty Solution Andrew!

    But How? I don't find separated settings for background of editor in workspaces.
  13. Replies
    7
    Views
    1,301

    thanks Martin! But I do this and no change was...

    thanks Martin!
    But I do this and no change was done.
    Also changing "productBlurb" property had no effect.

    CAUTION: I change plugin.properties in...
  14. Replies
    7
    Views
    1,301

    Changing STS workbench titlebar texts

    I need to change text in STS workbench title bar.

    Why?
    Because I have multiple workspaces, so I use -showlocation eclipse option that display current workspace on workbench title bar. Now problem...
  15. Replies
    1
    Views
    838

    XmlTemplateApplicationContext problem

    OK. Necessity is mother of invention!
    I decide to implement an ApplicationContext subclass that get some templates (of spring XML configuration files using FreeMarker syntax) and some config objects...
  16. Replies
    1
    Views
    838

    XML config file template

    I need to have similar sets of bean. My current idea is creating XML config file template.
    i.e. creating a file and defining beans in it in a parametric manner.
    The ability of multiple times...
  17. internal wire-tap of int-jms:publish-subscribe-channel don't work

    In below code wire-tap of JMS backed publish-subscribe-channel don't work.
    No exception is thrown.



    <int-jms:publish-subscribe-channel id="logChannel"
    topic-name="mj-topic"...
  18. Replies
    8
    Views
    3,159

    I can guess the problem. In my experiences these...

    I can guess the problem.
    In my experiences these bugs occur only when I use .xsd without version (e.g. spring-integration-jms.xsd instead of spring-integration-jms-2.0.xsd).
    In spring jar files...
  19. Replies
    8
    Views
    3,159

    Forgotten bug and private issue manager

    I believe that STS-1772 is an important bug because it annoys user in his day to day usage of STS.

    I have surprised that after 60 day and a major release of STS this issue hasn't been resolved....
  20. added as INT-1980...

    added as INT-1980
  21. I have a similar problem.

    I have a similar problem.
  22. Replies
    6
    Views
    1,143

    I ask you to resolve mentioned issue ASAP. Bugs...

    I ask you to resolve mentioned issue ASAP.
    Bugs in pre-1.0 m2e versions (such as validating target folder files and producing many of meaningful warnings and errors) are very painful.
  23. Lack in documentation about "pub-sub-domain" attribute

    int-jms:message-driven-channel-adapter has an boolean "pub-sub-domain" attribute that determines if destination is a queue or topic.
    But this important attribute neither has schema documentation nor...
  24. Replies
    7
    Views
    1,263

    Finally I used such a solution: ...

    Finally I used such a solution:


    <jdbc:inbound-channel-adapter channel="batchDueNotificationsChannel"
    data-source="dataSource"
    ...
  25. Replies
    8
    Views
    3,159

    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    ...
Results 1 to 25 of 48
Page 1 of 2 1 2