-
Apr 4th, 2007, 05:26 AM
#1
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
-
Apr 4th, 2007, 05:36 AM
#2
Not sure if there is anything yet on this field. What should work, however, is accessing EJB3 interfaces via JndiObjectFactoryBean.
Regards,
Andreas
-
Apr 4th, 2007, 11:37 AM
#3
How to call SL EJB(3.0) using remoting?
Thanks Andreas.
I will give it a try and will publish my observations.
Regards,
Shashi
-
Apr 23rd, 2007, 03:10 PM
#4
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.
-
Apr 24th, 2007, 12:38 AM
#5
A stacktrace and your configuration might be helpful in diagnosing your problem.
Regards,
Andreas
-
Apr 24th, 2007, 10:21 AM
#6
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
-
Forum Rules