List Info

Thread: Unsupported Issue findPublisher




Unsupported Issue findPublisher
user name
2006-09-11 20:18:20
This has been the subject of a prior post, but that solution
was not a
solution to my problem.
As soon as I execute this statement I get an exception:

			PublisherList publisherList = 
				registry.findPublisher("%", "%",
null, 0);

All the properties are set correctly, and I'm using the jar
files from the
juddi distribution.
Running Tomcat 5.5.17 and JDK5
this is the exception msg:

AxisFault
 faultCode: {http://sche
mas.xmlsoap.org/soap/envelope/}Client
 faultSubcode: 
 faultString: E_unsupported (10050) The implementor does not
support a
feature or API. Only jUDDI v1 requests are currently
supported. The generic
attribute value received was: 2.0
 faultActor: 
 faultNode: 
 faultDetail: 
	{urn:uddi-org:api_v2}dispositionReport:
     <result errno="10050">
      <errInfo errCode="E_unsupported"
xmlnssi=&
quot;http://www.
w3.org/2001/XMLSchema-instance"
xsi:type="xsd:string">E_unsupported (10050)
The implementor does not support
a feature or API. Only jUDDI v1 requests are currently
supported. The
generic attribute value received was: 2.0</errInfo>
     </result>
    

E_unsupported (10050) The implementor does not support a
feature or API.
Only jUDDI v1 requests are currently supported. The generic
attribute value
received was: 2.0
	at
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFau
ltBuilder.java:221)
	at
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaul
tBuilder.java:128)
	at
org.apache.axis.encoding.DeserializationContext.endElement(D
eserializationContext.java:1087)
	at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser
.endElement(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScanner
Impl.scanEndElement(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentS
cannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentS
cannerImpl.scanDocument(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.parsers.XML11Configuratio
n.parse(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.parsers.XML11Configuratio
n.parse(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(U
nknown
Source)
	at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser
.parse(Unknown
Source)
	at javax.xml.parsers.SAXParser.parse(Unknown Source)
	at
org.apache.axis.encoding.DeserializationContext.parse(Deseri
alizationContext.java:227)
	at
org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696
)
	at
org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
	at
org.apache.axis.transport.http.HTTPSender.readFromSocket(HTT
PSender.java:784)
	at
org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.
java:143)
	at
org.apache.axis.strategies.InvocationStrategy.visit(Invocati
onStrategy.java:32)
	at
org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
	at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
	at
org.apache.axis.client.AxisClient.invoke(AxisClient.java:165
)
	at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
	at org.apache.axis.client.Call.invoke(Call.java:2748)
	at org.apache.axis.client.Call.invoke(Call.java:1784)
	at
org.apache.juddi.proxy.AxisTransport.send(AxisTransport.java
:59)
	at
org.apache.juddi.proxy.RegistryProxy.execute(RegistryProxy.j
ava:368)
	at
org.apache.juddi.AbstractRegistry.findPublisher(AbstractRegi
stry.java:257)
	at
com.foo.bar.webservices.uddi.FindPublisher.getPublishers(Fin
dPublisher.java:117)
	at
com.foo.bar.webservices.uddi.FindPublisher.execute(FindPubli
sher.java:68)
	at
com.foo.bar.webservices.uddi.FindPublisher.main(FindPublishe
r.java:78)

E_unsupported (10050) The implementor does not support a
feature or API.
Only jUDDI v1 requests are currently supported. The generic
attribute value
received was: 2.0
	at
org.apache.juddi.handler.RegistryExceptionHandler.unmarshal(
RegistryExceptionHandler.java:84)
	at
org.apache.juddi.proxy.RegistryProxy.execute(RegistryProxy.j
ava:396)
	at
org.apache.juddi.AbstractRegistry.findPublisher(AbstractRegi
stry.java:257)
	at
com.foo.bar.webservices.uddi.FindPublisher.getPublishers(Fin
dPublisher.java:117)
	at
com.foo.bar.webservices.uddi.FindPublisher.execute(FindPubli
sher.java:68)
	at
com.foo.bar.webservices.uddi.FindPublisher.main(FindPublishe
r.java:78)

Any one out there with a solution?
Thanks in anticipation...

-- 
View this message in context: http://www.nabble.com/Unsupported-I
ssue-findPublisher-tf2254721.html#a6254048
Sent from the jUDDI - User forum at Nabble.com.


------------------------------------------------------------
---------
To unsubscribe, e-mail: juddi-user-unsubscribews.apache.org
For additional commands, e-mail: juddi-user-helpws.apache.org

Unsupported Issue findPublisher
user name
2006-09-12 10:55:46
You can try setting like/div>
props.setProperty(RegistryProxy.UDDI_VERSION_PROPERTY_NAME, "1.0");
 
This should solve your problem. By default this value is 2.0;

javarunner <pgibbsobjectinnovation.com&gt; wrote:

This has been the subject of a prior post, but that solution was not a
solution to my problem.
As soon as I execute this statement I get an exception:

PublisherList publisherList =
registry.findPublisher("%", "%", null, 0);

All the properties are set correctly, and I'm using the jar files from the
juddi distribution.
Running Tomcat 5.5.17 and JDK5
this is the exception msg:

AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client
faultSubcode:
faultString: E_unsupported (10050) The implementor does not support a
feature or API. Only jUDDI v1 requests are currently supported. The generic
attribute value received was: 2.0
faultActor:
faultNode:
faultDetail:
{urn:uddi-org:api_v2}dispositionReport:

xmlnssi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="xsd:string">E_unsupported (10050) The implementor does not support
a feature or API. Only jUDDI v1 requests are currently supported. The
generic attribute value received was: 2.0




E_unsupported (10050) The implementor does not support a feature or API.
Only jUDDI v1 requests are currently supported. The generic attribute value
received was: 2.0
at
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
at
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
at
org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown
Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at
org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
at
org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:784)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:143)
at
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
at org.apache.axis.client.Call.invoke(Call.java:2748)
at org.apache.axis.client.Call.invoke(Call.java:1784)
at org.apache.juddi.proxy.AxisTransport.send(AxisTransport.java:59)
at org.apache.juddi.proxy.RegistryProxy.execute(RegistryProxy.java:368)
at
org.apache.juddi.AbstractRegistry.findPublisher(AbstractRegistry.java:257)
at
com.foo.bar.webservices.uddi.FindPublisher.getPublishers(FindPublisher.java:117)
at
com.foo.bar.webservices.uddi.FindPublisher.execute(FindPublisher.java:68)
at com.foo.bar.webservices.uddi.FindPublisher.main(FindPublisher.java:78)

E_unsupported (10050) The implementor does not support a feature or API.
Only jUDDI v1 requests are currently supported. The generic attribute value
received was: 2.0
at
org.apache.juddi.handler.RegistryExceptionHandler.unmarshal(RegistryExceptionHandler.java:84)
at org.apache.juddi.proxy.RegistryProxy.execute(RegistryProxy.java:396)
at
org.apache.juddi.AbstractRegistry.findPublisher(AbstractRegistry.java:257)
at
com.foo.bar.webservices.uddi.FindPublisher.getPublishers(FindPublisher.java:117)
at
com.foo.bar.webservices.uddi.FindPublisher.execute(FindPublisher.java:68)
at com.foo.bar.webservices.uddi.FindPublisher.main(FindPublisher.java:78)

Any one out there with a solution?
Thanks in anticipation...

--
View this message in context: http://www.nabble.com/Unsupported-Issue-findPublisher-tf2254721.html#a6254048
Sent from the jUDDI - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-user-unsubscribews.apache.org
For additional commands, e-mail: juddi-user-helpws.apache.org


2;


Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.
Unsupported Issue findPublisher
user name
2006-09-12 10:55:46
You can try setting like/div>
props.setProperty(RegistryProxy.UDDI_VERSION_PROPERTY_NAME, "1.0");
 
This should solve your problem. By default this value is 2.0;

javarunner <pgibbsobjectinnovation.com&gt; wrote:

This has been the subject of a prior post, but that solution was not a
solution to my problem.
As soon as I execute this statement I get an exception:

PublisherList publisherList =
registry.findPublisher("%", "%", null, 0);

All the properties are set correctly, and I'm using the jar files from the
juddi distribution.
Running Tomcat 5.5.17 and JDK5
this is the exception msg:

AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client
faultSubcode:
faultString: E_unsupported (10050) The implementor does not support a
feature or API. Only jUDDI v1 requests are currently supported. The generic
attribute value received was: 2.0
faultActor:
faultNode:
faultDetail:
{urn:uddi-org:api_v2}dispositionReport:

xmlnssi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="xsd:string">E_unsupported (10050) The implementor does not support
a feature or API. Only jUDDI v1 requests are currently supported. The
generic attribute value received was: 2.0




E_unsupported (10050) The implementor does not support a feature or API.
Only jUDDI v1 requests are currently supported. The generic attribute value
received was: 2.0
at
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
at
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
at
org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown
Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at
org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
at
org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:784)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:143)
at
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
at org.apache.axis.client.Call.invoke(Call.java:2748)
at org.apache.axis.client.Call.invoke(Call.java:1784)
at org.apache.juddi.proxy.AxisTransport.send(AxisTransport.java:59)
at org.apache.juddi.proxy.RegistryProxy.execute(RegistryProxy.java:368)
at
org.apache.juddi.AbstractRegistry.findPublisher(AbstractRegistry.java:257)
at
com.foo.bar.webservices.uddi.FindPublisher.getPublishers(FindPublisher.java:117)
at
com.foo.bar.webservices.uddi.FindPublisher.execute(FindPublisher.java:68)
at com.foo.bar.webservices.uddi.FindPublisher.main(FindPublisher.java:78)

E_unsupported (10050) The implementor does not support a feature or API.
Only jUDDI v1 requests are currently supported. The generic attribute value
received was: 2.0
at
org.apache.juddi.handler.RegistryExceptionHandler.unmarshal(RegistryExceptionHandler.java:84)
at org.apache.juddi.proxy.RegistryProxy.execute(RegistryProxy.java:396)
at
org.apache.juddi.AbstractRegistry.findPublisher(AbstractRegistry.java:257)
at
com.foo.bar.webservices.uddi.FindPublisher.getPublishers(FindPublisher.java:117)
at
com.foo.bar.webservices.uddi.FindPublisher.execute(FindPublisher.java:68)
at com.foo.bar.webservices.uddi.FindPublisher.main(FindPublisher.java:78)

Any one out there with a solution?
Thanks in anticipation...

--
View this message in context: http://www.nabble.com/Unsupported-Issue-findPublisher-tf2254721.html#a6254048
Sent from the jUDDI - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-user-unsubscribews.apache.org
For additional commands, e-mail: juddi-user-helpws.apache.org


2;


Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.
Unsupported Issue findPublisher
user name
2006-09-12 14:29:32
Thank you.  That fixed it.  I should have looked at the
RegistryProxy source
code.
However, now I get a soap fault where the AxisFault
faultCode indicates a
'Server.generalException'.
Any suggestions re this one?


Vishal K wrote:
> 
> You can try setting like:-
>  
props.setProperty(RegistryProxy.UDDI_VERSION_PROPERTY_NAME,
"1.0");
>    
>   This should solve your problem. By default this value
is 2.0;
> 
> javarunner <pgibbsobjectinnovation.com>
wrote:
>   
> This has been the subject of a prior post, but that
solution was not a
> solution to my problem.
> As soon as I execute this statement I get an exception:
> 
> PublisherList publisherList = 
> registry.findPublisher("%",
"%", null, 0);
> 
> All the properties are set correctly, and I'm using
the jar files from the
> juddi distribution.
> Running Tomcat 5.5.17 and JDK5
> this is the exception msg:
> 
> AxisFault
> faultCode: {http://sche
mas.xmlsoap.org/soap/envelope/}Client
> faultSubcode: 
> faultString: E_unsupported (10050) The implementor does
not support a
> feature or API. Only jUDDI v1 requests are currently
supported. The
> generic
> attribute value received was: 2.0
> faultActor: 
> faultNode: 
> faultDetail: 
> {urn:uddi-org:api_v2}dispositionReport:
> 
> xmlnssi=&
quot;http://www.
w3.org/2001/XMLSchema-instance"
> xsi:type="xsd:string">E_unsupported
(10050) The implementor does not
> support
> a feature or API. Only jUDDI v1 requests are currently
supported. The
> generic attribute value received was: 2.0
> 
> 
> 
> E_unsupported (10050) The implementor does not support
a feature or API.
> Only jUDDI v1 requests are currently supported. The
generic attribute
> value
> received was: 2.0
> at
>
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFau
ltBuilder.java:221)
> at
>
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaul
tBuilder.java:128)
> at
>
org.apache.axis.encoding.DeserializationContext.endElement(D
eserializationContext.java:1087)
> at
>
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser
.endElement(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScanner
Impl.scanEndElement(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentS
cannerImpl$FragmentContentDispatcher.dispatch(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentS
cannerImpl.scanDocument(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.parsers.XML11Configuratio
n.parse(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.parsers.XML11Configuratio
n.parse(Unknown
> Source)
> at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(U
nknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser
.parse(Unknown
> Source)
> at javax.xml.parsers.SAXParser.parse(Unknown Source)
> at
>
org.apache.axis.encoding.DeserializationContext.parse(Deseri
alizationContext.java:227)
> at
org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696
)
> at
org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
> at
>
org.apache.axis.transport.http.HTTPSender.readFromSocket(HTT
PSender.java:784)
> at
org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.
java:143)
> at
>
org.apache.axis.strategies.InvocationStrategy.visit(Invocati
onStrategy.java:32)
> at
org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
> at
org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
> at
org.apache.axis.client.AxisClient.invoke(AxisClient.java:165
)
> at
org.apache.axis.client.Call.invokeEngine(Call.java:2765)
> at org.apache.axis.client.Call.invoke(Call.java:2748)
> at org.apache.axis.client.Call.invoke(Call.java:1784)
> at
org.apache.juddi.proxy.AxisTransport.send(AxisTransport.java
:59)
> at
org.apache.juddi.proxy.RegistryProxy.execute(RegistryProxy.j
ava:368)
> at
>
org.apache.juddi.AbstractRegistry.findPublisher(AbstractRegi
stry.java:257)
> at
>
com.foo.bar.webservices.uddi.FindPublisher.getPublishers(Fin
dPublisher.java:117)
> at
>
com.foo.bar.webservices.uddi.FindPublisher.execute(FindPubli
sher.java:68)
> at
com.foo.bar.webservices.uddi.FindPublisher.main(FindPublishe
r.java:78)
> 
> E_unsupported (10050) The implementor does not support
a feature or API.
> Only jUDDI v1 requests are currently supported. The
generic attribute
> value
> received was: 2.0
> at
>
org.apache.juddi.handler.RegistryExceptionHandler.unmarshal(
RegistryExceptionHandler.java:84)
> at
org.apache.juddi.proxy.RegistryProxy.execute(RegistryProxy.j
ava:396)
> at
>
org.apache.juddi.AbstractRegistry.findPublisher(AbstractRegi
stry.java:257)
> at
>
com.foo.bar.webservices.uddi.FindPublisher.getPublishers(Fin
dPublisher.java:117)
> at
>
com.foo.bar.webservices.uddi.FindPublisher.execute(FindPubli
sher.java:68)
> at
com.foo.bar.webservices.uddi.FindPublisher.main(FindPublishe
r.java:78)
> 
> Any one out there with a solution?
> Thanks in anticipation...
> 
> -- 
> View this message in context:
> http://www.nabble.com/Unsupported-I
ssue-findPublisher-tf2254721.html#a6254048
> Sent from the jUDDI - User forum at Nabble.com.
> 
> 
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: juddi-user-unsubscribews.apache.org
> For additional commands, e-mail: juddi-user-helpws.apache.org
> 
> 
> 
>  		
> ---------------------------------
> Yahoo! Messenger with Voice. Make PC-to-Phone Calls to
the US (and 30+
> countries) for 2¢/min or less.
> 

-- 
View this message in context: http://www.nabble.com/Unsupported-I
ssue-findPublisher-tf2254721.html#a6267189
Sent from the jUDDI - User forum at Nabble.com.


------------------------------------------------------------
---------
To unsubscribe, e-mail: juddi-user-unsubscribews.apache.org
For additional commands, e-mail: juddi-user-helpws.apache.org

Unsupported Issue findPublisher
user name
2006-09-12 14:29:32
Thank you.  That fixed it.  I should have looked at the
RegistryProxy source
code.
However, now I get a soap fault where the AxisFault
faultCode indicates a
'Server.generalException'.
Any suggestions re this one?


Vishal K wrote:
> 
> You can try setting like:-
>  
props.setProperty(RegistryProxy.UDDI_VERSION_PROPERTY_NAME,
"1.0");
>    
>   This should solve your problem. By default this value
is 2.0;
> 
> javarunner <pgibbsobjectinnovation.com>
wrote:
>   
> This has been the subject of a prior post, but that
solution was not a
> solution to my problem.
> As soon as I execute this statement I get an exception:
> 
> PublisherList publisherList = 
> registry.findPublisher("%",
"%", null, 0);
> 
> All the properties are set correctly, and I'm using
the jar files from the
> juddi distribution.
> Running Tomcat 5.5.17 and JDK5
> this is the exception msg:
> 
> AxisFault
> faultCode: {http://sche
mas.xmlsoap.org/soap/envelope/}Client
> faultSubcode: 
> faultString: E_unsupported (10050) The implementor does
not support a
> feature or API. Only jUDDI v1 requests are currently
supported. The
> generic
> attribute value received was: 2.0
> faultActor: 
> faultNode: 
> faultDetail: 
> {urn:uddi-org:api_v2}dispositionReport:
> 
> xmlnssi=&
quot;http://www.
w3.org/2001/XMLSchema-instance"
> xsi:type="xsd:string">E_unsupported
(10050) The implementor does not
> support
> a feature or API. Only jUDDI v1 requests are currently
supported. The
> generic attribute value received was: 2.0
> 
> 
> 
> E_unsupported (10050) The implementor does not support
a feature or API.
> Only jUDDI v1 requests are currently supported. The
generic attribute
> value
> received was: 2.0
> at
>
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFau
ltBuilder.java:221)
> at
>
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaul
tBuilder.java:128)
> at
>
org.apache.axis.encoding.DeserializationContext.endElement(D
eserializationContext.java:1087)
> at
>
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser
.endElement(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScanner
Impl.scanEndElement(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentS
cannerImpl$FragmentContentDispatcher.dispatch(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentS
cannerImpl.scanDocument(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.parsers.XML11Configuratio
n.parse(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.parsers.XML11Configuratio
n.parse(Unknown
> Source)
> at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(U
nknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser
.parse(Unknown
> Source)
> at javax.xml.parsers.SAXParser.parse(Unknown Source)
> at
>
org.apache.axis.encoding.DeserializationContext.parse(Deseri
alizationContext.java:227)
> at
org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696
)
> at
org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
> at
>
org.apache.axis.transport.http.HTTPSender.readFromSocket(HTT
PSender.java:784)
> at
org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.
java:143)
> at
>
org.apache.axis.strategies.InvocationStrategy.visit(Invocati
onStrategy.java:32)
> at
org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
> at
org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
> at
org.apache.axis.client.AxisClient.invoke(AxisClient.java:165
)
> at
org.apache.axis.client.Call.invokeEngine(Call.java:2765)
> at org.apache.axis.client.Call.invoke(Call.java:2748)
> at org.apache.axis.client.Call.invoke(Call.java:1784)
> at
org.apache.juddi.proxy.AxisTransport.send(AxisTransport.java
:59)
> at
org.apache.juddi.proxy.RegistryProxy.execute(RegistryProxy.j
ava:368)
> at
>
org.apache.juddi.AbstractRegistry.findPublisher(AbstractRegi
stry.java:257)
> at
>
com.foo.bar.webservices.uddi.FindPublisher.getPublishers(Fin
dPublisher.java:117)
> at
>
com.foo.bar.webservices.uddi.FindPublisher.execute(FindPubli
sher.java:68)
> at
com.foo.bar.webservices.uddi.FindPublisher.main(FindPublishe
r.java:78)
> 
> E_unsupported (10050) The implementor does not support
a feature or API.
> Only jUDDI v1 requests are currently supported. The
generic attribute
> value
> received was: 2.0
> at
>
org.apache.juddi.handler.RegistryExceptionHandler.unmarshal(
RegistryExceptionHandler.java:84)
> at
org.apache.juddi.proxy.RegistryProxy.execute(RegistryProxy.j
ava:396)
> at
>
org.apache.juddi.AbstractRegistry.findPublisher(AbstractRegi
stry.java:257)
> at
>
com.foo.bar.webservices.uddi.FindPublisher.getPublishers(Fin
dPublisher.java:117)
> at
>
com.foo.bar.webservices.uddi.FindPublisher.execute(FindPubli
sher.java:68)
> at
com.foo.bar.webservices.uddi.FindPublisher.main(FindPublishe
r.java:78)
> 
> Any one out there with a solution?
> Thanks in anticipation...
> 
> -- 
> View this message in context:
> http://www.nabble.com/Unsupported-I
ssue-findPublisher-tf2254721.html#a6254048
> Sent from the jUDDI - User forum at Nabble.com.
> 
> 
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: juddi-user-unsubscribews.apache.org
> For additional commands, e-mail: juddi-user-helpws.apache.org
> 
> 
> 
>  		
> ---------------------------------
> Yahoo! Messenger with Voice. Make PC-to-Phone Calls to
the US (and 30+
> countries) for 2¢/min or less.
> 

-- 
View this message in context: http://www.nabble.com/Unsupported-I
ssue-findPublisher-tf2254721.html#a6267189
Sent from the jUDDI - User forum at Nabble.com.


------------------------------------------------------------
---------
To unsubscribe, e-mail: juddi-user-unsubscribews.apache.org
For additional commands, e-mail: juddi-user-helpws.apache.org

Unsupported Issue findPublisher
user name
2006-09-12 14:29:32
Thank you.  That fixed it.  I should have looked at the
RegistryProxy source
code.
However, now I get a soap fault where the AxisFault
faultCode indicates a
'Server.generalException'.
Any suggestions re this one?


Vishal K wrote:
> 
> You can try setting like:-
>  
props.setProperty(RegistryProxy.UDDI_VERSION_PROPERTY_NAME,
"1.0");
>    
>   This should solve your problem. By default this value
is 2.0;
> 
> javarunner <pgibbsobjectinnovation.com>
wrote:
>   
> This has been the subject of a prior post, but that
solution was not a
> solution to my problem.
> As soon as I execute this statement I get an exception:
> 
> PublisherList publisherList = 
> registry.findPublisher("%",
"%", null, 0);
> 
> All the properties are set correctly, and I'm using
the jar files from the
> juddi distribution.
> Running Tomcat 5.5.17 and JDK5
> this is the exception msg:
> 
> AxisFault
> faultCode: {http://sche
mas.xmlsoap.org/soap/envelope/}Client
> faultSubcode: 
> faultString: E_unsupported (10050) The implementor does
not support a
> feature or API. Only jUDDI v1 requests are currently
supported. The
> generic
> attribute value received was: 2.0
> faultActor: 
> faultNode: 
> faultDetail: 
> {urn:uddi-org:api_v2}dispositionReport:
> 
> xmlnssi=&
quot;http://www.
w3.org/2001/XMLSchema-instance"
> xsi:type="xsd:string">E_unsupported
(10050) The implementor does not
> support
> a feature or API. Only jUDDI v1 requests are currently
supported. The
> generic attribute value received was: 2.0
> 
> 
> 
> E_unsupported (10050) The implementor does not support
a feature or API.
> Only jUDDI v1 requests are currently supported. The
generic attribute
> value
> received was: 2.0
> at
>
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFau
ltBuilder.java:221)
> at
>
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaul
tBuilder.java:128)
> at
>
org.apache.axis.encoding.DeserializationContext.endElement(D
eserializationContext.java:1087)
> at
>
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser
.endElement(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScanner
Impl.scanEndElement(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentS
cannerImpl$FragmentContentDispatcher.dispatch(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentS
cannerImpl.scanDocument(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.parsers.XML11Configuratio
n.parse(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.parsers.XML11Configuratio
n.parse(Unknown
> Source)
> at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(U
nknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser
.parse(Unknown
> Source)
> at javax.xml.parsers.SAXParser.parse(Unknown Source)
> at
>
org.apache.axis.encoding.DeserializationContext.parse(Deseri
alizationContext.java:227)
> at
org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696
)
> at
org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
> at
>
org.apache.axis.transport.http.HTTPSender.readFromSocket(HTT
PSender.java:784)
> at
org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.
java:143)
> at
>
org.apache.axis.strategies.InvocationStrategy.visit(Invocati
onStrategy.java:32)
> at
org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
> at
org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
> at
org.apache.axis.client.AxisClient.invoke(AxisClient.java:165
)
> at
org.apache.axis.client.Call.invokeEngine(Call.java:2765)
> at org.apache.axis.client.Call.invoke(Call.java:2748)
> at org.apache.axis.client.Call.invoke(Call.java:1784)
> at
org.apache.juddi.proxy.AxisTransport.send(AxisTransport.java
:59)
> at
org.apache.juddi.proxy.RegistryProxy.execute(RegistryProxy.j
ava:368)
> at
>
org.apache.juddi.AbstractRegistry.findPublisher(AbstractRegi
stry.java:257)
> at
>
com.foo.bar.webservices.uddi.FindPublisher.getPublishers(Fin
dPublisher.java:117)
> at
>
com.foo.bar.webservices.uddi.FindPublisher.execute(FindPubli
sher.java:68)
> at
com.foo.bar.webservices.uddi.FindPublisher.main(FindPublishe
r.java:78)
> 
> E_unsupported (10050) The implementor does not support
a feature or API.
> Only jUDDI v1 requests are currently supported. The
generic attribute
> value
> received was: 2.0
> at
>
org.apache.juddi.handler.RegistryExceptionHandler.unmarshal(
RegistryExceptionHandler.java:84)
> at
org.apache.juddi.proxy.RegistryProxy.execute(RegistryProxy.j
ava:396)
> at
>
org.apache.juddi.AbstractRegistry.findPublisher(AbstractRegi
stry.java:257)
> at
>
com.foo.bar.webservices.uddi.FindPublisher.getPublishers(Fin
dPublisher.java:117)
> at
>
com.foo.bar.webservices.uddi.FindPublisher.execute(FindPubli
sher.java:68)
> at
com.foo.bar.webservices.uddi.FindPublisher.main(FindPublishe
r.java:78)
> 
> Any one out there with a solution?
> Thanks in anticipation...
> 
> -- 
> View this message in context:
> http://www.nabble.com/Unsupported-I
ssue-findPublisher-tf2254721.html#a6254048
> Sent from the jUDDI - User forum at Nabble.com.
> 
> 
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: juddi-user-unsubscribews.apache.org
> For additional commands, e-mail: juddi-user-helpws.apache.org
> 
> 
> 
>  		
> ---------------------------------
> Yahoo! Messenger with Voice. Make PC-to-Phone Calls to
the US (and 30+
> countries) for 2¢/min or less.
> 

-- 
View this message in context: http://www.nabble.com/Unsupported-I
ssue-findPublisher-tf2254721.html#a6267189
Sent from the jUDDI - User forum at Nabble.com.


------------------------------------------------------------
---------
To unsubscribe, e-mail: juddi-user-unsubscribews.apache.org
For additional commands, e-mail: juddi-user-helpws.apache.org

Unsupported Issue findPublisher
user name
2006-09-12 17:41:28
mY SOAP ISSUE WAS DUE TO MY USING THE OLDER VERSION OF THE
DB. IN PUBLISHER
TABLE THE IS_ADMIN COLUMN WAS ADMIN.  IT ALL WORKS FINE NOW.
 THANKS FOR
YOUR HELP.

Vishal K wrote:
> 
> You can try setting like:-
>  
props.setProperty(RegistryProxy.UDDI_VERSION_PROPERTY_NAME,
"1.0");
>    
>   This should solve your problem. By default this value
is 2.0;
> 
> javarunner <pgibbsobjectinnovation.com>
wrote:
>   
> This has been the subject of a prior post, but that
solution was not a
> solution to my problem.
> As soon as I execute this statement I get an exception:
> 
> PublisherList publisherList = 
> registry.findPublisher("%",
"%", null, 0);
> 
> All the properties are set correctly, and I'm using
the jar files from the
> juddi distribution.
> Running Tomcat 5.5.17 and JDK5
> this is the exception msg:
> 
> AxisFault
> faultCode: {http://sche
mas.xmlsoap.org/soap/envelope/}Client
> faultSubcode: 
> faultString: E_unsupported (10050) The implementor does
not support a
> feature or API. Only jUDDI v1 requests are currently
supported. The
> generic
> attribute value received was: 2.0
> faultActor: 
> faultNode: 
> faultDetail: 
> {urn:uddi-org:api_v2}dispositionReport:
> 
> xmlnssi=&
quot;http://www.
w3.org/2001/XMLSchema-instance"
> xsi:type="xsd:string">E_unsupported
(10050) The implementor does not
> support
> a feature or API. Only jUDDI v1 requests are currently
supported. The
> generic attribute value received was: 2.0
> 
> 
> 
> E_unsupported (10050) The implementor does not support
a feature or API.
> Only jUDDI v1 requests are currently supported. The
generic attribute
> value
> received was: 2.0
> at
>
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFau
ltBuilder.java:221)
> at
>
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaul
tBuilder.java:128)
> at
>
org.apache.axis.encoding.DeserializationContext.endElement(D
eserializationContext.java:1087)
> at
>
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser
.endElement(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScanner
Impl.scanEndElement(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentS
cannerImpl$FragmentContentDispatcher.dispatch(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentS
cannerImpl.scanDocument(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.parsers.XML11Configuratio
n.parse(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.parsers.XML11Configuratio
n.parse(Unknown
> Source)
> at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(U
nknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser
.parse(Unknown
> Source)
> at javax.xml.parsers.SAXParser.parse(Unknown Source)
> at
>
org.apache.axis.encoding.DeserializationContext.parse(Deseri
alizationContext.java:227)
> at
org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696
)
> at
org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
> at
>
org.apache.axis.transport.http.HTTPSender.readFromSocket(HTT
PSender.java:784)
> at
org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.
java:143)
> at
>
org.apache.axis.strategies.InvocationStrategy.visit(Invocati
onStrategy.java:32)
> at
org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
> at
org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
> at
org.apache.axis.client.AxisClient.invoke(AxisClient.java:165
)
> at
org.apache.axis.client.Call.invokeEngine(Call.java:2765)
> at org.apache.axis.client.Call.invoke(Call.java:2748)
> at org.apache.axis.client.Call.invoke(Call.java:1784)
> at
org.apache.juddi.proxy.AxisTransport.send(AxisTransport.java
:59)
> at
org.apache.juddi.proxy.RegistryProxy.execute(RegistryProxy.j
ava:368)
> at
>
org.apache.juddi.AbstractRegistry.findPublisher(AbstractRegi
stry.java:257)
> at
>
com.foo.bar.webservices.uddi.FindPublisher.getPublishers(Fin
dPublisher.java:117)
> at
>
com.foo.bar.webservices.uddi.FindPublisher.execute(FindPubli
sher.java:68)
> at
com.foo.bar.webservices.uddi.FindPublisher.main(FindPublishe
r.java:78)
> 
> E_unsupported (10050) The implementor does not support
a feature or API.
> Only jUDDI v1 requests are currently supported. The
generic attribute
> value
> received was: 2.0
> at
>
org.apache.juddi.handler.RegistryExceptionHandler.unmarshal(
RegistryExceptionHandler.java:84)
> at
org.apache.juddi.proxy.RegistryProxy.execute(RegistryProxy.j
ava:396)
> at
>
org.apache.juddi.AbstractRegistry.findPublisher(AbstractRegi
stry.java:257)
> at
>
com.foo.bar.webservices.uddi.FindPublisher.getPublishers(Fin
dPublisher.java:117)
> at
>
com.foo.bar.webservices.uddi.FindPublisher.execute(FindPubli
sher.java:68)
> at
com.foo.bar.webservices.uddi.FindPublisher.main(FindPublishe
r.java:78)
> 
> Any one out there with a solution?
> Thanks in anticipation...
> 
> -- 
> View this message in context:
> http://www.nabble.com/Unsupported-I
ssue-findPublisher-tf2254721.html#a6254048
> Sent from the jUDDI - User forum at Nabble.com.
> 
> 
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: juddi-user-unsubscribews.apache.org
> For additional commands, e-mail: juddi-user-helpws.apache.org
> 
> 
> 
>  		
> ---------------------------------
> Yahoo! Messenger with Voice. Make PC-to-Phone Calls to
the US (and 30+
> countries) for 2¢/min or less.
> 

-- 
View this message in context: http://www.nabble.com/Unsupported-I
ssue-findPublisher-tf2254721.html#a6271011
Sent from the jUDDI - User forum at Nabble.com.


------------------------------------------------------------
---------
To unsubscribe, e-mail: juddi-user-unsubscribews.apache.org
For additional commands, e-mail: juddi-user-helpws.apache.org

Unsupported Issue findPublisher
user name
2006-09-12 17:41:28
mY SOAP ISSUE WAS DUE TO MY USING THE OLDER VERSION OF THE
DB. IN PUBLISHER
TABLE THE IS_ADMIN COLUMN WAS ADMIN.  IT ALL WORKS FINE NOW.
 THANKS FOR
YOUR HELP.

Vishal K wrote:
> 
> You can try setting like:-
>  
props.setProperty(RegistryProxy.UDDI_VERSION_PROPERTY_NAME,
"1.0");
>    
>   This should solve your problem. By default this value
is 2.0;
> 
> javarunner <pgibbsobjectinnovation.com>
wrote:
>   
> This has been the subject of a prior post, but that
solution was not a
> solution to my problem.
> As soon as I execute this statement I get an exception:
> 
> PublisherList publisherList = 
> registry.findPublisher("%",
"%", null, 0);
> 
> All the properties are set correctly, and I'm using
the jar files from the
> juddi distribution.
> Running Tomcat 5.5.17 and JDK5
> this is the exception msg:
> 
> AxisFault
> faultCode: {http://sche
mas.xmlsoap.org/soap/envelope/}Client
> faultSubcode: 
> faultString: E_unsupported (10050) The implementor does
not support a
> feature or API. Only jUDDI v1 requests are currently
supported. The
> generic
> attribute value received was: 2.0
> faultActor: 
> faultNode: 
> faultDetail: 
> {urn:uddi-org:api_v2}dispositionReport:
> 
> xmlnssi=&
quot;http://www.
w3.org/2001/XMLSchema-instance"
> xsi:type="xsd:string">E_unsupported
(10050) The implementor does not
> support
> a feature or API. Only jUDDI v1 requests are currently
supported. The
> generic attribute value received was: 2.0
> 
> 
> 
> E_unsupported (10050) The implementor does not support
a feature or API.
> Only jUDDI v1 requests are currently supported. The
generic attribute
> value
> received was: 2.0
> at
>
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFau
ltBuilder.java:221)
> at
>
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaul
tBuilder.java:128)
> at
>
org.apache.axis.encoding.DeserializationContext.endElement(D
eserializationContext.java:1087)
> at
>
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser
.endElement(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScanner
Impl.scanEndElement(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentS
cannerImpl$FragmentContentDispatcher.dispatch(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentS
cannerImpl.scanDocument(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.parsers.XML11Configuratio
n.parse(Unknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.parsers.XML11Configuratio
n.parse(Unknown
> Source)
> at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(U
nknown
> Source)
> at
>
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser
.parse(Unknown
> Source)
> at javax.xml.parsers.SAXParser.parse(Unknown Source)
> at
>
org.apache.axis.encoding.DeserializationContext.parse(Deseri
alizationContext.java:227)
> at
org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696
)
> at
org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
> at
>
org.apache.axis.transport.http.HTTPSender.readFromSocket(HTT
PSender.java:784)
> at
org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.
java:143)
> at
>
org.apache.axis.strategies.InvocationStrategy.visit(Invocati
onStrategy.java:32)
> at
org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
> at
org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
> at
org.apache.axis.client.AxisClient.invoke(AxisClient.java:165
)
> at
org.apache.axis.client.Call.invokeEngine(Call.java:2765)
> at org.apache.axis.client.Call.invoke(Call.java:2748)
> at org.apache.axis.client.Call.invoke(Call.java:1784)
> at
org.apache.juddi.proxy.AxisTransport.send(AxisTransport.java
:59)
> at
org.apache.juddi.proxy.RegistryProxy.execute(RegistryProxy.j
ava:368)
> at
>
org.apache.juddi.AbstractRegistry.findPublisher(AbstractRegi
stry.java:257)
> at
>
com.foo.bar.webservices.uddi.FindPublisher.getPublishers(Fin
dPublisher.java:117)
> at
>
com.foo.bar.webservices.uddi.FindPublisher.execute(FindPubli
sher.java:68)
> at
com.foo.bar.webservices.uddi.FindPublisher.main(FindPublishe
r.java:78)
> 
> E_unsupported (10050) The implementor does not support
a feature or API.
> Only jUDDI v1 requests are currently supported. The
generic attribute
> value
> received was: 2.0
> at
>
org.apache.juddi.handler.RegistryExceptionHandler.unmarshal(
RegistryExceptionHandler.java:84)
> at
org.apache.juddi.proxy.RegistryProxy.execute(RegistryProxy.j
ava:396)
> at
>
org.apache.juddi.AbstractRegistry.findPublisher(AbstractRegi
stry.java:257)
> at
>
com.foo.bar.webservices.uddi.FindPublisher.getPublishers(Fin
dPublisher.java:117)
> at
>
com.foo.bar.webservices.uddi.FindPublisher.execute(FindPubli
sher.java:68)
> at
com.foo.bar.webservices.uddi.FindPublisher.main(FindPublishe
r.java:78)
> 
> Any one out there with a solution?
> Thanks in anticipation...
> 
> -- 
> View this message in context:
> http://www.nabble.com/Unsupported-I
ssue-findPublisher-tf2254721.html#a6254048
> Sent from the jUDDI - User forum at Nabble.com.
> 
> 
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: juddi-user-unsubscribews.apache.org
> For additional commands, e-mail: juddi-user-helpws.apache.org
> 
> 
> 
>  		
> ---------------------------------
> Yahoo! Messenger with Voice. Make PC-to-Phone Calls to
the US (and 30+
> countries) for 2¢/min or less.
> 

-- 
View this message in context: http://www.nabble.com/Unsupported-I
ssue-findPublisher-tf2254721.html#a6271011
Sent from the jUDDI - User forum at Nabble.com.


------------------------------------------------------------
---------
To unsubscribe, e-mail: juddi-user-unsubscribews.apache.org
For additional commands, e-mail: juddi-user-helpws.apache.org

[1-8]

about | contact  Other archives ( Real Estate discussion Medical topics )