RestComm / jain-slee

The World's #1 Open Source JAIN-SLEE (JSLEE) 1.1 Implementation
http://www.restcomm.com/
GNU Affero General Public License v3.0
24 stars 50 forks source link

Deploying sbbs with more than one profile-spec-ref without profile-spec-alias (JSLEE 1.1 spec) #35

Closed SergeyLee closed 8 years ago

SergeyLee commented 8 years ago

When we try to deploy sbbs with more than one profile-spec-ref without profile-spec-alias we get this error:

2016-03-01 18:23:30,169 ERROR org.mobicents.slee.container.component.validator.SbbComponentValidator SbbID[name=MTCoreLogicSbb,vendor=pt.ptinovacao.sec,version=4.0.3] : violates section 3.1.8 of jSLEE 1.1 specification : Sbb descriptor declares profile spec reference more than once, alias: null

We discovered that we needed to define the “profile-spec-alias” inside the “profile-spec-ref” for the validator let it deploy, but according to the jSLEE 1.1 specification the profile-spec-alias is deprecated so it shouldn’t give any error.