Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. I'm facing similar problems, IMHO snapshots are a...

    I'm facing similar problems, IMHO snapshots are a no-no for going to production.
  2. All I see is a rejected execution exception -...

    All I see is a rejected execution exception - this happens when no: of threads > pool size - I am not sure what you are planning to accomplish, but if you want to queue the thread and retry later you...
  3. Replies
    8
    Views
    2,719

    Alright Mark, I'll try that approach. Thanks a...

    Alright Mark, I'll try that approach. Thanks a lot for the help !
  4. Replies
    8
    Views
    2,719

    Yes you are right :) I want to process the...

    Yes you are right :)

    I want to process the messages only at the defined polling intervals, but it appears to me that the poller instantly picks messages from the queue. (i.e. as soon as it gets...
  5. Replies
    8
    Views
    2,719

    Sorry for being vague here. So this is how the...

    Sorry for being vague here. So this is how the flow is

    The processor-class (service activator) gets messages from the mainChannel , looks if the messages can be processed if yes they are send to a...
  6. Replies
    8
    Views
    2,719

    I would guess that n < 100. Say lets take...

    I would guess that n < 100.

    Say lets take the case that I set 100 as max-messages-per-poll; I end up making 100 calls to the JMS layer which I want to avoid.

    As I mentioned earlier the...
  7. Replies
    8
    Views
    2,719

    JMS polling too frequently.

    I have a scenario where I need to look at a JMS queue, attempt to process
    messages and if not successful return the messages back to the queue. Basically the class that processes the message(s)...
  8. Replies
    5
    Views
    3,703

    Issue with MVN repos

    Looks like the spring jars (1.5.5) pushed to the official mvn repos cannot be accessed by adding the dependencies as listed in the correspoding maven-metadata.xml by adding the following dep:in ...
  9. ImapIdleChannelAdapter never seems to wake up to process messages

    In order to circumvent the issue of spring-integ-mail not having support to provide an authenticator I have switched to configuring an ImapIdleChannelAdapter by using the bean tags. I substituted the...
  10. Done,...

    Done, http://jira.springframework.org/browse/INT-540

    Thanks
  11. AbstractMailReceiver needs to have authenticator property ?

    I'm facing issues in connecting with a IMAP-S server, the reason is that we are not able to pass in a authenticator while we obtain a session.

    The current code in AbstractMailReceiver's...
  12. Replies
    5
    Views
    1,479

    Mark, shouldnt the Abstract mail receiver also...

    Mark, shouldnt the Abstract mail receiver also have the ability to take in a authenticator ?

    I guess that could be the problem, please look at this trace




    DEBUG [SimpleAsyncTaskExecutor-1]...
  13. Replies
    5
    Views
    1,479

    No I dont. I had it earlier, but changed it to a...

    No I dont. I had it earlier, but changed it to a alphanumeric value.
  14. Replies
    5
    Views
    1,479

    Nope Mark, we use the default port. The API...

    Nope Mark, we use the default port. The API client connects without any port being mentioned.
  15. Replies
    5
    Views
    1,479

    imap-idle-channel-adapter store issue

    I need to connect to a imap-secure mail server and somehow I am getting a javax.mail.AuthenticationFailedException , the same credentials work using the simple Java mail API client (I wrote a test...
  16. Replies
    6
    Views
    1,619

    desperate times need desperate mesasures ;)

    desperate times need desperate mesasures ;)
  17. Replies
    6
    Views
    1,619

    I added

    I added

    <property name="sessionTransacted" value="true" />
    <property name="sessionAcknowledgeMode">
    <value>2</value>
    </property>

    to the jmsTemplate and...
  18. Replies
    6
    Views
    1,619

    I tried adding

    I tried adding

    <property name="sessionTransacted" value="true" /> to

    <bean id="jmsContainer"
    class="org.springframework.jms.listener.DefaultMessageListenerContainer">
    ....
    <property...
  19. Replies
    6
    Views
    1,619

    MDP that calls rest web service

    I am trying to develop an integration system that hooks together 2 third party systems, and on receiving a 'sync' message from app A I need to invoke 2 web services on app B.

    I would like to...
  20. Replies
    13
    Views
    2,157

    Hmm yea.. All I wanted is setup the data prior to...

    Hmm yea.. All I wanted is setup the data prior to running my tests.. I guess DBunit should suffice for now..
  21. Replies
    13
    Views
    2,157

    thnx guys..

    thnx guys..
  22. Replies
    13
    Views
    2,157

    Order the execution of DAO Unit tests

    Hi
    Is there a way to order a way the unit tests must be executed from ant ?

    Say for example , I want to execute unit tests for User & Role . A User must have at least one role, Hence the Role...
  23. Im having a small problem with the aforesaid...

    Im having a small problem with the aforesaid approach..


    I use AbstractDep....Tests and (in-mem) HSQLDB, for testing the dao. Consider the following case .

    We need to save a User to the...
  24. Solved

    Apparently it was due to 2 copies of my jars, my build file was including them twice.

    Thanks a lot Karl !! You have corrected my DAO stratergy :)
  25. Hi The only difference between our code is...

    Hi

    The only difference between our code is that

    public class SpringHibernateAuthDAO extends HibernateDaoSupport

    is written as

    public class SpringHibernateAuthDAO extends...
Results 1 to 25 of 44
Page 1 of 2 1 2