Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    129
    Views
    25,190

    Spring Roo - 1) "Rapid Enterprise...

    Spring Roo -

    1) "Rapid Enterprise Development"
    2) "Enterprise Development Redefined"
  2. Replies
    0
    Views
    1,228

    JmsTemplate receive() returns null

    Hi,

    I tried to use JmsTemplate's receive() method for synchronous consumption of a Queue, but the method returns 'null', even when there are messages in the queue.

    First, I tried using...
  3. Thanks Jabberz. (Sorry about late reply) ...

    Thanks Jabberz.

    (Sorry about late reply)

    Btw, I figured out about the JavaDoc and Assertion issue. It seems like what is meant by JavaDoc is that if I use Destination (reference), destination...
  4. Setting DestinationName at Runtime in DefaultMessageListenerContainer

    Hi,

    I am writing an application where I have a message driven POJO which should listen to a destination which will be created at runtime. So, the name of the destination is not known at bean...
  5. Thanks !

    Thanks a lot!

    I tried the ICEFaces plugins, but it seems like the problem still exists. Then I managed to find the options you mentioned and now the warnings are gone. Thanks for the support ! :D
  6. hello? anybody?

    hello? anybody?
  7. Replies
    4
    Views
    1,828

    No, I am not using any class from JPA. The two...

    No, I am not using any class from JPA. The two classes I use for annotation are

    org.springframework.context.annotation.Scope;
    org.springframework.stereotype.Controller;

    The requirement for...
  8. Replies
    4
    Views
    1,828

    Thanks for the reply. I know that it works...

    Thanks for the reply.

    I know that it works when I add the persistence jar files. But the problem is, why does it have a dependency on it? Since my project does not use the JPA, I don't want to add...
  9. Replies
    4
    Views
    1,828

    and JPA

    Hi,

    I wanted to use Spring to manage by JSF backing beans and so that, I used the @Controller and @Scope annotations to annotate my backing beans. It worked fine on my first project which was...
  10. SpringBeanFacesELResolver and JSF Managed Beans

    Hi,

    I tried out the SpringBeanFacesELResolver in Spring 2.5.1 in a small JSF 1.2 WebApp, to replace the JSF Managed Bean entries in the faces-config.xml. The application works fine now, but...
  11. Replies
    10
    Views
    3,891

    Same here. I was wondering what went wrong and...

    Same here.

    I was wondering what went wrong and tried everything. But couldn't find anything wrong. Thanks chavip. I saw your post now and its working ! Thanks for ending my sleepless night as...
  12. ClassPathXmlApplicationContext Implementations

    I have found two versions of this class in standard org.springframework.context.support.ClassPathXmlApplicationContext and also in org.apache.xbean.spring.context.ClassPathXmlApplicationContext.
    ...
  13. Replies
    2
    Views
    943

    Spring JMS Support for Async Receiving

    As of Spring 2.0, asynchronous receiving of JMS Messages is supported.

    Refer to Spring Documentation's JMS Section for Async Reception for an example.
  14. Re : Embedded Broker Namespace Issue

    Hi,

    I had the same problem with ActiveMQ 4.1.1 and Spring 2.0. However, when I included the xbean-spring-2.8.jar in my build-path, it worked.

    xbean-spring-2.8.jar is in the...
  15. Thread: JMS Over SOAP ?

    by yohan
    Replies
    5
    Views
    1,455

    BTW, will it add a significant performance...

    BTW, will it add a significant performance overhead if I use HTTP Tunneling ? (If the payload is not so small).
  16. Thread: JMS Over SOAP ?

    by yohan
    Replies
    5
    Views
    1,455

    Thanks a lot Joris, that solved my problem !!!...

    Thanks a lot Joris, that solved my problem !!! All I wanted was a way to use ActiveMQ through firewalls.
  17. Thread: JMS Over SOAP ?

    by yohan
    Replies
    5
    Views
    1,455

    Oh. I am hoping to use ActiveMQ. I forgot to...

    Oh. I am hoping to use ActiveMQ. I forgot to mention that.
  18. Thread: JMS Over SOAP ?

    by yohan
    Replies
    5
    Views
    1,455

    JMS Over SOAP ?

    Hi all,

    I am currently designing an application in which I want to use JMS to provide a messaging solution for a distributed application. The application has components interacting across networks...
Results 1 to 18 of 19