The good news are that ojCmptLookupAddress() works.
The bad news are about the broadcast...
For the test, I've executed 2 subsystem s1, s2 that each one of them has one node with Id 1.
I've also turn on few components with Id 2 and 3 (so I'll have more than 1 instance).
I wrote a component that run over subsystem s1 that sends the broadcast message.
And the results are:
s1.1.2.255: No component received message.
s2.1.2.255: Works!
s1.1.255.255: Works!
255.255.2.255: Only components with Id 2 on s2 got the message.
My conclusion is that there is some problem when the destination is internal and the component Id is specific.
I don't know why all combination is needed, but it's part of JAUS standart, so I think it should work...
Thanks Tom!