Skip to content

Commit

Permalink
Merge pull request #89 from mareknovotny/WINDUPRULE-91
Browse files Browse the repository at this point in the history
WINDUPRULE-91 differentiate hint title for weblogic-05000 and
  • Loading branch information
jsight committed Oct 7, 2015
2 parents e7b45c2 + 18c7e46 commit eb87568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules-reviewed/jboss-eap/weblogic/weblogic.windup.xml
Expand Up @@ -99,7 +99,7 @@
</or>
</when>
<perform>
<hint title="WebLogic TransactionManager Usage" effort="1" severity="mandatory">
<hint title="WebLogic TransactionManager Usage of resume method" effort="1" severity="mandatory">
<message>Replace with the Java EE standard method 'javax.transaction.TransactionManager.resume(Transaction tx)'.</message>
<tag>transactions</tag>
</hint>
Expand All @@ -123,7 +123,7 @@
</or>
</when>
<perform>
<hint title="WebLogic TransactionManager Usage" effort="1" severity="mandatory">
<hint title="WebLogic TransactionManager Usage of suspend method" effort="1" severity="mandatory">
<message>Replace with the Java EE standard javax.transaction.TransactionManager.suspend()</message>
<tag>transactions</tag>
</hint>
Expand Down

0 comments on commit eb87568

Please sign in to comment.