Hi Anil 

I got JUddi up and running, thanks for the tip.  I used my dbowner account that 
was created in the publisher table.  Will add another system account 
subsequently

Anyways, I have been toying around with Scout as the JAXR implementation of 
choice.  I am getting some errors in the creation of an organization. 

My client app is a simple Java application that is connecting to the IBM test 
registry ( and also the local JUddi registry ).  

>From the error, I am anticipating the problem to be in the UDDI message 
>generated where in the businessentity tag does not have the businessKey 
>attribute which is causing a parse error. 

I tried adding a "Key" and it went through ( brute force ), but the key should 
be generated by the UDDI registry and gave me an error when it started to 
lookup the organization/businessentity in the registry with the given key for 
an update ( as per my understanding )

Any pointers ? 

The stack trace :

AxisFault
 faultCode: Client
 faultSubcode: 
 faultString: Client Error
 faultActor: 
 faultNode: 
 faultDetail: 
        {urn:uddi-org:api_v2}dispositionReport: E_fatalError (10500) Serious 
technical error has occurred while processing the request. cvc-complex-type.4: 
Attribute 'businessKey' must appear on element 'businessEntity'.

Client Error
        at 
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:260)
        at 
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:169)
        at 
org.apache.axis.encoding.DeserializationContextImpl.endElement(DeserializationContextImpl.java:1015)
        at org.apache.crimson.parser.Parser2.maybeElement(Unknown Source)
        at org.apache.crimson.parser.Parser2.content(Unknown Source)
        at org.apache.crimson.parser.Parser2.maybeElement(Unknown Source)
        at org.apache.crimson.parser.Parser2.content(Unknown Source)
        at org.apache.crimson.parser.Parser2.maybeElement(Unknown Source)
        at org.apache.crimson.parser.Parser2.parseInternal(Unknown Source)
        at org.apache.crimson.parser.Parser2.parse(Unknown Source)
        at org.apache.crimson.parser.XMLReaderImpl.parse(Unknown Source)
        at javax.xml.parsers.SAXParser.parse(Unknown Source)
        at 
org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:242)
        at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)
        at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2583)
        at org.apache.axis.client.Call.invoke(Call.java:2553)
        at org.apache.axis.client.Call.invoke(Call.java:1672)
        at org.apache.juddi.proxy.AxisTransport.send(AxisTransport.java:73)
        at org.apache.juddi.proxy.RegistryProxy.execute(RegistryProxy.java:443)
        at 
org.apache.juddi.AbstractRegistry.saveBusiness(AbstractRegistry.java:582)
        at 
org.apache.ws.scout.registry.BusinessLifeCycleManagerImpl.executeOperation(BusinessLifeCycleManagerImpl.java:459)
        at 
org.apache.ws.scout.registry.BusinessLifeCycleManagerImpl.saveOrganizations(BusinessLifeCycleManagerImpl.java:321)
        at udditest.ConnectToRegistry.main(ConnectToRegistry.java:98)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865665#3865665

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865665


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to