On Sun, 29 Mar 2015 03:03:54 -0700 (PDT)
Mncedisi Kasper <
mncedis...@gmail.com> wrote:
> /home/crystalude/projects/soteri/ussdgateway/core/slee/sbbs/src/main/java/org/mobicents/ussdgateway/slee/cdr/CDRCreateException.java:[70,8]
> cannot find symbol
> symbol : constructor
> RuntimeException(java.lang.String,java.lang.Throwable,boolean,boolean)
> location: class java.lang.RuntimeException
That constructor is available since Java 1.7.
> /home/crystalude/projects/soteri/ussdgateway/core/slee/sbbs/src/main/java/org/mobicents/ussdgateway/slee/ParentSbb.java:[92,65]
> cannot find symbol
> symbol : method getLocalDialogId()
> location: interface org.mobicents.protocols.ss7.map.api.MAPDialog
>
> /home/crystalude/projects/soteri/ussdgateway/core/slee/sbbs/src/main/java/org/mobicents/ussdgateway/slee/ChildSbb.java:[147,26]
> cannot find symbol
> symbol : method getLocalDialogId()
> location: interface
> org.mobicents.protocols.ss7.map.api.service.supplementary.MAPDialogSupplementary
>
> /home/crystalude/projects/soteri/ussdgateway/core/slee/sbbs/src/main/java/org/mobicents/ussdgateway/slee/ChildSbb.java:[186,26]
> cannot find symbol
> symbol : method getLocalDialogId()
> location: interface
> org.mobicents.protocols.ss7.map.api.service.supplementary.MAPDialogSupplementary
>
> /home/crystalude/projects/soteri/ussdgateway/core/slee/sbbs/src/main/java/org/mobicents/ussdgateway/slee/ChildSbb.java:[191,69]
> cannot find symbol
> symbol : method getLocalDialogId()
> location: interface
> org.mobicents.protocols.ss7.map.api.service.supplementary.MAPDialogSupplementary
jSS7 API has been changed (more than 2 years ago [1]): getDialogId has
been dropped in favour of get(Local|Remote)DialogId. USSD gateway has
been adapted to that API change [2]. I would try using the latest
release of jSS7 instead of trying to adapt other projects to the old
API.
That's the problem with using snapshots as dependencies - snapshots
change and builds break... Using proper releases of dependencies should
make the build stable.
[1]
https://code.google.com/p/jss7/source/detail?r=003cfd8611231b272d24c3e841f032d8235a6323
[2]
https://code.google.com/p/ussdgateway/source/detail?r=8eb05ea4012c8e08a92237a9ca02e0c43f57fd46
--
Vilius Panevėžys
Elitnet