-
1. Re: jUDDI problem
osdchicago Jul 20, 2003 12:24 AM (in response to brianbeck)Where is this BusinessEntity example from?
Note you may need a file "juddi.users" under
jboss-4.0.0DR2/server/default/conf
Mine looks:
<?xml version="1.0" encoding="UTF-8"?>
<juddi-users>
</juddi-users>
Add the userid/password specified in the example...... -
2. Re: jUDDI problem
brianbeck Jul 24, 2003 3:09 PM (in response to brianbeck)Thanks for the reply. I get the aforementioned error message after having configured a user. I can query the database successfully and I can get an auth token successfully. I just can't publish anything.
The example program I am using is in the samples section of the uddi4j distribution. It works fine on a jUDDI install using Tomcat + mySQL.
The sql query performed upon a publish isn't working because it is putting NULL in for the AUTHORIZED_NAME and all of the entries in the table are required to be NOT NULL.
Has anyone else experienced this problem? -
3. Re: jUDDI problem
osdchicago Jul 24, 2003 8:34 PM (in response to brianbeck)The local juddi registry that is integrated with JBoss has the following as inquiry/publish urls:
http://localhost:8080/jboss-net/services/uddi
You can just publish at this url.....
Start JBoss before you access this.....
Aside: Bring over the latest source files from CVS. You should see a testcase "StoreUDDIUnitTestCase.java" under /jboss.net/testsuite/src/main/org/jboss/test/net/uddi
This testcase makes use of the above url and deploys easily.....