Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds.

  1. CLIENT_ACKNOWLEDGE not working with DefaultMessageListener

    Hi,
    I am trying to acknowledge the message in my MessageListener implementation by making a call to jmsMessage.acknowledge() but even before this call happens the message is removed from Queue
    ...
  2. Adding more bean defination to fully initialized application context

    Hi,
    Is there a way to add to the bean defiantions after application context is fully initialized

    Regards,
    Vishal
  3. JMSXGroupID not present in message headers on receive

    Hi,
    I have set JMSXGroupID in message headers and sending it all over to a JMS broker(activeMQ) .On receiving the same header is missing .

    Regards,
    Vishal
  4. I am instead using message driven channel adapter...

    I am instead using message driven channel adapter


    <si-jms:message-driven-channel-adapter
    acknowledge="dups-ok" id="jmsIn" channel="RECEIVER_CHANNEL" container="messageListener"...
  5. This is how my listener configuration looks like...

    This is how my listener configuration looks like .

    <bean id="queueName" class="org.apache.activemq.command.ActiveMQQueue"
    autowire="constructor">
    <constructor-arg value="${queue}" />...
  6. Ordering issue with DefaultMessageListenerContainer

    Hi,
    How do i control the ordering of incoming messages with org.springframework.jms.listener.DefaultMessageListenerContainer

    I had set concurrentConsumers to 1 .But still i see multiple threads...
  7. Replies
    0
    Views
    2,089

    spring-dm-server source

    Hi,
    Where can i get the source code for spring-dm-server-2.0.0

    Regards,
    Vishal
  8. Replies
    0
    Views
    503

    Problem with parent bean defination

    I faced a problem when inheriting bean defination for JmsTemplate .
    The bean defination in my xml looks like



    <bean id="TEMPLATE" abstract="true">
    <beans:property name="messageIdEnabled"...
  9. ordering bean defination files with

    Is it required to follow the order while importing multiple bean defination files using <import> tag
  10. strange results with LTW using AspectJ over dm-server

    Hi,

    I have a sample application with multiple bundles deployed under dm-server ,
    AspectBundle,InterfaceBundle,ImplBundle.

    In AspectBundle i have defined my Aspect and aop.xml
    In...
  11. Thanks Marten , Writing my own implementation...

    Thanks Marten ,

    Writing my own implementation will solve it .But some flag would have been appreciated , setting on some flag would have always returned me CGLIB proxy .
    One more doubt out of...
  12. I did extend RmiProxyFactoryBean and in the...

    I did extend RmiProxyFactoryBean and in the implementation of afterPropertiesSet method used used following


    ProxyFactory factory = new ProxyFactory(getServiceInterface(),this);...
  13. using CGLib for underlying proxy created in RmiProxyFactoryBean

    Hi,
    Is there a way i can force RmiProxyFactoryBean to use CGLib to create underlying proxy for remote stub.

    Regards,
    Vishal
  14. Replies
    0
    Views
    427

    Adding aspect for Remote service

    Hi,
    I have a remote service implementation using spring RMI .I wanted to apply AOP over the remote method call .But the remote reference comes out to be null when i invoke some remote method .My...
  15. thanks for the reply .It worked for me ,the only...

    thanks for the reply .It worked for me ,the only thing i changed is the xsd defination in my context.xml for spring-osgi

    Regards
    Vishal
  16. configuraing the delay for scheduled method

    I have used @Scheduled(fixedDelay=1000*60*60) in one of my methods .But it seems to be hard-coded in code itself .Can it be configured from some property or something

    Regards,
    Vishal
  17. I dont get any Exceptions in logs. All i get is...

    I dont get any Exceptions in logs. All i get is bundle deployment failure .May be i will try the same with dummy bundle and reply back soon

    Regards,
    Vishal
  18. web module with spring security on dm server

    Hi, I have an spring mvc based web-app where in i have integrated spring-security.
    My requirement is to inject an osgi service reference in one of custom filters in security-filter chain.But i am...
  19. Replies
    0
    Views
    433

    configurig dm-servers startup time

    how can i configure the time taken for server startup

    Regards
    Vishal
  20. springsource-dm-server-2.0.0.RELEASE and Terracotta-3.2.0-ee

    We tried out a sample bundle deployment on springsource-dm-server-2.0.0.RELEASE and Terracotta-3.2.0-ee.



    A shared object (com.pg.dm.MyObject) was loaded from boot classpath.



    A...
  21. my spring message tag looks like : ...

    my spring message tag looks like :


    <spring:message code="MESSAGE" text="Balance" arguments="${account.message},${account.date}"/>


    Here first argument is string and second is date .

    My...
  22. spring message tag for date formatting not working

    Hi,
    I wanted to display some date fields in my jsp . I used spring:message tag with message defined in resourcebundle as follows

    DUMMY_KEY=DUMMY_MESSAGE {0} {1,date}

    When i use date alone in...
  23. Replies
    9
    Views
    22,191

    Hi, I am facing the same problem . Any solution...

    Hi,
    I am facing the same problem . Any solution will be a great help
    Regards,
    Vishal
  24. Replies
    3
    Views
    2,057

    Thanks for the reply I added ...

    Thanks for the reply
    I added <mvc:interceptors> and it worked for me .

    Regards,
    Vishal
  25. accessing message from resourcebundle loaded through host war in a slice

    Hi,
    Is there a way i can get text for my <spring:message> tag for jsp in a slice from resourcebundle loaded through host

    Regards,
    Vishal
Results 1 to 25 of 237
Page 1 of 10 1 2 3 4