Menu

#9 Call BAPIs statelessly.

Release 1.2.0
closed
nobody
5
2014-12-19
2008-10-31
No

JCo3 offers the possibility to make stateless calls to SAP, i. e. JCo may use different Connections to the backend system and return them immediately to the connection pool after each call. This allows a more efficient use of connections, e. g. in a scenario with just read-only calls to the backend.

In Hibernate, it shall be possible to make use of this feature. Example:

Session session = sessionFactory.openStatelessSession();
session.execute(...);
...
session.execute(...);

It is not possible to use Transactions here, since these rely on using a single Connection.

Discussion

  • Carsten Erker

    Carsten Erker - 2014-12-19
    • status: open --> closed
    • Group: --> Release 1.2.0
     
  • Carsten Erker

    Carsten Erker - 2014-12-19

    Moved to Github tracker

     
MongoDB Logo MongoDB