Results 1 to 3 of 3

Thread: Cross Bundle Transactions

  1. #1
    Join Date
    Oct 2008
    Posts
    0

    Default Cross Bundle Transactions

    There is also an announcement asking if it is possible,

    So far I am able configure my bundles.

    My situation:

    Service -> Business -> Data

    The Data bundel contains the hibernate session factory, transactionmanager and datasource definitions.
    The Service bundel defines the transaction bouderies.

    The application starts, but when I try a method on the service bundle I get the following error:

    java.lang.IllegalAccessException: Class org.springframework.osgi.service.importer.internal .aop.ServiceInvoker can not access a member of class org.springframework.orm.hibernate3.HibernateTransa ctionManager with modifiers "protected"

    I am lost

    philippe

  2. #2
    Join Date
    Jan 2006
    Location
    Zürich, Switzerland
    Posts
    423

    Default Cross Bundle Transactions

    Hi Philippe,

    Please create a JIRA issue for this topic and attach a small example application to the JIRA issue that reproduces the error you are seeing. That way we'll be able to take a closer look at this.

    Thanks,

    Sam

  3. #3
    Join Date
    Oct 2008
    Posts
    0

    Default Cross Bundle Transactions

    JIRA it is

Posting Permissions

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