Results 1 to 2 of 2

Thread: accessing spring statefull session beans remotely

  1. #1
    Join Date
    Aug 2005
    Posts
    3

    Default accessing spring statefull session beans remotely

    Hello,

    how can access a remote spring statefull session bean. Is there something like SimpleRemoteStatelessSessionProxyFactoryBean for statefull beans?

    We need statefull session beans to realize one transaction over several bean calls from the client.

    Tanks in advance.
    Alex

  2. #2
    Join Date
    Aug 2004
    Location
    San Mateo, CA
    Posts
    1,265

    Default

    There is no support built in to Spring for remote or local access to stateful session beans--partly because they are much less used that SLSBs, and partly because they are not guaranteed to have no-arg create methods, so a slightly different implementation approach is required. However, you should be able to leverage the basic approach demonstrated in the stateless EJB proxies--and we would be happy for you to contribute your code, and would provide feedback on any contribution.
    Rod Johnson - GM, SpringSource Division, VMware
    http://www.springsource.com
    Spring From the Source

Similar Threads

  1. Hibernate Long Session Per Flow?
    By akw in forum Web Flow
    Replies: 21
    Last Post: Dec 12th, 2005, 08:06 PM
  2. Spring container fails with no exception
    By naor in forum Container
    Replies: 9
    Last Post: Oct 1st, 2005, 03:39 PM
  3. Replies: 0
    Last Post: Aug 25th, 2005, 05:11 AM
  4. Spring code remarks
    By Alarmnummer in forum Architecture
    Replies: 18
    Last Post: Apr 7th, 2005, 07:17 AM
  5. Replies: 3
    Last Post: Nov 19th, 2004, 07:16 PM

Posting Permissions

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