Hi to all.

I'm trying to connect to a service from an external program .In tuscany
1.1 i use this code:       
SCADomainFinder domainFinder =
SCADomainFinder.newInstance();      
        String uriSCA =
"http://domain_ip:9990";  
        domain =
domainFinder.getSCADomain(uriSCA);       
MyClass obj = domain.getService(MyClass.class, serviceName); And  there
isn't  problem. Now i choose to pass to Tuscany 1.2 i receive
:Exception in thread "main" org.osoa.sca.ServiceRuntimeException:
org.osoa.sca.ServiceRuntimeException: Target fault type cannot be resolved:
nullwhen i try to look up for the service (domain.getService line).Someone
can help me?  
 --
 Email.it, the professional e-mail, gratis per te: http://www.email.it/f
 
 Sponsor:
 Fanatico di moto? Visita Motostorm.it: abbigliamento ed accessori per la
tua moto delle migliori marche
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=7847&d=20080528

Reply via email to