You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Carlos González-Cadenas <cg...@extendnow.com> on 2002/08/21 18:50:14 UTC

EXCEPTION WHILE RUNNING JWSDP EXAMPLE

Hi All.

I am now trying to install Sun JWSDP's UDDI Registry Implementation on my
tomcat 4.1.9. I have installed Axis beta3 also.

When I try to run JWSDP's example BusinessQueryTest.java
(JWSDP_HOME/samples/jaxr/jaxr_query), an example designed to query a  UDDI
registry, with the source code
			....................................................
                ConnectionFactory factory = ConnectionFactory.newInstance();
                factory.setProperties(props);
                Connection conn = factory.createConnection();
                RegistryService rs = conn.getRegistryService();
                BusinessQueryManager bqm = rs.getBusinessQueryManager();

                ArrayList names = new ArrayList();
                names.add(cname);


                Collection fQualifiers = new ArrayList();
                fQualifiers.add(FindQualifier.SORT_BY_NAME_DESC);
                BulkResponse br = bqm.findOrganizations(fQualifiers, names,
null, null, null, null);
		    .........................................................

I get the exception Exception in thread "main" java.lang.StackOverflowError
at org.apache.axis.utils.XMLUtils.getInputSourceFromURI (XMLUtils.java:516).

I have identified that the exception is thrown in the line BulkResponse br =
bqm.findOrganizations(fQualifiers, names, null, null, null, null);

Have you got any idea?.


Thank you very much in advance.

Carlos Gonzalez-Cadenas
e-xtendnow