Results 1 to 6 of 6

Thread: How to call SL EJB(3.0) using remoting?

  1. #1
    Join Date
    Jul 2006
    Posts
    126

    Default How to call SL EJB(3.0) using remoting?

    Hi,

    I am aware that EJBs(2.0) Stateless or Stateful can be called using Spring Remoting.

    I am now planning to use EJB (3.0). Can we still call the EJBs using Spring Remoting?

    Would appreciate your response.

    Thanks and Regards,
    Shashi

  2. #2
    Join Date
    Aug 2004
    Posts
    2,715

    Default

    Not sure if there is anything yet on this field. What should work, however, is accessing EJB3 interfaces via JndiObjectFactoryBean.

    Regards,
    Andreas

  3. #3
    Join Date
    Jul 2006
    Posts
    126

    Default How to call SL EJB(3.0) using remoting?

    Thanks Andreas.
    I will give it a try and will publish my observations.

    Regards,
    Shashi

  4. #4

    Default SimpleRemoteStatelessSessionProxyFactoryBean & EJB3

    Has there been any new information on this subject?

    After converting the server side to EJB3, I only get null pointer returned thru the interface methods. I have not changed anything on the client side.

  5. #5
    Join Date
    Aug 2004
    Posts
    2,715

    Default

    A stacktrace and your configuration might be helpful in diagnosing your problem.

    Regards,
    Andreas

  6. #6

    Default

    Thanks, for your quick reply.

    Actually, I am not yet ready to ask for debugging help. However, before I invest more time and energy into something that is not yet supported, I would like to know if anyone has had success. This thread does not yet seem to have a direct answer to its original question. If I must derive my answer from what has been stated here, I will conclude that it is not supported and move on.

Posting Permissions

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