-
Bug
-
Resolution: Done
-
Major
-
jboss-fuse-6.2.1
-
%
-
-
-
Sprint 7 - towards CR2
fabric join not allowing FQDN names throwing Container name 'abc.domain' is invalid. Container name must be: lower-case letters, numbers, and _ or - characters
Customer-comments:
Just a small update on this from our side. On Fuse 6.1.0/6.2.0 we always used the FQDN of the host as the name of the container. We set that name using osgi:name or in the system.properties file.
However, in Fuse 6.2.1 this "bug" was fixed:
https://issues.jboss.org/browse/ENTESB-3617
That basically trashes the way we are working and how we identify Fuse root containers. On Fuse < 6.2.1 you will notice that setting a root container name to my.fuse.container is allowed, while 6.2.1 refuses this. Also, official documentation never states we are not supposed to use a FQDN name as a root container name and many of our customers are doing that because it makes it easier to identify the containers.
Therefore, I think we should loosen the validation of the name to allow dots in the container name
- relates to
-
ENTESB-7691 Ensemble Add throwing exception:Error executing command: Only lower case names are supported for containers. Current name: fabricRoot1
- Closed