[
https://issues.jboss.org/browse/JGRP-1934?page=com.atlassian.jira.plugin....
]
Bela Ban commented on JGRP-1934:
--------------------------------
OK, I added an attribute {{external}} to {{jg-protocol-ids.xml}} and {{jg-magic-map.xml}}.
If true, JGroups won't load the class at initialization time:
{noformat}
<!-- Reserved IDs for external classes: [500..1000] -->
<class id="500" name="org.jgroups.protocols.azure.AZURE_PING"
external="true"/>
{noformat}
IDs for external protocols have to start at 500.
Add external protocol ID to jg-protocol-ids.xml
-----------------------------------------------
Key: JGRP-1934
URL:
https://issues.jboss.org/browse/JGRP-1934
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Minor
Fix For: 3.6.4
If some external project needs a protocol ID, allow to add an external protocol to
{{jg-protocol-ids.xml}}.
Possibly do the same for magic numbers ({{jg-magic-map.xml}}).
This needs to be marked specially, so we don't try to load that protocol / class.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)