Hi
I want to build a singleton service for JBoss EAP 6.0.1 and I am using this as a starting point. For EAP 6.0.1 I have to use the maven artifacts with the version 7.1.3.Final eg.
<dependency> <groupid>org.jboss.as</groupid> <artifactid>jboss-as-clustering-singleton</artifactid> <version>7.1.3.Final</version> </dependency>
Now the SingletonService.build method (line 42 in in the Activator class) gets a deprecated warning.
This warning disappears when I use the 7.2.0.Final dependencies.
What is the correct way to handle this ?
RegardsMichael
6:12 a.m., Wednesday May 8
Email address: michael.illgner@gmail.com | IP address: 109.91.27.221
Reply to this email with “Delete”, “Approve”, or “Spam”, or moderate from the Disqus moderation panel.
Michael Illgner
Hi
I want to build a singleton service for JBoss EAP 6.0.1 and I am using this as a starting point. For EAP 6.0.1 I have to use the maven artifacts with the version 7.1.3.Final eg.
<dependency>
<groupid>org.jboss.as</groupid>
<artifactid>jboss-as-clustering-singleton</artifactid>
<version>7.1.3.Final</version>
</dependency>
Now the SingletonService.build method (line 42 in in the Activator class) gets a deprecated warning.
This warning disappears when I use the 7.2.0.Final dependencies.
What is the correct way to handle this ?
Regards
Michael
6:12 a.m., Wednesday May 8
Moderate this comment by email
Email address: michael.illgner@gmail.com | IP address: 109.91.27.221
Reply to this email with “Delete”, “Approve”, or “Spam”, or moderate from the Disqus moderation panel.