I have to add these lines in my juddi.properties file: # required JDBC DataSource properties juddi.dataSource = java:comp/env/jdbc/juddiDB
# required JDBC Driver properties juddi.useConnectionPool = true juddi.jdbcDriver = com.mysql.jdbc.Driver juddi.jdbcURL = jdbc:mysql://localhost/juddi juddi.jdbcUser = juddi juddi.jdbcPassword = juddi -- View this message in context: http://old.nabble.com/authInfo-element-missing-tp31107662p31108360.html Sent from the jUDDI - User mailing list archive at Nabble.com.
