[jira] Assigned: (TUSCANY-862) NPE when doing CurrentCompositeContext.locateService on a reference which uses interface.wsdl

2006-12-18 Thread Jim Marino (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-862?page=all ]

Jim Marino reassigned TUSCANY-862:
--

Assignee: Jim Marino  (was: Jeremy Boynes)

> NPE when doing CurrentCompositeContext.locateService on a reference which 
> uses interface.wsdl
> -
>
> Key: TUSCANY-862
> URL: http://issues.apache.org/jira/browse/TUSCANY-862
> Project: Tuscany
>  Issue Type: Bug
>  Components: Java SCA Core
>Affects Versions: Java-M2
>Reporter: ant elder
> Assigned To: Jim Marino
> Fix For: Java-Mx
>
>
> If you do CurrentCompositeContext.locateService on a reference which uses 
> interface.wsdl you get a NPE:
> java.lang.NullPointerException
>   at 
> org.apache.tuscany.core.wire.jdk.JDKWireService.createProxy(JDKWireService.java:92)
>   at 
> org.apache.tuscany.spi.extension.ReferenceExtension.getServiceInstance(ReferenceExtension.java:81)
>   at 
> org.apache.tuscany.spi.extension.CompositeComponentExtension.locateService(CompositeComponentExtension.java:275)
>   at 
> org.apache.tuscany.core.launcher.CompositeContextImpl.locateService(CompositeContextImpl.java:65)
>   at helloworld.HelloWorldWSClient.setUp(HelloWorldWSClient.java:46)
> Thats becuase the wire.getServiceContract().getInterfaceClass() returns null.
> To demonstrate change the helloworldwsclient to use the reference 
> 'HelloWorldService'
>  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (TUSCANY-862) NPE when doing CurrentCompositeContext.locateService on a reference which uses interface.wsdl

2006-11-28 Thread Jeremy Boynes (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-862?page=all ]

Jeremy Boynes reassigned TUSCANY-862:
-

Assignee: Jeremy Boynes

> NPE when doing CurrentCompositeContext.locateService on a reference which 
> uses interface.wsdl
> -
>
> Key: TUSCANY-862
> URL: http://issues.apache.org/jira/browse/TUSCANY-862
> Project: Tuscany
>  Issue Type: Bug
>  Components: Java SCA Core
>Affects Versions: Java-M2
>Reporter: ant elder
> Assigned To: Jeremy Boynes
> Fix For: Java-Mx
>
>
> If you do CurrentCompositeContext.locateService on a reference which uses 
> interface.wsdl you get a NPE:
> java.lang.NullPointerException
>   at 
> org.apache.tuscany.core.wire.jdk.JDKWireService.createProxy(JDKWireService.java:92)
>   at 
> org.apache.tuscany.spi.extension.ReferenceExtension.getServiceInstance(ReferenceExtension.java:81)
>   at 
> org.apache.tuscany.spi.extension.CompositeComponentExtension.locateService(CompositeComponentExtension.java:275)
>   at 
> org.apache.tuscany.core.launcher.CompositeContextImpl.locateService(CompositeContextImpl.java:65)
>   at helloworld.HelloWorldWSClient.setUp(HelloWorldWSClient.java:46)
> Thats becuase the wire.getServiceContract().getInterfaceClass() returns null.
> To demonstrate change the helloworldwsclient to use the reference 
> 'HelloWorldService'
>  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]