Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change 
notification.

The following page has been changed by ValerioFalcao:
http://wiki.apache.org/ws/Deploying_jUDDI_on_Tomcat_and_MySQL

------------------------------------------------------------------------------
  # with the external authentication service. 
  # PUBLISHER_NAME The publisher's name (or in UDDI speak the
  # Authorized Name). 
- # ADMIN Indicate if the publisher has administrative privileges.
+ # IS_ADMIN Indicate if the publisher has administrative privileges.
  # Valid values for this column are 'true' or 'false'. The ADMIN 
  # value is currently not used.
  
- INSERT INTO PUBLISHER (PUBLISHER_ID,PUBLISHER_NAME) 
+ INSERT INTO PUBLISHER (PUBLISHER_ID,PUBLISHER_NAME,IS_ADMIN) 
-   VALUES ('juddi','juddi user');
+   VALUES ('juddi','juddi user',false);
  }}}
  
  To exit MySQL type: [[BR]]

Reply via email to