Search:

Type: Posts; User: a_schulle; Keyword(s):

Search: Search took 0.03 seconds.

  1. Initialization over slow Network took very long

    Hi,

    I have an application with a Swing client using session beans on an application server (orion).
    I'm using ApplicationContext. It is initialized with
    ApplicationContext appctx = new...
  2. Replies
    11
    Views
    2,954

    Thank you Costin, thank you Andreas for your...

    Thank you Costin, thank you Andreas for your help!

    I will raise an issue on JIRA but I don't get it right now.

    If UserTransaction is prohibited with CMP is Spring using EJBContext or...
  3. Replies
    11
    Views
    2,954

    Ok, I tried the UserTransaction. Here is the...

    Ok, I tried the UserTransaction.

    Here is the code fragment:

    ...
    if (!errCol.isEmpty()) {
    logger.error("Loese kein RollbackOnly aus:" + errCol.toString());
    ...
  4. Replies
    11
    Views
    2,954

    I just changed the call back to pure EJB CMT. Now...

    I just changed the call back to pure EJB CMT. Now it is working correctly. No Exception is thrown.

    I searched Oracles Metalink for an issue like this but I found nothing. I'm using OC4J 10.1.3.0...
  5. Replies
    11
    Views
    2,954

    Stacktrace

    Tank you for the reply. Here is the stacktrace:

    2006-09-04 10:50:06,894 ERROR (VorgangDetail.java:789) # Exception:
    javax.ejb.EJBException: An exception occurred during transaction completion: ;...
  6. Replies
    11
    Views
    2,954

    setRollbackOnly with no EJBException

    Hi,

    I'm running spring 1.2.8 with Oracle OC4J 10.

    If I'm calling
    TransactionAspectSupport.currentTransactionStatus().setRollbackOnly();
    an EJBException is automaticaly raised after the method...
  7. Configuration Paceholders and ApplicationContext

    Hi,

    I'm trying to replace a placeholder in my xml spring configuration file. In the manual I read about PropertyPlaceholderConfigurer but allways with XMLBeanFactory. Documention says that should...
  8. Replies
    1
    Views
    819

    aspect for transaction aware logging

    Hi,

    I am new to AOP but I think I have a use case right now where AOP is optimal.

    We use Spring in an J2EE/Hibernate environment. All our session beans are obtained through spring.

    Now I...
Results 1 to 8 of 8