<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Transaction warning in JBoss in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/transaction-warning-in-jboss/m-p/155570#M109892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've just tested it, and it works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 May 2014 08:34:40 GMT</pubDate>
    <dc:creator>nagyf</dc:creator>
    <dc:date>2014-05-27T08:34:40Z</dc:date>
    <item>
      <title>Transaction warning in JBoss</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/transaction-warning-in-jboss/m-p/155564#M109886</link>
      <description>We are preparing to go in to production for a important public-facing platform and we are doing some last cleans up checks. While doing this we are noticing that there are some warnings being logged by/during Activiti actions in our log files, which we would like to investigate. All functionalitity</description>
      <pubDate>Tue, 05 Nov 2013 13:31:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/transaction-warning-in-jboss/m-p/155564#M109886</guid>
      <dc:creator>drams</dc:creator>
      <dc:date>2013-11-05T13:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction warning in JBoss</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/transaction-warning-in-jboss/m-p/155565#M109887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, indeed. That warning won't be shown anymore (see &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti/commit/454d51765ba6a8cbd3806eae4f371ac4c6b003f5" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/commit/454d51765ba6a8cbd3806eae4f371ac4c6b003f5&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm affraid I can't help you with the second warning, never came across this issue. Any chance on revealing the name of this important public-facing project? &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 10:41:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/transaction-warning-in-jboss/m-p/155565#M109887</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-11-07T10:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction warning in JBoss</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/transaction-warning-in-jboss/m-p/155566#M109888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I am using activiti 5.15.1 on a JBoss EAP 5.1.2 in combination with an Oracle database using a XA datasource and guess what.. I am having the exact same problem &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;18:01:53,552 WARN&amp;nbsp; [UserTransactionRegistry] Error notifying listener org.jboss.resource.connectionmanager.CachedConnectionManager@3d24d8 of userTransactionStarted&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;java.lang.IllegalStateException: Trying to change transaction TransactionImple &amp;lt; ac, BasicAction: a0a7047:cb8c:5370f051:212 status: ActionStatus.RUNNING &amp;gt; in enlist!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you figure the problem out ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 16:04:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/transaction-warning-in-jboss/m-p/155566#M109888</guid>
      <dc:creator>jolacitrouille</dc:creator>
      <dc:date>2014-05-12T16:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction warning in JBoss</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/transaction-warning-in-jboss/m-p/155567#M109889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, after some investigations, I realized a command was executed in a transaction with the config REQUIRES_NEW… This happens in DbIdGenerator#getNewBlock… Climbing it up, I realized that idGenerator in ProcessEngineConfigurationImpl was init with &amp;lt;code&amp;gt;dbIdGenerator.setCommandConfig(getDefaultCommandConfig().transactionRequiresNew())&amp;lt;/code&amp;gt;… (in ProcessEngineConfigurationImpl#initIdGenerator) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Why is it defaulted to REQUIRES_NEW ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;JBoss doesn't seem to like it very much…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 14:07:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/transaction-warning-in-jboss/m-p/155567#M109889</guid>
      <dc:creator>jolacitrouille</dc:creator>
      <dc:date>2014-05-16T14:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction warning in JBoss</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/transaction-warning-in-jboss/m-p/155568#M109890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the latest Activiti (5.15.1) release with JBoss 6.1 EAP, and experiencing the same problem, we get the same exception.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Activiti configured to use the transaction manager of JBoss, obtained via JNDI, the datasource also configured in JBoss.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have any updates on it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it safe to ignore this warning?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anybody know how to fix this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for any help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 14:12:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/transaction-warning-in-jboss/m-p/155568#M109890</guid>
      <dc:creator>nagyf</dc:creator>
      <dc:date>2014-05-23T14:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction warning in JBoss</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/transaction-warning-in-jboss/m-p/155569#M109891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If the comment above is correct about REQUIRES_NEW, it might be good to try the UUID id generator: &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#advanced.uuid.generator" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#advanced.uuid.generator&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This way, the default db id generator shouldn't need to start a transaction with REQUIRES_NEW&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 08:23:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/transaction-warning-in-jboss/m-p/155569#M109891</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-05-27T08:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction warning in JBoss</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/transaction-warning-in-jboss/m-p/155570#M109892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've just tested it, and it works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 08:34:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/transaction-warning-in-jboss/m-p/155570#M109892</guid>
      <dc:creator>nagyf</dc:creator>
      <dc:date>2014-05-27T08:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction warning in JBoss</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/transaction-warning-in-jboss/m-p/155571#M109893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Awesome. Thanks for posting back!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 08:30:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/transaction-warning-in-jboss/m-p/155571#M109893</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-05-30T08:30:52Z</dc:date>
    </item>
  </channel>
</rss>

