[JBoss JIRA] Created: (JBAS-4803) Transaction Manager issue in JBOss Application Server 4.2.1
by kavipriya gnanasambandam (JIRA)
Transaction Manager issue in JBOss Application Server 4.2.1
-----------------------------------------------------------
Key: JBAS-4803
URL: http://jira.jboss.com/jira/browse/JBAS-4803
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Transaction Manager
Affects Versions: JBossAS-4.2.1.GA
Environment: JBoss Application Server 4.2.1 with Spring and Hibernate
Reporter: kavipriya gnanasambandam
Assigned To: Adrian Brock
Priority: Critical
I am running an audited transaction in JBoss Application Server 4.2.1 with Spring and Hibernate.
I am getting failures in my testcases stating that org.springframework.transaction.NoTransactionException: No active JTA transaction.
Please find the below log
org.springframework.transaction.NoTransactionException: No active JTA transaction
2007-10-04 11:40:15,309 ERROR [STDERR] at org.springframework.transaction.jta.JtaTransactionManager.registerAfterCompletionWithExistingTransaction(JtaTransactionManager.java:834)
2007-10-04 11:40:15,309 ERROR [STDERR] at org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerAfterCompletion(AbstractPlatformTransactionManager.java:871)
2007-10-04 11:40:15,309 ERROR [STDERR] at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:774)
2007-10-04 11:40:15,309 ERROR [STDERR] at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:722)
2007-10-04 11:40:15,309 ERROR [STDERR] at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:325)
2007-10-04 11:40:15,309 ERROR [STDERR] at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:111)
2007-10-04 11:40:15,309 ERROR [STDERR] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
2007-10-04 11:40:15,309 ERROR [STDERR] at com.taxware.twe.common.storage.StorageNotificationInterceptor.invoke(StorageNotificationInterceptor.java:91)
2007-10-04 11:40:15,309 ERROR [STDERR] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
2007-10-04 11:40:15,309 ERROR [STDERR] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:210)
2007-10-04 11:40:15,309 ERROR [STDERR] at $Proxy86.isAborted(Unknown Source)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 2 months
[JBoss JIRA] Created: (JBRULES-1248) <literal-restriction> requires an 'value' attribute, but it can't be null
by Fernando Meyer (JIRA)
<literal-restriction> requires an 'value' attribute, but it can't be null
--------------------------------------------------------------------------
Key: JBRULES-1248
URL: http://jira.jboss.com/jira/browse/JBRULES-1248
Project: JBoss Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.1, 4.0.0.GA, 4.0.0.MR3, 4.0.0.MR2
Reporter: Fernando Meyer
Assigned To: Fernando Meyer
Fix For: 4.0.2
<literal-restriction> requires an 'value' attribute, but the parser fails when we use a null value.
The parser should be able to parse this xml rule.
<?xml version="1.0"?>
<rule name="Check_NotNullof_rfqId">
<rule-attribute name="agenda-group" value="Check"/>
<lhs>
<pattern object-type="RFQBean">
<or-constraint-connective>
<field-constraint field-name="m_rfqId">
<literal-restriction evaluator="==" value="null"/>
</field-constraint>
<field-constraint field-name="m_rfqId">
<literal-restriction evaluator="==" value=""/>
</field-constraint>
</or-constraint-connective>
</pattern>
</lhs>
<rhs> response.setStatus("For RFQ Bean: The value of m_rfqId is null.");
System.out.println(response.getStatus());
</rhs>
</rule>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 2 months