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...
Type: Posts; User: a_schulle; Keyword(s):
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...
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...
Ok, I tried the UserTransaction.
Here is the code fragment:
...
if (!errCol.isEmpty()) {
logger.error("Loese kein RollbackOnly aus:" + errCol.toString());
...
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...
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: ;...
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...
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...
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...