[
https://issues.apache.org/jira/browse/JUDDI-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
OGAWA Shingo updated JUDDI-345:
-------------------------------
Thank you for the reply.
Because my question was inaccurate, it questions again.
In this API(getRegistryInfo), should not [Class GetRegistryInfo] succeed to
[interface Admin]?
It is not correct that [Class GetRegistryInfo] succeeds to [Inquiry].
[Class GetRegistryInfo] succeeds to [interface Admin] correctly.
> When I run [class GetRegisteredInfoSample()], The error occurs.
> ---------------------------------------------------------------
>
> Key: JUDDI-345
> URL: https://issues.apache.org/jira/browse/JUDDI-345
> Project: jUDDI
> Issue Type: Bug
> Affects Versions: 2.0.1
> Reporter: OGAWA Shingo
> Assignee: Kurt T Stam
> Priority: Critical
> Original Estimate: 336h
> Remaining Estimate: 336h
>
> When I run [class GetRegisteredInfoSample()], the following error.
> {{{
> log4j:WARN No appenders could be found for logger
> (org.apache.juddi.util.Loader).
> log4j:WARN Please initialize the log4j system properly.
> java.lang.NullPointerException
> at
>
> org.apache.juddi.registry.proxy.RegistryProxy.getTransport(RegistryProxy.java:459)
> at
> org.apache.juddi.registry.proxy.RegistryProxy.init(RegistryProxy.java:189)
> at
>
> org.apache.juddi.registry.proxy.RegistryProxy.<init>(RegistryProxy.java:125)
> at GetRegistryInfoSample.main(GetRegistryInfoSample.java:49)
> java.lang.NullPointerException
> at
>
> org.apache.juddi.registry.proxy.RegistryProxy.execute(RegistryProxy.java:368)
> at
>
> org.apache.juddi.AbstractRegistry.getRegistryInfo(AbstractRegistry.java:487)
> at GetRegistryInfoSample.main(GetRegistryInfoSample.java:64)
> }}}
> * Our consideration
> [Admin] that is interface might be correct though [Inquiry] that is
> interface is mounted by [Class GetRegistryInfo].
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.