Results 1 to 1 of 1

Thread: Deploying Message Driven POJO in Weblogic 8.1

  1. #1
    Join Date
    Jun 2010
    Posts
    1

    Default Deploying Message Driven POJO in Weblogic 8.1

    Hello. I am new to J2EE and Spring, and have been trying for far too long to deploy my Message Driven POJO to a WebLogic 8.1 server. I must be doing something massively wrong.

    My POJO works perfectly when used in a command line client, receiving messages via the Session Aware Message Listener, the problem is when I try to deploy it on a server. I need it to sit on a WebLogic 8.1 server. I have tried creating a bean a wrapper class, using both the Abstract Stateful and Stateless beans, as well as empty home and remote interfaces (since it is message driven). I have also looked at the AbstractJmsMessageDrivenBean, but I'm not sure how to reconcile this with the fact that my POJO is session aware, or how to write the deployment descriptors, since the listeners are defined in the spring app context.

    If any one could give me a bit of direction would really appreciate it. Thank you.
    Last edited by Igman; Jun 22nd, 2010 at 02:01 PM. Reason: fixing mistake

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •